Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lldb
AgeCommit message (Expand)Author
2017-01-02XFail TestNoreturnUnwind for arm targetsOmair Javaid
2017-01-02[unittests] Split DWARF tests out of PDB, fix standalone buildMichal Gorny
2016-12-29Fix the variable view in the "gui" curses mode so that variables whose childr...Greg Clayton
2016-12-29Quiet a warning where we weren't checking if this was the same and rhs.Greg Clayton
2016-12-22Fix a couple of incorrect format string warningsLuke Drummond
2016-12-22specify -DNDEBUG for BNI builds of all targets in the Xcode buildSean Callanan
2016-12-22[CMake] Support distribution install for LLDB.frameworkChris Bieneman
2016-12-21Ignore SIGPIPE in the mini-driver used by these tests.Jim Ingham
2016-12-20Rollback my commit r290168 to fix linux tests failure. I'll be back!Boris Ulasevich
2016-12-20[CMake] [PR31433] Fix LLDB tool installationChris Bieneman
2016-12-20Bug 30863 - Step doesn't stop with coditional breakpoint on the next lineBoris Ulasevich
2016-12-20Change the timeout in CallBoardSystemServiceOpenApplication to Jason Molenda
2016-12-19Expression evaluation for overloaded C functions (redux)Luke Drummond
2016-12-17Fix the cmake declaration syntaxSylvestre Ledru
2016-12-17Support of lldb on Kfreebsd Sylvestre Ledru
2016-12-17Fix compiler warning.Zachary Turner
2016-12-16Fix broken escaping of commands in the buildLuke Drummond
2016-12-16Remove an unused type declaration.Hafiz Abid Qadeer
2016-12-16Add methods to enable using formatv syntax in LLDB.Zachary Turner
2016-12-16Fix a bug when using a StructuredData darwin-log pluginJason Molenda
2016-12-16[CMake] Refactor LLDB libraries and tools to be componentsChris Bieneman
2016-12-15[CMake] Ensure Python files are inside the LLDB framework bundleChris Bieneman
2016-12-15[CMake] Only support LLDB_BUILD_FRAMEWORK on CMake 3.7 and laterChris Bieneman
2016-12-15Fix build for mingw.Hafiz Abid Qadeer
2016-12-15Remove linux/personality.h wrapperPavel Labath
2016-12-15Fix incorrectly named variables.Jim Ingham
2016-12-15Adopt PrettyStackTrace in LLDBSean Callanan
2016-12-14Test num locations >= 1 not == 1.Jim Ingham
2016-12-14Replace APFloatBase static fltSemantics data members with getter functionsStephan Bergmann
2016-12-14Remove code needed for supporting old VS versions.Hafiz Abid Qadeer
2016-12-13Small tweaks to the markup in StructuredDataPlugins.Jason Molenda
2016-12-13Touch-up the markup of the DarwinLog.md documentation.Jason Molenda
2016-12-13Removing myself from code ownership fileTodd Fiala
2016-12-12Remove some annotations from TestMultipleTargetsPavel Labath
2016-12-09Fix i386 being able to show member variables correctly by not returning empty...Greg Clayton
2016-12-09Fix buildbots that are failing due to this test by adding all expected fails ...Greg Clayton
2016-12-09Rename multiple target test so it is unique.Greg Clayton
2016-12-09[LLDB][MIPS] Fix TestWatchpointIter failureNitesh Jain
2016-12-09[LLDB][MIPS] Fix TestMultipleHits for MIPSNitesh Jain
2016-12-09[LLDB][MIPS] Fix some test case failures due to elf_abi field of qprocessInfo...Nitesh Jain
2016-12-09Fix TestMultipleTargets for on x86_64 architecturesPavel Labath
2016-12-09Remove some more uses of Args::GetArgumentAtIndex.Zachary Turner
2016-12-09Calling SBDebugger::CeeateTarget being called on multiple threads was crashin...Greg Clayton
2016-12-09Fix some occurrences of passing StringRef to Printf.Zachary Turner
2016-12-09Modernize the Args access pattern in a few more commands.Zachary Turner
2016-12-09Clean up the new TestInterruptThreadNames test a bit.Jason Molenda
2016-12-08Fixed a crasher that has been borking out heap for a long time. Greg Clayton
2016-12-08When we interrupt a process, it was possible or the thread namesJason Molenda
2016-12-08Increase timeout for Frontboard app launch request from 9 to 20 secondsJason Molenda
2016-12-08Set the address size based on the target's arch insteadJason Molenda