summaryrefslogtreecommitdiffstats
path: root/lldb
Commit message (Expand)AuthorAgeFilesLines
* Add DWARFTypeUnit to the Xcode project.Jim Ingham2019-05-221-0/+6
* [EditLine] Rewrite GetHistoryFilePathJonas Devlieghere2019-05-221-13/+18
* Added a dot at the end of commentKonrad Kleine2019-05-221-3/+3
* DWARF: Add debug_ranges/rnglists testsPavel Labath2019-05-223-0/+219
* Add AST loggingGabor Marton2019-05-223-0/+24
* DWARFDebugInfoEntry: remove unused variablePavel Labath2019-05-221-4/+1
* DWARF: Introduce DWARFTypeUnit classPavel Labath2019-05-2215-48/+224
* Delete unnecessary copy ctorsFangrui Song2019-05-2212-93/+0
* [Symbol] Remove dead codeAlex Langford2019-05-221-55/+0
* [FileSystem] Fix regression in FileSystem::ResolveJonas Devlieghere2019-05-211-8/+12
* [CommandInterpreter] Fix SkipAppInitFiles setterJonas Devlieghere2019-05-211-1/+1
* [Test] Fix conflicting test names.Jonas Devlieghere2019-05-211-1/+1
* Fix LLDB warnings when compiling with Clang 8.0Alexandre Ganea2019-05-218-25/+66
* Remove `SymbolFileDWARF *` when there is already `DWARFUnit *`Jan Kratochvil2019-05-218-249/+186
* [lldb-mi] Include full path in the -data-disassemble responseTatyana Krasnukha2019-05-212-1/+16
* DWARF: Port debug_addr over to DWARFContextPavel Labath2019-05-219-48/+20
* DWARF: Introduce DWARFUnitHeader classPavel Labath2019-05-215-147/+168
* [CMake] Correct some dependenciesAlex Langford2019-05-212-1/+1
* lldb-server: LLGS: support 32-bit on 64-bit hostsSaleem Abdulrasool2019-05-211-11/+16
* DWARF: Port most of other sections over to DWARFContextPavel Labath2019-05-209-126/+80
* minidump: Remove checked-in files used for testing MemoryList handlingPavel Labath2019-05-207-79/+183
* [lldb] [lit] Skip more tests when Python is unavailableMichal Gorny2019-05-192-0/+3
* [lldb] [lit] Driver/TestConvenienceVariables.test requires PythonMichal Gorny2019-05-192-1/+5
* [crashlog] Use loads() instead of readPlistFromString() for python 3.Davide Italiano2019-05-181-1/+7
* Revert "Fix IPv6 support on lldb-server platform"Alex Langford2019-05-186-212/+87
* Unbreak windows build botAlex Langford2019-05-181-0/+6
* [CommandInterpreter] Refactor SourceInitFileJonas Devlieghere2019-05-173-89/+117
* Fix IPv6 support on lldb-server platformAlex Langford2019-05-176-87/+206
* [EditLine] Check string pointers before dereferencing them.Davide Italiano2019-05-171-2/+3
* [CMake] Add first CMake cache filesStefan Granitz2019-05-172-0/+30
* [CMake] Inline info plist in lldb driverStefan Granitz2019-05-171-0/+5
* [CommandInterpreter] Fix trailing blanks after `all` or [0-9]+ for btStella Stamenova2019-05-172-5/+5
* Update list of supported architectures.Adrian Prantl2019-05-171-5/+5
* [Docs] Remove SVN checkout from LLDB build stepsJonas Devlieghere2019-05-171-51/+0
* minidump: Use MemoryList parsing code from llvmPavel Labath2019-05-173-42/+23
* Make DWARFContext dwo-aware and port debug_info sections overPavel Labath2019-05-179-34/+46
* [Docs] Fix headings in remote debuggingJonas Devlieghere2019-05-171-8/+18
* [Docs] Remove architectures from feature matrixJonas Devlieghere2019-05-171-24/+23
* [CommandInterpreter] Accept blanks after `all` or [0-9]+ for bt.Davide Italiano2019-05-172-4/+16
* [Docs] Unify sidebar paddingJonas Devlieghere2019-05-171-4/+3
* Slightly update the macOS part of status.rst to be less out-of-date.Adrian Prantl2019-05-161-4/+5
* [Target] Stop linking against lldbPluginObjCLanguageAlex Langford2019-05-162-2/+1
* Factor out switch statement into a helper function (NFC)Adrian Prantl2019-05-163-10/+25
* Make sure GetObjectDescription falls back to the Objective-C runtime.Adrian Prantl2019-05-164-27/+71
* [IRExecutionUnit] Remove static_assertJonas Devlieghere2019-05-161-2/+0
* DWARFContext: Return empty data extractors instead of null pointersPavel Labath2019-05-165-27/+86
* DWARF: Add ability to reference debug info coming from multiple sectionsPavel Labath2019-05-1618-58/+79
* Simplify Triple::ppc64{,le} checks with Triple::isPPC64()Fangrui Song2019-05-165-25/+14
* Simplify ArchSpec::IsMIPS()Fangrui Song2019-05-1610-66/+15
* Update LLDB license on the LLDB home page to Apache+LLVM.Adrian Prantl2019-05-151-3/+4
OpenPOWER on IntegriCloud