summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins
Commit message (Expand)AuthorAgeFilesLines
* [lldb] [PECOFF] Only use PECallFrameInfo on the one supported architectureMartin Storsjö2020-05-181-0/+3
* Revert abb00753 "build: reduce CMake handling for zlib" (PR44780)Hans Wennborg2020-03-032-3/+3
* [LLDB] Fix the handling of unnamed bit-fields when parsing DWARFshafik2020-01-272-135/+66
* [lldb/CommandInterpreter] Remove flag that's always true (NFC)Jonas Devlieghere2020-01-141-2/+2
* [lldb/DWARF] Move location list sections into DWARFContextPavel Labath2020-01-147-19/+29
* Expression eval lookup speedup by not returning methods in ManualDWARFIndex::...Levon Ter-Grigoryan2020-01-142-5/+3
* [lldb/Expression] Improve interpreter error message with a non-running targetMed Ismail Bennani2020-01-141-2/+3
* [LanguageRuntime] Retire an unused member function. NFCI.Davide Italiano2020-01-134-42/+0
* [lldb] Fix lookup of symbols with the same address range but different bindingJan Kratochvil2020-01-131-0/+2
* [Disassembler] Delete the VStream parameter of MCDisassembler::getInstruction()Fangrui Song2020-01-113-13/+11
* [lldb/Lua] Support loading Lua modulesJonas Devlieghere2020-01-104-0/+49
* [lldb] Remove FieldDecl stealing hack by rerouting indirect imports to the or...Raphael Isemann2020-01-101-14/+0
* Add missing nullptr checks.Adrian Prantl2020-01-105-26/+36
* [lldb/DWARF] Don't automatically search dwo unit attributesPavel Labath2020-01-104-23/+7
* When reading Aux file in chunks, read consecutive byte rangesJason Molenda2020-01-091-1/+1
* [lldb/Lua] Make lldb.debugger et al available to LuaJonas Devlieghere2020-01-094-3/+40
* [lldb/DWARF] Fix mixed v4+v5 location listsPavel Labath2020-01-097-35/+26
* [lldb/DWARF] Add is_dwo member to DWARFUnitPavel Labath2020-01-097-20/+19
* [lldb] Remove various dead Compare functionsAlex Langford2020-01-081-95/+0
* Delete dead code.Adrian Prantl2020-01-081-48/+0
* Remove extraneous spacesMed Ismail Bennani2020-01-071-1/+1
* [lldb][NFC] Use static_cast instead of reinterpret_cast where possibleRaphael Isemann2020-01-073-5/+3
* [lldb][NFC] Take a llvm::Triple in ClangASTContext constructorRaphael Isemann2020-01-072-6/+2
* [lldb] Fix LLDB build after API change to printInst (D72172)Raphael Isemann2020-01-071-2/+2
* [NSArray] Remove a very old and deprecated formatter.Davide Italiano2020-01-061-27/+0
* [lldb] [Process/NetBSD] Remove unused orig_*ax useMichał Górny2020-01-061-5/+0
* [lldb][NFC] Remove forward declaration for non-existent type clang::Action an...Raphael Isemann2020-01-032-6/+2
* [lldb/CMake] Fix variable naming in FindLibEditJonas Devlieghere2020-01-021-2/+2
* [lldb/CMake] Use PYTHON_LIBRARIES instead of PYTHON_LIBRARYJonas Devlieghere2020-01-021-1/+1
* build: reduce CMake handling for zlibSaleem Abdulrasool2020-01-022-3/+3
* Revert "build: reduce CMake handling for zlib"James Henderson2020-01-022-3/+3
* [lldb][NFC] Remove unused variable in DWARFASTParserClang::ParseSingleMemberRaphael Isemann2020-01-021-1/+0
* [lldb][NFC] Create type-safe function for creating a CompilerType from a Qual...Raphael Isemann2020-01-025-13/+10
* build: reduce CMake handling for zlibSaleem Abdulrasool2020-01-012-3/+3
* [lldb][NFC] Simplify CompilerType constructors/destructors and fix unused var...Raphael Isemann2020-01-011-2/+0
* [NFC] Fixes -Wrange-loop-analysis warningsMark de Wever2020-01-012-2/+2
* [lldb][NFC] Simplify ClangASTContext::GetTypeForDeclRaphael Isemann2019-12-301-3/+4
* [lldb][NFC] Delete static versions of ClangASTContext::CreateFunctionTypeRaphael Isemann2019-12-291-2/+2
* [lldb][NFC] Remove GetASTContext call in ClangPersistentVariablesRaphael Isemann2019-12-283-27/+36
* [lldb][NFC] Remove GetASTContext call in ClangDeclVendorRaphael Isemann2019-12-285-22/+20
* [lldb][NFC] Move lock scope where it should beginTatyana Krasnukha2019-12-261-9/+10
* [lldb][NFC] Use ClangASTContext in AppleObjCRuntime interfacesRaphael Isemann2019-12-265-61/+46
* [lldb] Remove some calls to GetASTContextRaphael Isemann2019-12-262-29/+17
* [lldb][NFC] Use StringRef in ClangASTContext::GetBuiltinTypeForDWARFEncodingA...Raphael Isemann2019-12-251-2/+2
* [lldb] Adapt for NetBSD-9.99.30 ptrace(2) API changesKamil Rytarowski2019-12-242-2/+21
* [lldb][NFC] Remove ClangExternalASTSourceCommonRaphael Isemann2019-12-243-10/+10
* Revert "[lldb] Don't process symlinks deep inside DWARFUnit"Jonas Devlieghere2019-12-232-12/+20
* [lldb] Remove DWARFUnit::AppendDIEsWithTagPavel Labath2019-12-233-24/+6
* [lldb/DWARF] Fix hostname-stripping logicPavel Labath2019-12-231-0/+2
* [lldb][NFC] Remove unused 'type' parameter in ClangExpressionDeclMap::FindGlo...Raphael Isemann2019-12-232-23/+6
OpenPOWER on IntegriCloud