summaryrefslogtreecommitdiffstats
path: root/lldb/source/Symbol/SymbolVendor.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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