summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/SymbolFile
Commit message (Expand)AuthorAgeFilesLines
...
* [lldb][NFC] Extract enum parsing from DWARFASTParserClang::ParseTypeFromDWARFRaphael Isemann2019-11-262-100/+113
* [lldb][NFCI] Extract subroutine parsing from DWARFASTParserClang::ParseTypeFr...Raphael Isemann2019-11-262-374/+384
* [lldb][NFC] Extract array type parsing from DWARFASTParserClang::ParseTypeFro...Raphael Isemann2019-11-262-84/+95
* [lldb][NFC] Extract pointer to member type parsing from DWARFASTParserClang::...Raphael Isemann2019-11-262-18/+28
* [lldb][NFC] NULL -> nullptr in DWARFASTParserClang::UpdateSymbolContextScopeF...Raphael Isemann2019-11-261-4/+4
* [DWARF] Handle call sites with indirect call targetsVedant Kumar2019-11-224-23/+77
* Complete complete types early when importing types from Clang module DWARF.Adrian Prantl2019-11-221-1/+14
* [lldb][NFC] Remove ClangASTContext::GetAsDeclContextRaphael Isemann2019-11-201-9/+3
* Replace bitfield in lldb::Type with byte-sized members. (NFC)Adrian Prantl2019-11-183-37/+37
* [-gmodules] Let LLDB log a warning if the Clang module hash mismatches.Adrian Prantl2019-11-152-12/+70
* Add RTTI support to the SymbolFile class hierarchyAdrian Prantl2019-11-1516-0/+103
* Comment the fact that DWARFDebugInfoEntry isn't copyable.Adrian Prantl2019-11-151-0/+4
* Fix incorrect comment.Adrian Prantl2019-11-141-3/+5
* Convert condition to early exit (NFC)Adrian Prantl2019-11-141-43/+45
* Convert UpdateExternalModuleListIfNeeded to use early exits.Adrian Prantl2019-11-141-59/+59
* Rename DWO -> Clang module to avoid confusion. (NFC)Adrian Prantl2019-11-141-22/+26
* Use ForEachExternalModule in ParseTypeFromClangModule (NFC)Adrian Prantl2019-11-146-34/+87
* [lldb] Fix dwo variant of TestLibCxxFunctionPavel Labath2019-11-141-1/+2
* Remove redundant check. (NFC)Adrian Prantl2019-11-131-3/+0
* Use cheaper, equivalent predicate. (NFC)Adrian Prantl2019-11-131-1/+1
* Rename clang-module-related *DWO* functions to *ClangModule* (NFC)Adrian Prantl2019-11-135-46/+41
* Rename ParseTypeFromDWO to ParseTypeFromClangModule (NFC)Adrian Prantl2019-11-132-26/+27
* [LLDB] Fix a bunch of -Wdocumentation warningsJonas Devlieghere2019-11-131-2/+2
* [LLDB][Formatters] Re-enable std::function formatter with fixes to improve no...shafik2019-11-121-0/+2
* Performance: Add a set of visited SymbolFiles to the other FindFiles variant.Adrian Prantl2019-11-129-16/+28
* Fix a regression in macOS-style path remapping.Adrian Prantl2019-11-111-19/+21
* [lldb] Comment typo fixJan Kratochvil2019-11-071-1/+1
* Add support for DW_AT_export_symbols for anonymous structsshafik2019-10-282-1/+5
* [lldb][NFC] Fix typo in DWARFASTParserClang.cppRaphael Isemann2019-10-171-2/+2
* (NFC) Delete variable made unused by llvm-svn: 375160Sterling Augustine2019-10-171-1/+0
* Modernize the rest of the Find.* API (NFC)Adrian Prantl2019-10-1710-224/+144
* [lldb] Don't emit artificial constructor declarations as global functionsRaphael Isemann2019-10-171-1/+4
* [NativePDB] Remove unused references to ClangASTImporterAlex Langford2019-10-112-3/+0
* [lldb-test] Modify lldb-test to print out ASTs from symbol fileShafik Yaghmour2019-10-111-4/+13
* Speed up accelerator table lookupsAdrian Prantl2019-10-101-3/+24
* Remove the is_mangled flag from Mangled and SymbolAdrian Prantl2019-10-092-3/+2
* Revert Trust the arange accelerator tables in dSYMsAdrian Prantl2019-10-081-13/+7
* Trust the arange accelerator tables in dSYMsAdrian Prantl2019-10-081-7/+13
* [DWARFASTParserClang] Factor out structure-like type parsing, NFCVedant Kumar2019-10-074-432/+473
* [DWARFASTParserClang] Delete commented-out typedef, NFCVedant Kumar2019-10-071-18/+19
* [lldb] [cmake] Support linking against clang-cpp dylibMichal Gorny2019-10-043-7/+10
* [lldb] Fix evaluation of nested classes with parent from other CURaphael Isemann2019-10-021-0/+2
* [lldb] Fix unused variable warningJordan Rupprecht2019-10-011-1/+0
* Fix a condition-flip regression introduced in r373344.Adrian Prantl2019-10-011-1/+1
* Typo (NFC)Adrian Prantl2019-10-011-3/+3
* Remove size_t return parameter from FindTypesAdrian Prantl2019-10-0111-128/+92
* Update SymbolFilePDB for FindTypes API change.Adrian Prantl2019-10-012-22/+17
* Remove unused "append" parameter from FindTypes APIAdrian Prantl2019-09-3011-104/+69
* Unwind: Add a stack scanning mechanism to support win32 unwindingPavel Labath2019-09-272-5/+28
* [Dwarf] Fix switch cases that take an dw_tag_t.Jonas Devlieghere2019-09-253-0/+10
OpenPOWER on IntegriCloud