summaryrefslogtreecommitdiffstats
path: root/lldb/source/Symbol/SymbolFile.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add RTTI support to the SymbolFile class hierarchyAdrian Prantl2019-11-151-0/+2
* Performance: Add a set of visited SymbolFiles to the other FindFiles variant.Adrian Prantl2019-11-121-1/+3
* Modernize the rest of the Find.* API (NFC)Adrian Prantl2019-10-171-30/+18
* Remove size_t return parameter from FindTypesAdrian Prantl2019-10-011-8/+4
* Remove unused "append" parameter from FindTypes APIAdrian Prantl2019-09-301-7/+2
* Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl2019-08-221-1/+2
* Revert Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl2019-08-221-2/+1
* Extend FindTypes with CompilerContext to allow filtering by language.Adrian Prantl2019-08-221-1/+2
* Generalize FindTypes with CompilerContext to support fuzzy lookupAdrian Prantl2019-08-211-1/+1
* Fix PDB tests after r367820Pavel Labath2019-08-051-0/+2
* Remove SymbolVendor::GetSymtabPavel Labath2019-08-051-0/+3
* SymbolVendor: Remove the object file member variablePavel Labath2019-07-311-9/+9
* [Symbol] Use llvm::Expected when getting TypeSystemsAlex Langford2019-07-301-5/+7
* SymbolVendor: Move locking into the Symbol FilesPavel Labath2019-07-301-0/+1
* SymbolVendor: Make SectionAddressesChanged a passthroughPavel Labath2019-07-291-1/+13
* SymbolVendor: Move Symtab construction into the SymbolFilePavel Labath2019-07-261-0/+15
* SymbolFile: Fix -Wunused-variable in -DLLVM_ENABLE_ASSERTIONS=off builds afte...Fangrui Song2019-07-251-0/+1
* SymbolVendor: Remove the type list memberPavel Labath2019-07-251-6/+4
* SymbolVendor: Move compile unit handling into the SymbolFile classPavel Labath2019-07-231-0/+48
* FuncUnwinders: Add a new "SymbolFile" unwind planPavel Labath2019-05-101-0/+2
* Pass ConstString by value (NFC)Adrian Prantl2019-03-061-3/+3
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-131-8/+8
* Remove redundant ::get() for smart pointer. (NFC)Jonas Devlieghere2019-02-121-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [SymbolFile] Remove SymbolContext parameter from FindTypes.Zachary Turner2019-01-141-3/+2
* Don't type-erase the FunctionNameType or TypeClass enums.Zachary Turner2018-10-251-1/+1
* Don't type-erase the SymbolContextItem enumeration.Zachary Turner2018-10-251-1/+1
* [SymbolFile] Add the module lock where necessary and assert that we own it.Jonas Devlieghere2018-10-221-0/+20
* Remove append parameter to FindGlobalVariablesPavel Labath2018-05-311-8/+5
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-6/+5
* Provide a mechanism to do some pre-loading of symbols up front.Jim Ingham2017-04-281-0/+4
* Move Log from Core -> Utility.Zachary Turner2017-03-031-1/+1
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-112/+106
* Now that SymbolFileDWARF supports having types in completely separate .pcm fi...Greg Clayton2016-02-101-1/+1
* Better scheme to lookup alternate mangled name when looking up function address.Siva Chandra2016-01-071-0/+6
* Trying to submit 254476 one more time. This implement -gmodule debugging supp...Greg Clayton2015-12-081-0/+8
* Revert "Added support for -gmodule debugging when debug info is left in the ....Tamas Berghammer2015-12-021-8/+0
* Added support for -gmodule debugging when debug info is left in the .o files ...Greg Clayton2015-12-021-0/+8
* Testcase and fix for bug 24074Ravitheja Addepally2015-10-081-2/+2
* Revert 248366 "Testcase and fix for bug 24074"Enrico Granata2015-09-231-2/+2
* Testcase and fix for bug 24074Ravitheja Addepally2015-09-231-2/+2
* TypeSystem is now a plugin interface and removed any "ClangASTContext &Class:...Greg Clayton2015-09-171-6/+1
* Add a TypeSystem for GoRyan Brown2015-09-141-1/+4
* Fix source manager regression caused by r245905Tamas Berghammer2015-08-251-1/+0
* Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton2015-08-241-0/+51
* Move all clang type system DWARF type parsing into ClangASTContext.cpp.Greg Clayton2015-08-141-1/+8
* Switch NULL to C++11 nullptr in source/Symbol and source/UtilityEd Maste2014-04-201-3/+3
* Cleanup on the unified section list changes. Main changes are:Greg Clayton2013-07-101-0/+16
* After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton2013-04-181-2/+2
OpenPOWER on IntegriCloud