summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* 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
* [Expression] Add PersistentExpressionState::GetCompilerTypeFromPersistentDeclAlex Langford2019-06-126-36/+93
* [lldb] Ignore null frames in lldb.macosx crashlogStefan Granitz2019-06-121-0/+4
* [CMake] Two extra FOLDER properties for debugserverStefan Granitz2019-06-121-0/+4
* Recognise debug_types.dwo as a debug info sectionPavel Labath2019-06-126-0/+13
* DWARF: Share line tables of type unitsPavel Labath2019-06-1212-105/+480
* [LLDB] Fix FreeBSD buildDavid Carlier2019-06-121-1/+1
* Back out r363103 ("When reading ObjC class table, use new SPI if it is avail")Jason Molenda2019-06-121-50/+4
* [LanguageRuntime] Simplify CreateExceptionSearchFilter in derived classesAlex Langford2019-06-114-12/+7
* When reading ObjC class table, use new SPI if it is availJason Molenda2019-06-111-4/+50
* Update AuxVector.cppJason Molenda2019-06-111-6/+4
* Fix a crash in option parsing.Adrian Prantl2019-06-113-0/+9
* Add support to read aux vector valuesAntonio Afonso2019-06-1118-206/+149
* [Target] Use llvm::scope_exit to restore m_suppress_stop_hooks value.Tatyana Krasnukha2019-06-101-4/+5
* [Target][NFC] Rename GetCPPLanguageRuntime to GetAlex Langford2019-06-102-3/+2
* Create a generic handler for Xfer packetsAntonio Afonso2019-06-109-67/+226
* [Target] Remove Process::GetObjCLanguageRuntimeAlex Langford2019-06-1025-68/+61
* ABI: reflow the table text (NFC)Saleem Abdulrasool2019-06-101-954/+84
* Breakpad: Add support for the arm64e "architecture"Pavel Labath2019-06-103-1/+7
* Add "REQUIRES: x86" to DWARF assembly testsPavel Labath2019-06-1017-10/+26
* [lldb] [Process/NetBSD] Fix error handling in register operationsMichal Gorny2019-06-102-38/+18
* [Target] Remove unused header from ProcessAlex Langford2019-06-081-1/+0
OpenPOWER on IntegriCloud