summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* [lit] Deduplicate logic in toolchain.pyJonas Devlieghere2019-06-211-6/+4
* [lit] Make lit-lldb-init configurable by CMakeJonas Devlieghere2019-06-213-2/+6
* [Target] Decouple ObjCLanguageRuntime from LanguageRuntimeAlex Langford2019-06-2116-65/+135
* [lldb] [Process] Introduce common helpers to split/recombine YMM dataMichal Gorny2019-06-213-58/+32
* [unittests] Simplify CMakeLists with object libraryTatyana Krasnukha2019-06-211-19/+2
* DWARF: Add "dwo_num" field to the DIERef classPavel Labath2019-06-2124-138/+136
* Revert "Fix a crash in option parsing."Davide Italiano2019-06-203-9/+0
* [unittests] Use object library if cmake supports itTatyana Krasnukha2019-06-201-2/+19
* [lldb] [Process/NetBSD] Remove unnecessary register buffer abstractionMichal Gorny2019-06-204-117/+12
* Fix -Wmismatched-tags introduced in r363910Pavel Labath2019-06-203-4/+1
* DWARF: Provide accessors to DIERef fieldsPavel Labath2019-06-209-24/+65
* [Process] Remove unused field from HistoryThreadAlex Langford2019-06-1910-49/+17
* [lldb] [Process/NetBSD] Fix constructor after r363707Michal Gorny2019-06-191-1/+1
* [lldb] [Process/NetBSD] Remove unnecessary FPU presence checks for x86_64Michal Gorny2019-06-191-53/+1
* Specify log level for CMake messages (less stderr)Stefan Granitz2019-06-192-11/+11
* Stabilize TestGdbRemoteLibrariesSvr4SupportPavel Labath2019-06-191-3/+6
* Fix a dangling StringRef in FileCollectorPavel Labath2019-06-191-1/+1
* DWARF: Make DIERefs always validPavel Labath2019-06-1914-124/+101
* Add ReadCStringFromMemory for faster string readsAntonio Afonso2019-06-185-7/+136
* Implement xfer:libraries-svr4:read packetAntonio Afonso2019-06-1816-4/+362
* [Reproducers] Make reproducer relocatableJonas Devlieghere2019-06-187-11/+32
* Fix windows build for r363357Pavel Labath2019-06-181-5/+1
* Add color to the default thread and frame format.Jonas Devlieghere2019-06-173-14/+21
* [lldb] [test] Extend D55859 symbols.enable-external-lookup=false for more tes...Jan Kratochvil2019-06-1716-6/+48
* [lldb] [test] Watchpoint tests can be always run as root on NetBSDMichal Gorny2019-06-171-0/+2
* [lldb] [test] Skip watchpoint tests on NetBSD if userdbregs is disabledMichal Gorny2019-06-171-0/+25
* DWARF: Avoid storing DIERefs in long-lived containersPavel Labath2019-06-174-51/+32
* Implement GetSharedLibraryInfoAddressAntonio Afonso2019-06-1410-167/+487
* Don't try to parse ObjC method if CU isn't ObjCGreg Clayton2019-06-141-20/+24
* Remove stale comment and disabled code (NFC)Jonas Devlieghere2019-06-141-19/+0
* Python 3: decode string as utf-8 to avoid type mismatch.Adrian Prantl2019-06-141-5/+5
* Make crashlog.py less noisyAdrian Prantl2019-06-141-9/+27
* EditlineTest: Improve error messagePavel Labath2019-06-142-8/+7
* DWARF: port debug_ranges/rnglists over to DWARFContextPavel Labath2019-06-146-37/+35
* DWARF: Remove unused includes from DWARFDebugAranges.h/cppPavel Labath2019-06-142-15/+3
* Have DWARFUnit store a *reference* to SymbolFileDWARFPavel Labath2019-06-1417-119/+86
* DWARFIndex: s/ReportInvalidDIEOffset/ReportInvalidDIERefPavel Labath2019-06-147-27/+17
* [C++20] add Basic consteval specifierGauthier Harnisch2019-06-142-6/+6
* Make UniqueCStringMap work with non-default-constructible types and other imp...Pavel Labath2019-06-145-101/+114
* Fixed typos in Log.hJonas Devlieghere2019-06-141-2/+2
* [NFC] Replace a plugin header with a non-plugin headerAlex Langford2019-06-131-1/+1
* [CMake] Fix generated Xcode-project ignoring output directory setting for LLD...Stefan Granitz2019-06-131-0/+6
* [CMake] Fix lldb-dotest for single-config generators in standalone buildsStefan Granitz2019-06-131-1/+5
* [CMake] Add fallbacks for copying clang-resource-headers to LLDB.framework in...Stefan Granitz2019-06-131-3/+25
* DWARF: Don't create lldb CompileUnits for DWARF type unitsPavel Labath2019-06-1313-199/+355
* [Reproducers] Remove call to lldb_private::GetVersion()Jonas Devlieghere2019-06-131-2/+1
* [Reproducers] Include lldb version in the reproducer rootJonas Devlieghere2019-06-134-5/+43
* [Reproducers] Simplify providers with nested Info struct (NFC)Jonas Devlieghere2019-06-128-52/+41
* Re-land r363103 ("When reading ObjC class table, use new SPI if it is avail")Jason Molenda2019-06-121-4/+56
* Skip failing test on older versions of clang.Adrian Prantl2019-06-121-0/+1
OpenPOWER on IntegriCloud