summaryrefslogtreecommitdiffstats
path: root/lldb/source/Symbol/SymbolVendor.cpp
Commit message (Expand)AuthorAgeFilesLines
* SymbolVendor: Remove passthrough methodsPavel Labath2019-08-061-214/+0
* Remove SymbolVendor::GetSymtabPavel Labath2019-08-051-12/+0
* SymbolVendor: Remove the object file member variablePavel Labath2019-07-311-4/+2
* SymbolVendor: Move locking into the Symbol FilesPavel Labath2019-07-301-144/+51
* SymbolVendor: Make SectionAddressesChanged a passthroughPavel Labath2019-07-291-13/+2
* SymbolVendor: Move Symtab construction into the SymbolFilePavel Labath2019-07-261-30/+4
* SymbolVendor: Remove the type list memberPavel Labath2019-07-251-6/+1
* Fix windows build after r366791Pavel Labath2019-07-231-1/+3
* SymbolVendor: Move compile unit handling into the SymbolFile classPavel Labath2019-07-231-53/+7
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-10/+0
* Pass ConstString by value (NFC)Adrian Prantl2019-03-061-4/+4
* Deserialize Clang module search path from DWARFAdrian Prantl2019-02-131-1/+1
* Replace 'ap' with 'up' suffix in variable names. (NFC)Jonas Devlieghere2019-02-131-66/+66
* Remove redundant ::get() for smart pointer. (NFC)Jonas Devlieghere2019-02-121-27/+27
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Recommit "Teach the default symbol vendor to respect module.GetSymbolFileFile...Pavel Labath2019-01-171-5/+12
* Revert "Teach the default symbol vendor to respect module.GetSymbolFileFileSp...Pavel Labath2019-01-161-12/+5
* Teach the default symbol vendor to respect module.GetSymbolFileFileSpec()Pavel Labath2019-01-161-5/+12
* [SymbolFile] Remove SymbolContext parameter from FindTypes.Zachary Turner2019-01-141-3/+3
* [SymbolFile] Remove the SymbolContext parameter from FindNamespace.Zachary Turner2019-01-141-3/+2
* [SymbolFile] Rename ParseFunctionBlocks to ParseBlocksRecursive.Zachary Turner2019-01-141-2/+2
* [SymbolFile] Make ParseCompileUnitXXX accept a CompileUnit&.Zachary Turner2019-01-111-16/+15
* Introduce SymbolFileBreakpad and use it to fill symtabPavel Labath2019-01-111-0/+4
* Change SymbolFile::ParseTypes to ParseTypesForCompileUnit.Zachary Turner2019-01-101-2/+2
* [Symbol] Search symbols with name and type in a symbol fileAleksandr Urakov2018-11-301-9/+18
* Remove header grouping comments.Jonas Devlieghere2018-11-111-4/+0
* Revert "[Symbol] Search symbols with name and type in a symbol file"Davide Italiano2018-11-021-21/+9
* [Symbol] Search symbols with name and type in a symbol fileAleksandr Urakov2018-11-021-9/+21
* Don't type-erase the FunctionNameType or TypeClass enums.Zachary Turner2018-10-251-2/+2
* Don't type-erase the SymbolContextItem enumeration.Zachary Turner2018-10-251-2/+2
* [DWARF] Add (empty) DebugNamesDWARFIndex class and a setting to control its usePavel Labath2018-06-061-0/+2
* Remove append parameter to FindGlobalVariablesPavel Labath2018-05-311-7/+7
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-14/+14
* Move classes from Core -> Utility.Zachary Turner2017-02-021-1/+1
* [lldb] Fix typos in file headersAlexander Shaposhnikov2016-11-261-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-493/+400
* Warning about debugging optimized code was not happening without dSYMs. Now i...Greg Clayton2016-07-051-2/+14
* remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool2016-05-181-25/+25
* Now that SymbolFileDWARF supports having types in completely separate .pcm fi...Greg Clayton2016-02-101-2/+2
* Read macro info from .debug_macro section and use it for expression evaluation.Siva Chandra2015-12-161-0/+12
* Trying to submit 254476 one more time. This implement -gmodule debugging supp...Greg Clayton2015-12-081-0/+15
* Revert "Added support for -gmodule debugging when debug info is left in the ....Tamas Berghammer2015-12-021-15/+0
* Added support for -gmodule debugging when debug info is left in the .o files ...Greg Clayton2015-12-021-0/+15
* Testcase and fix for bug 24074Ravitheja Addepally2015-10-081-1/+1
* Revert 248366 "Testcase and fix for bug 24074"Enrico Granata2015-09-231-1/+1
* Testcase and fix for bug 24074Ravitheja Addepally2015-09-231-1/+1
* Final bit of type system cleanup that abstracts declaration contexts into lld...Greg Clayton2015-08-241-11/+11
* Fix typos.Bruce Mitchener2015-07-221-1/+1
* This patch implements several improvements to theSean Callanan2015-04-201-0/+15
* Change SymbolVendor::GetCompileUnitAtIndex() and SymbolVendor::Dump() to make...Greg Clayton2015-04-141-0/+3
OpenPOWER on IntegriCloud