summaryrefslogtreecommitdiffstats
path: root/lldb/source
Commit message (Expand)AuthorAgeFilesLines
* Make LLVM_APPEND_VC_REV=OFF affect clang, lld, and lldb as well.Nico Weber2020-06-231-2/+2
* [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
* Fix a buffer-size bug when the first DW_OP_piece is undefinedAdrian Prantl2020-02-191-1/+5
* Add testing for DW_OP_piece and fix a bug with small Scalar values.Adrian Prantl2020-02-191-4/+12
* [LLDB] Fix compilation with GCC 5Martin Storsjö2020-02-064-3/+12
* [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-147-29/+10
* [lldb/Utility] Use assert instead of llvm_unreachable for LLDBAssertJonas Devlieghere2020-01-141-3/+3
* [lldb/DWARF] Move location list sections into DWARFContextPavel Labath2020-01-149-19/+35
* Expression eval lookup speedup by not returning methods in ManualDWARFIndex::...Levon Ter-Grigoryan2020-01-142-5/+3
* [lldb][NFC] Make name parameter in AddMethodToCXXRecordType a StringRefRaphael Isemann2020-01-141-7/+6
* [lldb/Expression] Improve interpreter error message with a non-running targetMed Ismail Bennani2020-01-141-2/+3
* [lldb][NFC] Cleanup ClangASTContext::CompleteTagDeclarationDefinitionRaphael Isemann2020-01-141-57/+52
* [lldb] Don't defend against internal LLVM errors in IRInterpreterRaphael Isemann2020-01-141-125/+13
* [lldb/Utility] Add std::move to make placate clang 3.8Jonas Devlieghere2020-01-131-2/+2
* [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-132-1/+3
* [lldb][NFC] Use range-based for loops in IRInterpreterRaphael Isemann2020-01-131-16/+12
* [Disassembler] Delete the VStream parameter of MCDisassembler::getInstruction()Fangrui Song2020-01-113-13/+11
* [lldb/Reproducer] Add SBReproducer::Replay overload (again)Jonas Devlieghere2020-01-101-0/+4
* [lldb] Make CompleteTagDeclsScope completion order deterministicRaphael Isemann2020-01-101-5/+3
* [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-102-14/+33
* Add missing nullptr checks.Adrian Prantl2020-01-108-29/+42
* [lldb/DWARF] Don't automatically search dwo unit attributesPavel Labath2020-01-104-23/+7
* Data formatters: Look through array element typedefsJaroslav Sevcik2020-01-103-6/+29
* When reading Aux file in chunks, read consecutive byte rangesJason Molenda2020-01-091-1/+1
* [lldb/Bindings] Move bindings into their own subdirectoryJonas Devlieghere2020-01-091-4/+4
* [lldb/Lua] Make lldb.debugger et al available to LuaJonas Devlieghere2020-01-094-3/+40
* [lldb] Modernize OptionValue::SetValueChangedCallbackPavel Labath2020-01-094-93/+53
* [lldb/DWARF] Fix mixed v4+v5 location listsPavel Labath2020-01-098-66/+30
* [lldb/DWARF] Add is_dwo member to DWARFUnitPavel Labath2020-01-097-20/+19
* [lldb] Remove various dead Compare functionsAlex Langford2020-01-084-139/+0
* Delete dead code.Adrian Prantl2020-01-081-48/+0
* [lldb][NFC] Remove redundant ClangASTContext constructor that takes ArchSpecRaphael Isemann2020-01-081-27/+16
* [lldb] Initialize some bitfields in FuncUnwinders.cppPavel Labath2020-01-071-0/+2
* Remove extraneous spacesMed Ismail Bennani2020-01-071-1/+1
* [lldb][NFC] Use static_cast instead of reinterpret_cast where possibleRaphael Isemann2020-01-0713-40/+36
* [lldb][NFC] Take a llvm::Triple in ClangASTContext constructorRaphael Isemann2020-01-074-12/+8
* [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
* [CMake] Add $ORIGIN/../../../../lib to rpath if BUILD_SHARED_LIBS or LLVM_LIN...Fangrui Song2020-01-061-0/+8
* [lldb] [Process/NetBSD] Remove unused orig_*ax useMichał Górny2020-01-061-5/+0
* [lldb/Command] Add --force option for `watchpoint delete` commandMed Ismail Bennani2020-01-042-19/+69
* [UserExpression] Clean up `return` after `else`.Davide Italiano2020-01-031-4/+3
* [lldb/Utility] YAML validation should be orthogonal to packet semantics.Jonas Devlieghere2020-01-031-3/+0
* [lldb][NFC] Remove forward declaration for non-existent type clang::Action an...Raphael Isemann2020-01-032-6/+2
* Revert "[lldb/Command] Add --force option for `watchpoint delete` command"Med Ismail Bennani2020-01-032-69/+19
* [lldb/Command] Add --force option for `watchpoint delete` commandMed Ismail Bennani2020-01-032-19/+69
OpenPOWER on IntegriCloud