summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins
Commit message (Expand)AuthorAgeFilesLines
* [Reproducers] Fix log statementsJonas Devlieghere2019-03-211-3/+3
* [lldb] Add missing EINTR handlingMichal Gorny2019-03-214-7/+14
* 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
* 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
* 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 "type qualifiers ignored on cast result type" warningsPavel Labath2019-03-182-13/+10
* 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
* Delete type_sp member from TypePairPavel Labath2019-03-151-4/+3
* [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
* Safer casting in ClangExpressionParser code completionRaphael Isemann2019-03-141-2/+2
* [Python] Start eradicating unneeded LLDB_DISABLE_PYTHON guards.Davide Italiano2019-03-141-7/+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-136-4/+19
* [ExpressionParser] Restore removed intance of FileSystem::Resolve while resol...Alex Langford2019-03-131-0/+1
* 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
* Check the result of creating a node from __next_ in the std::list formatter.Jim Ingham2019-03-121-1/+3
* Correcting some comments in PdbIndex.cpp [NFC]Adrian McCarthy2019-03-121-5/+2
* [Reproducers] Add a test to ensure we can reuse the reproducer dir.Jonas Devlieghere2019-03-121-1/+1
* Add ability to import std module into expression parser to improve C++ debuggingRaphael Isemann2019-03-1211-47/+895
* Correctly look up declarations in inline namespacesRaphael Isemann2019-03-122-3/+6
* Add a case in SymbolFile{Native,}PDB::TranslateLanguage for SwiftNathan Lanza2019-03-112-0/+4
* Rewrite comment to be clearerAlex Langford2019-03-111-1/+1
* Bring Doxygen comment syntax in sync with LLVM coding style.Adrian Prantl2019-03-1154-557/+557
* Quiet command regex instructions during batch executionDave Lee2019-03-102-3/+3
* [lldb] [Process] Add proper support for NetBSD core files with threadsMichal Gorny2019-03-082-30/+191
* Fix TestPaths.py on windowsAlex Langford2019-03-071-1/+0
* [ExpressionParser] Implement ComputeClangResourceDir for WindowsAlex Langford2019-03-072-13/+1
* [lldb] Fix DW_OP_addrx uses.Ali Tamur2019-03-073-1/+6
* When disassembling Aarch64 target and vendor Apple, set the cpu toJason Molenda2019-03-071-0/+5
* Promote more debug-only assertions to regular assertions.Adrian Prantl2019-03-071-1/+1
* Promote more debug-only assertions to regular assertions.Adrian Prantl2019-03-072-6/+0
* Remove the warning inJason Molenda2019-03-061-9/+7
OpenPOWER on IntegriCloud