summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* [Expression] Remove unused parameter from EvaluateAlex Langford2019-03-054-13/+7
* Revert "[testsuite] Port crashlog and dependencies to Python 3."Davide Italiano2019-03-053-130/+117
* [testsuite] Port crashlog and dependencies to Python 3.Davide Italiano2019-03-053-117/+130
* Fix the Xcode project for UserIDResolver.Jim Ingham2019-03-051-5/+11
* [lldbtest] Check against the correct name for libcxxabi (macOS).Davide Italiano2019-03-051-1/+1
* [Host] Fix the build (and the modules build).Davide Italiano2019-03-052-0/+4
* 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-0432-579/+621
* [build.py] Allow clang-cl to build files starting with '/U'Alex Langford2019-03-041-0/+2
* [build] Rename clang-headers to clang-resource-headersShoaib Meenai2019-03-044-5/+5
* Fix Windows build after UserIDResolver patch.Zachary Turner2019-03-044-3/+24
* Refactor user/group name resolving codePavel Labath2019-03-0421-243/+338
* [lldb] [test] Mark failing tests XFAIL on NetBSDMichal Gorny2019-03-04146-9/+218
* [lldb] [Process/gdb-remote] Use '127.0.0.1' in ConnectLocally()Michal Gorny2019-03-031-1/+1
* Reinstate UNSUPPORTED: linux on stop-hook-threads.testPavel Labath2019-03-021-0/+1
* [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
OpenPOWER on IntegriCloud