summaryrefslogtreecommitdiffstats
path: root/lldb/source
Commit message (Expand)AuthorAgeFilesLines
* [SBAPI] Don't check IsValid in constructorJonas Devlieghere2019-03-0620-150/+136
* Remove tautological #ifdefs (NFC)Adrian Prantl2019-03-051-8/+0
* Revert logging addition to SBCompileUnit::GetNumLineEntries,Jason Molenda2019-03-051-6/+1
* Add logging to SBCompileUnit::GetNumLineEntries.Jason Molenda2019-03-051-1/+6
* [DataFormatters] Fix regression in libc++ std::atomic formatter caused by htt...Shafik Yaghmour2019-03-052-6/+64
* Revert "Fix embedded Python initialization according to changes in version 3.7"Tatyana Krasnukha2019-03-051-13/+1
* Adds property to force enabling of GDB JIT loader for MacOSYury Delendik2019-03-051-12/+37
* One more UserIDResolver fixPavel Labath2019-03-051-1/+1
* [lldb] Fix linux host build after r355342Alexander Kornienko2019-03-051-0/+1
* Fix embedded Python initialization according to changes in version 3.7Tatyana Krasnukha2019-03-051-1/+13
* [Expression] Remove unused parameter from EvaluateAlex Langford2019-03-053-8/+6
* [Host] Fix the build (and the modules build).Davide Italiano2019-03-051-0/+1
* Revert "[DataFormatters] Fix regression in libc++ std::atomic formatter cause...Shafik Yaghmour2019-03-051-27/+5
* [DataFormatters] Fix regression in libc++ std::atomic formatter caused by htt...Shafik Yaghmour2019-03-051-5/+27
* Move ProcessInfo from Host to Utility.Zachary Turner2019-03-0421-327/+358
* [build] Rename clang-headers to clang-resource-headersShoaib Meenai2019-03-041-1/+1
* Fix Windows build after UserIDResolver patch.Zachary Turner2019-03-041-0/+20
* Refactor user/group name resolving codePavel Labath2019-03-0411-167/+147
* [lldb] [Process/gdb-remote] Use '127.0.0.1' in ConnectLocally()Michal Gorny2019-03-031-1/+1
* Fix gcc build for r355249Pavel Labath2019-03-021-1/+1
* [Reproducers] Capture and replay interpreter commands.Jonas Devlieghere2019-03-028-31/+143
* Delete commented-out code.Adrian Prantl2019-03-011-6/+0
* Resubmit r354706 with a fix for process launch.Jim Ingham2019-03-013-41/+89
* Increase timeout in Symbols::DownloadObjectAndSymbolFile Jason Molenda2019-03-011-1/+1
* [CMake] Make liblldb depend on clang-headersAlex Langford2019-02-281-0/+4
* Improve process launch comments for WindowsAdrian McCarthy2019-02-281-3/+7
* [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-2713-30/+40
* Pass arguments correctly to the objc object checker on arm64Jim Ingham2019-02-271-2/+9
* [Reproducer] Make 'reproducer generate' a NOOP during replay.Jonas Devlieghere2019-02-271-0/+5
* [Reproducers] Add more logging to reproducer instrumentationJonas Devlieghere2019-02-271-4/+29
* [Utility] Fix ArchSpec.MergeFrom to correctly merge environmentsAlex Langford2019-02-271-3/+2
* [Utility] Remove Triple{Environment,OS,Vendor}IsUnspecifiedUnknown from ArchSpecAlex Langford2019-02-262-6/+5
* Fix error handling in Options::ParseTatyana Krasnukha2019-02-261-2/+3
* Revert r354706 - lit touched my thighJim Ingham2019-02-233-69/+20
* Make sure that stop-hooks run asynchronously.Jim Ingham2019-02-233-20/+69
* When deserializing breakpoints some options may not be present.Jim Ingham2019-02-221-15/+10
* Avoid two-stage initialization of MinidumpParserPavel Labath2019-02-224-147/+126
* [Reproducers] Initialize reproducers before initializing the debugger.Jonas Devlieghere2019-02-219-77/+46
* Merge target triple into module triple when constructing module from memoryAlex Langford2019-02-201-0/+4
* [lldb] [ObjectFile/ELF] Fix recognizing NetBSD imagesMichal Gorny2019-02-201-12/+29
* Add Facebook Minidump directory streams and options to dump them.Greg Clayton2019-02-193-2/+162
* Revert "minidump: Add ability to attach (breakpad) symbol files to placeholde...Pavel Labath2019-02-191-71/+43
* [gui] Simplify SourceFileWindowDelegate::WindowDelegateDrawPavel Labath2019-02-191-5/+2
* [Reproducers] Make clang use lldb's VFS.Jonas Devlieghere2019-02-184-2/+11
* minidump: Add ability to attach (breakpad) symbol files to placeholder modulesPavel Labath2019-02-181-43/+71
* PECOFF: Implement GetBaseAddressPavel Labath2019-02-184-3/+8
* Return better error message from GDBRemoteCommunication::ConnectLocallyPavel Labath2019-02-181-3/+4
OpenPOWER on IntegriCloud