summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/Module.cpp
Commit message (Expand)AuthorAgeFilesLines
* Moved the execution context that was in the Debugger intoGreg Clayton2011-04-121-1/+2
* Added some functions to our API related to classifying symbols as code, data,Greg Clayton2011-03-311-1/+1
* Many improvements to the Platform base class and subclasses. The base PlatformGreg Clayton2011-03-301-6/+1
* Added the ability to get the min and max instruction byte size for Greg Clayton2011-03-261-2/+4
* Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified formGreg Clayton2011-02-231-12/+6
* Made lldb_private::ArchSpec contain much more than just an architecture. ItGreg Clayton2011-02-151-3/+3
* Applied a fix to qualify "UUID" with the lldb_private namespace to fixGreg Clayton2011-02-041-1/+1
* Changed the SymbolFile::FindFunction() function calls to only return Greg Clayton2011-01-271-6/+73
* A few of the issue I have been trying to track down and fix have been due toGreg Clayton2011-01-171-0/+26
* Modified all logging calls to hand out shared pointers to make sure weGreg Clayton2010-11-061-2/+2
* Cleaned up the API logging a lot more to reduce redundant information and Greg Clayton2010-10-311-6/+9
* First pass at adding logging capabilities for the API functions. At the momentCaroline Tice2010-10-261-0/+14
* Fixed an issue where we were resolving paths when we should have been.Greg Clayton2010-10-201-3/+10
* Hooked up ability to look up data symbols so they show up in disassemblyGreg Clayton2010-10-081-1/+1
* Remove the eSymbolTypeFunction, eSymbolTypeGlobal, and eSymbolTypeStatic.Greg Clayton2010-09-111-2/+2
* Remove the Flags member in lldb_private::Module in favor of bitfield booleanGreg Clayton2010-09-071-8/+11
* Don't re-look up the symbol in ResolveSymbolContextForAddress.Jim Ingham2010-08-311-2/+2
* Change Target & Process so they can really be initialized with an invalid arc...Jim Ingham2010-08-091-1/+27
* Added FindTypes to Module and ModuleList.Greg Clayton2010-08-031-10/+13
* Added function name types to allow us to set breakpoints by name moreGreg Clayton2010-06-281-2/+2
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+515
OpenPOWER on IntegriCloud