summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/SymbolFile/DWARF
Commit message (Expand)AuthorAgeFilesLines
...
* Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl2019-08-223-5/+13
* Revert Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl2019-08-223-13/+5
* Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl2019-08-223-5/+13
* Remove redundant curly braces.Adrian Prantl2019-08-221-2/+2
* Generalize FindTypes with CompilerContext to support fuzzy lookupAdrian Prantl2019-08-215-30/+24
* Simplify code (NFC).Adrian Prantl2019-08-171-22/+19
* [Utility] Reimplement RegularExpression on top of llvm::RegexJonas Devlieghere2019-08-161-12/+8
* [DebugLine] Don't try to guess the path styleJonas Devlieghere2019-08-151-17/+12
* [LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-144-12/+12
* [lldb][NFC] Remove unused functionJordan Rupprecht2019-08-141-5/+0
* [DebugLine] Improve path handling.Jonas Devlieghere2019-08-141-12/+11
* [DebugLine] Be more robust in geussing the path styleJonas Devlieghere2019-08-131-3/+9
* [DWARF] Guess the path styleJonas Devlieghere2019-08-131-2/+6
* [DWARF} Use LLVM's debug line parser in LLDB.Jonas Devlieghere2019-08-134-1208/+175
* SymbolFileDWARF: Unconditionally scan through clang modules. NFCishAdrian Prantl2019-08-081-3/+7
* Remove Module::GetSymbolVendorPavel Labath2019-08-081-19/+13
* Add support for deterministically linked binaries on macOS to lldb.Nico Weber2019-08-071-1/+5
* [SymbolFile] Remove commented out methodAlex Langford2019-08-062-204/+0
* Update LLDB to follow changes in llvm::DWARFDebugNames::NameIndex (4/5)Igor Kudrin2019-08-061-3/+3
* SymbolVendor: Remove passthrough methodsPavel Labath2019-08-063-13/+13
* SymbolVendor: Introduce Module::GetSymbolFilePavel Labath2019-08-021-4/+2
* Don't crash when pass by value struct has no definition.Greg Clayton2019-07-311-1/+1
* SymbolVendor: Remove the object file member variablePavel Labath2019-07-316-55/+55
* [Symbol] Use llvm::Expected when getting TypeSystemsAlex Langford2019-07-308-47/+79
* [SymbolFile] SymbolFileDWARF::ParseLineTable should lock its moduleAlex Langford2019-07-301-1/+1
* SymbolVendor: Move locking into the Symbol FilesPavel Labath2019-07-302-16/+39
* [lldb] Qualify includes of Properties[Enum].inc files. NFCJordan Rupprecht2019-07-293-6/+6
* [lldb] Also include the array definition in Properties.incJonas Devlieghere2019-07-291-3/+1
* DWARF: Improve type safety or range lists parsingPavel Labath2019-07-265-16/+10
* Let tablegen generate property definitionsJonas Devlieghere2019-07-253-9/+29
* SymbolVendor: Remove the type list memberPavel Labath2019-07-253-13/+9
* [Logging] Replace Log::Printf with LLDB_LOG macro (NFC)Jonas Devlieghere2019-07-244-119/+111
* SymbolVendor: Move compile unit handling into the SymbolFile classPavel Labath2019-07-234-17/+17
* [FileSpecList] Add EmplaceBack method (NFC)Jonas Devlieghere2019-07-181-1/+1
* [DWARFContext] Strip leading dot in section namesJonas Devlieghere2019-07-131-0/+2
* Add convenience methods to convert LLDB to LLVM data structures.Jonas Devlieghere2019-07-115-9/+51
* [Core] Generalize ValueObject::IsRuntimeSupportValueAlex Langford2019-07-011-1/+2
* Use const auto *Fangrui Song2019-06-291-5/+5
* DWARF: Add support for type units+split dwarf comboPavel Labath2019-06-256-14/+45
* DWARF: Add "dwo_num" field to the DIERef classPavel Labath2019-06-2123-138/+126
* Fix -Wmismatched-tags introduced in r363910Pavel Labath2019-06-203-4/+1
* DWARF: Provide accessors to DIERef fieldsPavel Labath2019-06-209-24/+65
* DWARF: Make DIERefs always validPavel Labath2019-06-1914-124/+101
* DWARF: Avoid storing DIERefs in long-lived containersPavel Labath2019-06-174-51/+32
* Don't try to parse ObjC method if CU isn't ObjCGreg Clayton2019-06-141-20/+24
* DWARF: port debug_ranges/rnglists over to DWARFContextPavel Labath2019-06-146-37/+35
* DWARF: Remove unused includes from DWARFDebugAranges.h/cppPavel Labath2019-06-142-15/+3
* Have DWARFUnit store a *reference* to SymbolFileDWARFPavel Labath2019-06-1416-117/+84
* DWARFIndex: s/ReportInvalidDIEOffset/ReportInvalidDIERefPavel Labath2019-06-147-27/+17
* DWARF: Don't create lldb CompileUnits for DWARF type unitsPavel Labath2019-06-1311-199/+244
OpenPOWER on IntegriCloud