summaryrefslogtreecommitdiffstats
path: root/lldb/source/Plugins/SymbolVendor/MacOSX/SymbolVendorMacOSX.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix some logic where we used to have char arrays, but we now use std::string....Greg Clayton2015-05-261-1/+1
* Added XML to the host layer.Greg Clayton2015-05-261-94/+25
* Define LIBXML2_DEFINED in the Xcode project for Xcode builds so Darwin builds...Greg Clayton2015-04-161-0/+5
* Reduce the number of components initialized by lldb-server to reduce static b...Robert Flack2015-03-021-2/+0
* Fix FileSpec::GetPath to return null-terminated stringsIlia K2015-02-271-1/+1
* Call xmlFree on the node contents returned by xmlNodeGetContent, as the docs ...Jim Ingham2013-07-101-0/+4
* Cleanup on the unified section list changes. Main changes are:Greg Clayton2013-07-101-55/+0
* Split symbol support for ELF and Linux.Michael Sartain2013-07-011-97/+113
* <rdar://problem/13854277>Greg Clayton2013-05-101-9/+4
* Scratch that, the problem was elsewhere.Jason Molenda2013-05-101-0/+10
* Temporarily roll back r181375 - it is causing an unexpected regression,Jason Molenda2013-05-101-10/+0
* Add code to ReplaceDSYMSectionsWithExecutableSections() to handle the case whereJason Molenda2013-05-071-0/+10
* Remove the UUID::GetAsCString() method which required a buffer to save the Jason Molenda2013-05-031-4/+3
* Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Al...Greg Clayton2013-04-291-6/+4
* <rdar://problem/13159777> Greg Clayton2013-02-061-1/+2
* Cleaned up the UUID mismatch just printing itself whenever it wants to by all...Greg Clayton2012-12-141-18/+21
* <rdar://problem/12827789>Greg Clayton2012-12-061-11/+9
* <rdar://problem/11757916>Greg Clayton2012-08-291-0/+1
* Fix wrong logic with respect to warning messages.Johnny Chen2012-08-281-2/+11
* rdar://problem/11324515Johnny Chen2012-08-221-0/+16
* Ran the static analyzer on the codebase and found a few things.Greg Clayton2012-07-171-11/+17
* Resolve source paths that start with ~ when doing substitutions.Greg Clayton2012-07-131-1/+2
* Added the ability to read the dSYM plist file with source remappings even whe...Greg Clayton2012-06-271-0/+98
* Committed a change to the SectionList that introducesSean Callanan2012-06-081-0/+2
* <rdar://problem/8196933>Greg Clayton2012-03-151-0/+7
* Made a ModuleSpec class in Module.h which can specify a module using one orGreg Clayton2012-02-261-1/+5
* <rdar://problem/10103468>Greg Clayton2012-02-241-23/+29
* Switching back to using std::tr1::shared_ptr. We originally switched awayGreg Clayton2012-01-291-1/+1
* Big change in the way ObjectFile file contents are managed. We nowGreg Clayton2012-01-121-1/+2
* Correct typo in method name (AddSymbolFileRepresendation...)Jim Ingham2011-12-061-2/+2
* Don't put modules for .o files into the global shared module list. WeGreg Clayton2011-09-181-134/+8
* LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provideGreg Clayton2011-03-081-19/+0
* Applied a fix to qualify "UUID" with the lldb_private namespace to fixGreg Clayton2011-02-041-1/+1
* Change over to using the definitions for mach-o types and defines to theGreg Clayton2010-07-211-2/+0
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+339
OpenPOWER on IntegriCloud