summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* [lldb] [lit] Pass -pthread on NetBSD as wellMichal Gorny2019-03-021-1/+1
* [lldb] [lldbtest] Fix getBuildFlags() not to use libstdc++ on NetBSDMichal Gorny2019-03-021-1/+2
* Fix gcc build for r355249Pavel Labath2019-03-021-1/+1
* [Reproducers] Capture and replay interpreter commands.Jonas Devlieghere2019-03-0211-35/+207
* Delete commented-out code.Adrian Prantl2019-03-011-6/+0
* Resubmit r354706 with a fix for process launch.Jim Ingham2019-03-0112-63/+121
* Update com.apple.diagnosticd.diagnostic entitlementJason Molenda2019-03-014-4/+4
* Increase timeout in Symbols::DownloadObjectAndSymbolFile Jason Molenda2019-03-011-1/+1
* Symbols.cpp in unittest moved too.Jason Molenda2019-02-281-4/+4
* [CMake] Make liblldb depend on clang-headersAlex Langford2019-02-281-0/+4
* Improve process launch comments for WindowsAdrian McCarthy2019-02-281-3/+7
* [cmake] Move LLDB_DISABLE_LIBEDIT handling code into a central placePavel Labath2019-02-283-25/+24
* Move Symbols.cpp files.Jason Molenda2019-02-281-8/+9
* [Reprodicuers] Check initializationJonas Devlieghere2019-02-281-0/+4
* Remove unnecessary demangling operation (NFC)Adrian Prantl2019-02-271-7/+5
* Remove dependency from Host -> Core.Zachary Turner2019-02-271-1/+0
* Move Host/Symbols.cpp to Symbols/LocateSymbolFile.cppZachary Turner2019-02-2718-33/+42
* Pass arguments correctly to the objc object checker on arm64Jim Ingham2019-02-273-2/+39
* [Reproducer] Make 'reproducer generate' a NOOP during replay.Jonas Devlieghere2019-02-271-0/+5
* [Reproducers] Add more logging to reproducer instrumentationJonas Devlieghere2019-02-272-16/+87
* Remove XFAIL-Linux from two asan testsPavel Labath2019-02-272-6/+0
* Insert blocks of python code with swig instead of modify-python-lldb.pyPavel Labath2019-02-274-125/+98
* [Utility] Fix ArchSpec.MergeFrom to correctly merge environmentsAlex Langford2019-02-272-19/+42
* [Utility] Remove Triple{Environment,OS,Vendor}IsUnspecifiedUnknown from ArchSpecAlex Langford2019-02-264-17/+79
* [lldb] [unittests] Use non-empty format string for Timer()Michal Gorny2019-02-261-5/+5
* [lldb] [lit] Set LD_LIBRARY_PATH or alike for Suite testsMichal Gorny2019-02-262-0/+24
* Mention predicting exception catch at throw siteJim Ingham2019-02-262-0/+47
* Fix short options syntax in Minidump testTatyana Krasnukha2019-02-261-20/+20
* Fix error handling in Options::ParseTatyana Krasnukha2019-02-261-2/+3
* [lldb-mi] Return source line number in proper formatTatyana Krasnukha2019-02-251-1/+1
* [lldb-mi] Fix conversion warning for 64-bit buildTatyana Krasnukha2019-02-251-1/+1
* [lldb-mi] Check raw pointers before passing them to std::string ctor/assignmentTatyana Krasnukha2019-02-2512-23/+78
* Finish revert of r354706Pavel Labath2019-02-251-2/+0
* Revert r354706 - lit touched my thighJim Ingham2019-02-2312-99/+41
* Make sure that stop-hooks run asynchronously.Jim Ingham2019-02-2312-39/+99
* When deserializing breakpoints some options may not be present.Jim Ingham2019-02-222-15/+16
* Avoid two-stage initialization of MinidumpParserPavel Labath2019-02-226-217/+187
* Split up minidump register context testsPavel Labath2019-02-223-123/+230
* Revert "[xcodeproj] Add SBReproducer to LLDB.framework"Jonas Devlieghere2019-02-221-9/+0
* [xcodeproj] Add SBReproducer to LLDB.frameworkJonas Devlieghere2019-02-211-0/+9
* [Reproducers] Initialize reproducers before initializing the debugger.Jonas Devlieghere2019-02-2130-191/+86
* [lldb] [test] Do not link -ldl on NetBSDMichal Gorny2019-02-213-2/+12
* [unittest] Fix missing user-provided default constructorJonas Devlieghere2019-02-211-0/+2
* testsuite: Fix TestCompDirSymLink and TestSourceManager on Linux with symlink...Jan Kratochvil2019-02-212-4/+12
* Revert "[lldb-mi] Move TestMIPrompt away from pexpect()."Davide Italiano2019-02-212-17/+58
* Merge target triple into module triple when constructing module from memoryAlex Langford2019-02-201-0/+4
* [lldb-mi] Move TestMIPrompt away from pexpect().Davide Italiano2019-02-202-58/+17
* [lldb-mi] Remove a test that uses pexpect().Davide Italiano2019-02-201-82/+0
* [TestModuleCXX] Make this test Darwin-only.Jonas Devlieghere2019-02-201-1/+1
* [lldb] [test] Fix expected netbsd output for TestImageListMultiArchitectureMichal Gorny2019-02-201-1/+1
OpenPOWER on IntegriCloud