summaryrefslogtreecommitdiffstats
path: root/lldb/include/lldb/Symbol/SymbolVendor.h
Commit message (Expand)AuthorAgeFilesLines
* SymbolVendor: Remove passthrough methodsPavel Labath2019-08-061-81/+0
* Remove SymbolVendor::GetSymtabPavel Labath2019-08-051-3/+0
* SymbolVendor: Remove the object file member variablePavel Labath2019-07-311-4/+0
* SymbolVendor: Move Symtab construction into the SymbolFilePavel Labath2019-07-261-5/+0
* SymbolVendor: Remove the type list memberPavel Labath2019-07-251-6/+0
* SymbolVendor: Move compile unit handling into the SymbolFile classPavel Labath2019-07-231-9/+0
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-12/+0
* Pass ConstString by value (NFC)Adrian Prantl2019-03-061-4/+4
* Deserialize Clang module search path from DWARFAdrian Prantl2019-02-131-2/+4
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-131-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
* [SymbolFile] Remove the SymbolContext parameter from FindNamespace.Zachary Turner2019-01-141-1/+1
* [SymbolFile] Rename ParseFunctionBlocks to ParseBlocksRecursive.Zachary Turner2019-01-141-1/+1
* [SymbolFile] Make ParseCompileUnitXXX accept a CompileUnit&.Zachary Turner2019-01-111-9/+9
* Change SymbolFile::ParseTypes to ParseTypesForCompileUnit.Zachary Turner2019-01-101-1/+1
* [Symbol] Search symbols with name and type in a symbol fileAleksandr Urakov2018-11-301-0/+2
* Revert "[Symbol] Search symbols with name and type in a symbol file"Davide Italiano2018-11-021-2/+0
* [Symbol] Search symbols with name and type in a symbol fileAleksandr Urakov2018-11-021-0/+2
* Don't type-erase the FunctionNameType or TypeClass enums.Zachary Turner2018-10-251-4/+5
* Don't type-erase the SymbolContextItem enumeration.Zachary Turner2018-10-251-2/+2
* Remove append parameter to FindGlobalVariablesPavel Labath2018-05-311-2/+2
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-8/+7
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-187/+136
* Warning about debugging optimized code was not happening without dSYMs. Now i...Greg Clayton2016-07-051-1/+4
* Now that SymbolFileDWARF supports having types in completely separate .pcm fi...Greg Clayton2016-02-101-0/+2
* Read macro info from .debug_macro section and use it for expression evaluation.Siva Chandra2015-12-161-0/+3
* Trying to submit 254476 one more time. This implement -gmodule debugging supp...Greg Clayton2015-12-081-0/+3
* Revert "Added support for -gmodule debugging when debug info is left in the ....Tamas Berghammer2015-12-021-3/+0
* Added support for -gmodule debugging when debug info is left in the .o files ...Greg Clayton2015-12-021-0/+3
* Testcase and fix for bug 24074Ravitheja Addepally2015-10-081-1/+2
* Revert 248366 "Testcase and fix for bug 24074"Enrico Granata2015-09-231-2/+1
* Testcase and fix for bug 24074Ravitheja Addepally2015-09-231-1/+2
* Fix Clang-tidy misc-use-override warnings in include/lldb/API, Breakpoint and...Pavel Labath2015-09-021-9/+6
* Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton2015-08-241-6/+5
* This patch implements several improvements to theSean Callanan2015-04-201-0/+4
* Add SymbolVendor::GetMainFileSpec and simplify CommandObjectTargetModulesList...Ilia K2015-03-101-0/+3
* When adding a dSYM to an existing ObjectFile, we can have a situationJason Molenda2014-08-221-0/+7
* Cleanup on the unified section list changes. Main changes are:Greg Clayton2013-07-101-5/+5
* Split symbol support for ELF and Linux.Michael Sartain2013-07-011-1/+9
* Added the ability to get a list of types from a SBModule or SBCompileUnit. Se...Greg Clayton2013-06-181-0/+5
* <rdar://problem/13854277>Greg Clayton2013-05-101-13/+1
* After discussing with Chris Lattner, we require C++11, so lets get rid of the...Greg Clayton2013-04-181-1/+1
* Since we use C++11, we should switch over to using std::unique_ptr when C++11...Greg Clayton2013-04-181-1/+1
* <rdar://problem/13069948>Greg Clayton2013-01-251-11/+11
* Cleaned up the UUID mismatch just printing itself whenever it wants to by all...Greg Clayton2012-12-141-1/+2
* <rdar://problem/11757916>Greg Clayton2012-08-291-0/+3
* <rdar://problem/11160171>Greg Clayton2012-04-021-2/+2
* <rdar://problem/11034170> Greg Clayton2012-03-131-2/+0
* <rdar://problem/10103468>Greg Clayton2012-02-241-2/+2
OpenPOWER on IntegriCloud