summaryrefslogtreecommitdiffstats
path: root/lldb/source
Commit message (Expand)AuthorAgeFilesLines
* [Reproducers] Fix GDB remote flakiness during replayJonas Devlieghere2019-03-221-24/+23
* [ScriptInterpreter] Remove a warning and reformat comments.Davide Italiano2019-03-221-6/+6
* [ScriptInterpreter] Make sure that PYTHONHOME is right.Davide Italiano2019-03-221-0/+10
* Revert minidump changesJonas Devlieghere2019-03-221-36/+13
* Revert "Move the rest of the sections over to DWARFContext."Pavel Labath2019-03-2217-327/+270
* Extend r356573 (minidump UUID handling) to cover elf build-ids tooPavel Labath2019-03-221-1/+1
* [Reproducers] Fix log statementsJonas Devlieghere2019-03-211-3/+3
* [lldb] Add missing EINTR handlingMichal Gorny2019-03-2113-22/+43
* Move the rest of the sections over to DWARFContext.Zachary Turner2019-03-2117-270/+327
* [Reproducers] Properly handle QEnvironment packetsJonas Devlieghere2019-03-211-0/+15
* [Reproducers] Log inconsistencies during replay (NFC)Jonas Devlieghere2019-03-212-5/+41
* Introduce DWARFContext.Zachary Turner2019-03-208-54/+108
* Remove the unused return value in ASTImporter::Imported [NFC]Raphael Isemann2019-03-201-3/+1
* Fix UUID decoding from minidump filesGreg Clayton2019-03-201-12/+35
* Delete more dead code.Zachary Turner2019-03-1921-318/+11
* Remove some dead DWARF enum -> string conversion functions.Zachary Turner2019-03-192-258/+0
* Delete dead code.Zachary Turner2019-03-1923-716/+1
* [ScriptInterpreterPython] Remove dead code.Davide Italiano2019-03-191-16/+0
* [StackFrameRecognizer] Remove unneeded LLDB_DISABLE_PYTHON.Davide Italiano2019-03-191-4/+0
* [lldb] [Reproducer] Move SBRegistry registration into declaring filesMichal Gorny2019-03-1967-2900/+3513
* Remove a couple of log statements.Zachary Turner2019-03-193-60/+1
* Improve error handling for Clang module imports.Adrian Prantl2019-03-191-3/+11
* Fix a "memset clearing an object of non-trivial type" warning in EmulateInstr...Pavel Labath2019-03-191-8/+1
* [API] Remove unneded LLDB_DISABLE_PYTHON markers.Davide Italiano2019-03-187-45/+0
* Fix some "variable 'foo' set but not used" warningsPavel Labath2019-03-182-6/+2
* Fix "type qualifiers ignored on cast result type" warningsPavel Labath2019-03-182-13/+10
* Reinitialize UnwindTable when the SymbolFile changesPavel Labath2019-03-182-1/+11
* Abbreviation declarations are required to have non-null tags.Zachary Turner2019-03-151-5/+3
* Return Error and Expected from more DWARF interfaces.Zachary Turner2019-03-159-209/+253
* [DataFormatters] Remove LLDB_DISABLE_PYTHON from TypeCategory.Davide Italiano2019-03-152-25/+0
* Delete type_sp member from TypePairPavel Labath2019-03-152-9/+4
* [DataFormatters] Remove LLDB_DISABLE_PYTHON from FormatManager.Davide Italiano2019-03-152-10/+0
* [ObjCLanguage] Remove LLDB_DISABLE_PYTHON markers from the formatters.Davide Italiano2019-03-141-6/+0
* Return llvm::Error and llvm::Expected from DWARF parsing code.Zachary Turner2019-03-146-54/+101
* [DataFormatters] Delete unused code. Not even exposed in the API.Davide Italiano2019-03-142-21/+0
* Safer casting in ClangExpressionParser code completionRaphael Isemann2019-03-141-2/+2
* [Python] Start eradicating unneeded LLDB_DISABLE_PYTHON guards.Davide Italiano2019-03-144-15/+0
* [Reproducers] Fix data race found by tsanJonas Devlieghere2019-03-141-0/+2
* Reorder the operations inJason Molenda2019-03-131-21/+20
* Fix an invalid static cast in ClangExpressionParser.cppAdrian Prantl2019-03-1311-15/+38
* [ExpressionParser] Restore removed intance of FileSystem::Resolve while resol...Alex Langford2019-03-131-0/+1
* Make sure FileSystem::Resolve preserves the path/file distinction.Adrian Prantl2019-03-131-1/+4
* Update the macOS implementation of ComputeClangResourceDirectory toAdrian Prantl2019-03-121-3/+3
* Add XCOFF triple object format type for AIXJason Liu2019-03-121-0/+2
* Add more logging to ClangModulesDeclVendor.cppAdrian Prantl2019-03-121-0/+9
* Remove support for DWARF64.Zachary Turner2019-03-1210-119/+34
* Remove DWARFDIECollection.Zachary Turner2019-03-1214-143/+59
* Move ElaboratingDIEIterator into implementation file.Zachary Turner2019-03-122-71/+68
* Fix compiler warningJonas Devlieghere2019-03-121-13/+11
* Rework how lldb warngs about kexts that failed to load in a Jason Molenda2019-03-121-8/+33
OpenPOWER on IntegriCloud