summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/Module.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Switching back to using std::tr1::shared_ptr. We originally switched awayGreg Clayton2012-01-291-4/+4
* Added a ModuleList::Destroy() method which will reclaim the std::vectorGreg Clayton2012-01-271-0/+34
* Fixed an issue that could happen during global object destruction in ourGreg Clayton2012-01-271-3/+10
* Let the Module FindType do the stripping of namespace components, that's not ...Jim Ingham2012-01-121-2/+7
* Big change in the way ObjectFile file contents are managed. We nowGreg Clayton2012-01-121-1/+2
* Fixed a missing space when reporting errors and warning through the moduleGreg Clayton2012-01-111-3/+4
* Added code in the Host layer that can report system log messagesGreg Clayton2012-01-051-17/+94
* http://llvm.org/bugs/show_bug.cgi?id=11560 lldb::SBTarget::FindFirstType cras...Johnny Chen2011-12-141-0/+3
* CommandObjectProcess was recently changed to automatically use the platformGreg Clayton2011-11-281-6/+61
* We can't have the global vector of modules be a static object, or it might ge...Jim Ingham2011-10-311-2/+11
* Removed namespace qualification from symbol queries.Sean Callanan2011-10-131-1/+1
* Completed the glue that passes a ClangNamespaceDecl *Sean Callanan2011-10-131-6/+6
* Added ClangNamespaceDecl * parameters to severalSean Callanan2011-10-121-4/+5
* The first part of a fix for being able to select an architecture slice fromGreg Clayton2011-09-211-0/+7
* 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/+4
* Removed the function:Greg Clayton2011-09-171-12/+5
* Convert lldb::ModuleSP to use an instrusive ref counted pointer.Greg Clayton2011-09-171-1/+2
* We were leaking a stack frame in StackFrameList in Thread.cpp which couldGreg Clayton2011-08-121-0/+6
* Added a "--global" option to the "target modules list"Greg Clayton2011-08-091-0/+54
* testing for a previous issue where formats in summaries where not enforced in...Enrico Granata2011-08-031-1/+0
* Add method Module::IsLoadedInTarget, and then in the MacOS X dynamic loader, ...Jim Ingham2011-08-031-0/+23
* Public API changes:Enrico Granata2011-07-291-1/+36
* Added "target variable" command that allows introspection of globalGreg Clayton2011-07-071-10/+22
* FindFunctions was skipping the include_symbols section if it found a SymbolVe...Jim Ingham2011-05-181-1/+1
* 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