summaryrefslogtreecommitdiffstats
path: root/lldb/source/Symbol/SymbolVendor.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* Add SymbolVendor::GetMainFileSpec and simplify CommandObjectTargetModulesList...Ilia K2015-03-101-0/+13
* When adding a dSYM to an existing ObjectFile, we can have a situationJason Molenda2014-08-221-0/+21
* Switch NULL to C++11 nullptr in source/Symbol and source/UtilityEd Maste2014-04-201-5/+5
* sweep up -Wformat warnings from gccSaleem Abdulrasool2014-04-041-1/+1
* Cleanup on the unified section list changes. Main changes are:Greg Clayton2013-07-101-2/+2
* Split symbol support for ELF and Linux.Michael Sartain2013-07-011-9/+32
* Added the ability to get a list of types from a SBModule or SBCompileUnit. Se...Greg Clayton2013-06-181-0/+15
* <rdar://problem/13854277>Greg Clayton2013-05-101-8/+3
* 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-14/+14
* Cleaned up the UUID mismatch just printing itself whenever it wants to by all...Greg Clayton2012-12-141-2/+2
* <rdar://problem/11757916>Greg Clayton2012-08-291-0/+16
* <rdar://problem/11160171>Greg Clayton2012-04-021-2/+8
* <rdar://problem/11034170> Greg Clayton2012-03-131-103/+179
* <rdar://problem/10103468>Greg Clayton2012-02-241-6/+6
* Extended function lookup to allow the user toSean Callanan2012-02-101-4/+4
* Switching back to using std::tr1::shared_ptr. We originally switched awayGreg Clayton2012-01-291-1/+1
* Correct typo in method name (AddSymbolFileRepresendation...)Jim Ingham2011-12-061-2/+2
* Completed the glue that passes a ClangNamespaceDecl *Sean Callanan2011-10-131-8/+8
* Update declarations for all functions/methods that accept printf-styleJason Molenda2011-09-201-1/+1
* Don't put modules for .o files into the global shared module list. WeGreg Clayton2011-09-181-4/+11
* LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provideGreg Clayton2011-03-081-20/+0
* A few of the issue I have been trying to track down and fix have been due toGreg Clayton2011-01-171-6/+0
* Modified the lldb_private::Type clang type resolving code to handle threeGreg Clayton2010-11-131-16/+10
* Fixed the Objective C method prototypes to be correct (the selectors weren'tGreg Clayton2010-10-121-2/+1
* Added support for objective C built-in types: id, Class, and SEL. This Greg Clayton2010-08-031-15/+10
* Added function name types to allow us to set breakpoints by name moreGreg Clayton2010-06-281-2/+2
* SymbolVendor.mm doesn't seem to have any Objective-C in it;Jason Molenda2010-06-091-0/+386
OpenPOWER on IntegriCloud