aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Plugins/SymbolFile
AgeCommit message (Expand)AuthorFilesLines
2019-10-11[NativePDB] Remove unused references to ClangASTImporterAlex Langford2-3/+0
2019-10-11[lldb-test] Modify lldb-test to print out ASTs from symbol fileShafik Yaghmour1-4/+13
2019-10-10Speed up accelerator table lookupsAdrian Prantl1-3/+24
2019-10-09Remove the is_mangled flag from Mangled and SymbolAdrian Prantl2-3/+2
2019-10-08Revert Trust the arange accelerator tables in dSYMsAdrian Prantl1-13/+7
2019-10-08Trust the arange accelerator tables in dSYMsAdrian Prantl1-7/+13
2019-10-07[DWARFASTParserClang] Factor out structure-like type parsing, NFCVedant Kumar4-432/+473
2019-10-07[DWARFASTParserClang] Delete commented-out typedef, NFCVedant Kumar1-18/+19
2019-10-04[lldb] [cmake] Support linking against clang-cpp dylibMichal Gorny3-7/+10
2019-10-02[lldb] Fix evaluation of nested classes with parent from other CURaphael Isemann1-0/+2
2019-10-01[lldb] Fix unused variable warningJordan Rupprecht1-1/+0
2019-10-01Fix a condition-flip regression introduced in r373344.Adrian Prantl1-1/+1
2019-10-01Typo (NFC)Adrian Prantl1-3/+3
2019-10-01Remove size_t return parameter from FindTypesAdrian Prantl11-128/+92
2019-10-01Update SymbolFilePDB for FindTypes API change.Adrian Prantl2-22/+17
2019-09-30Remove unused "append" parameter from FindTypes APIAdrian Prantl11-104/+69
2019-09-27Unwind: Add a stack scanning mechanism to support win32 unwindingPavel Labath2-5/+28
2019-09-25[Dwarf] Fix switch cases that take an dw_tag_t.Jonas Devlieghere3-0/+10
2019-09-25[Dwarf] Make dw_tag_t a typedef for llvm::dwarf::Tag instead of uint16_t.Jonas Devlieghere6-10/+12
2019-09-24Enhance SymbolFileDWARF::ParseDeclsForContext performancePavel Labath4-19/+13
2019-09-24[lldb] Decouple importing the std C++ module from the way the program is comp...Raphael Isemann4-0/+28
2019-09-11[DWARF] Evaluate DW_OP_entry_valueVedant Kumar2-3/+75
2019-09-05Breakpad: Basic support for STACK WIN unwindingPavel Labath2-27/+142
2019-08-29Fix GetDIEForDeclContext so it only returns entries matching the provided con...Pavel Labath1-3/+4
2019-08-29Remove DWARFExpression::LocationListSizePavel Labath2-22/+10
2019-08-27DWARFExpression: Simplify class interfacePavel Labath5-31/+47
2019-08-26Postfix: move more code out of the PDB pluginPavel Labath2-48/+14
2019-08-23[NFC] Fix comments and formatting.Jonas Devlieghere2-55/+60
2019-08-22Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl9-13/+29
2019-08-22Revert Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl9-29/+13
2019-08-22Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl9-13/+29
2019-08-22Remove redundant curly braces.Adrian Prantl1-2/+2
2019-08-21Generalize FindTypes with CompilerContext to support fuzzy lookupAdrian Prantl11-42/+33
2019-08-17Simplify code (NFC).Adrian Prantl1-22/+19
2019-08-16[Utility] Reimplement RegularExpression on top of llvm::RegexJonas Devlieghere1-12/+8
2019-08-15[DebugLine] Don't try to guess the path styleJonas Devlieghere1-17/+12
2019-08-14[LLDB] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere8-20/+20
2019-08-14[lldb][NFC] Remove unused functionJordan Rupprecht1-5/+0
2019-08-14[DebugLine] Improve path handling.Jonas Devlieghere1-12/+11
2019-08-13[DebugLine] Be more robust in geussing the path styleJonas Devlieghere1-3/+9
2019-08-13[DWARF] Guess the path styleJonas Devlieghere1-2/+6
2019-08-13[DWARF} Use LLVM's debug line parser in LLDB.Jonas Devlieghere4-1208/+175
2019-08-13[Symbol] Decouple clang from CompilerTypeAlex Langford1-7/+14
2019-08-08SymbolFileDWARF: Unconditionally scan through clang modules. NFCishAdrian Prantl1-3/+7
2019-08-08Remove Module::GetSymbolVendorPavel Labath1-19/+13
2019-08-07Add support for deterministically linked binaries on macOS to lldb.Nico Weber1-1/+5
2019-08-06[SymbolFile] Remove commented out methodAlex Langford2-204/+0
2019-08-06Update LLDB to follow changes in llvm::DWARFDebugNames::NameIndex (4/5)Igor Kudrin1-3/+3
2019-08-06SymbolVendor: Remove passthrough methodsPavel Labath3-13/+13
2019-08-05Changing representation of .cv_def_range directives in Codeview debug info as...Nilanjana Basu1-2/+2