summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/Module.cpp
Commit message (Expand)AuthorAgeFilesLines
* llvm needs the OS to be set to either iOS or Mac OS XJason Molenda2012-10-161-0/+16
* Added a new "module" log channel which covers module creation, deletion, and ...Greg Clayton2012-10-081-6/+6
* <rdar://problem/11791234>Greg Clayton2012-10-021-1/+1
* Stop using the "%z" size_t modifier and cast all size_t values to uint64_t. S...Greg Clayton2012-09-181-1/+1
* <rdar://problem/11485744> Implement important data formatters in C++. Have th...Enrico Granata2012-09-041-0/+14
* <rdar://problem/11757916>Greg Clayton2012-08-291-0/+3
* <rdar://problem/11740973>Greg Clayton2012-07-121-41/+35
* <rdar://problem/11357711>Greg Clayton2012-07-071-3/+3
* <rdar://problem/11819635>Greg Clayton2012-07-061-4/+0
* Added the ability to log a message with a backtrace when verbose logging is e...Greg Clayton2012-04-231-0/+18
* <rdar://problem/11282938>Greg Clayton2012-04-231-2/+5
* Don't put the address of the module in the module basename as this hoses up o...Greg Clayton2012-04-201-6/+5
* <rdar://problem/11202426> Greg Clayton2012-04-091-1/+2
* lldb_private::Section objects have a boolean flag that can be set that Greg Clayton2012-03-271-8/+9
* <rdar://problem/11113279>Greg Clayton2012-03-261-32/+50
* <rdar://problem/11072382>Greg Clayton2012-03-191-0/+7
* <rdar://problem/8196933>Greg Clayton2012-03-151-0/+9
* Made a ModuleSpec class in Module.h which can specify a module using one orGreg Clayton2012-02-261-0/+83
* Fixed a crasher that was happening after making ObjectFile objects have aGreg Clayton2012-02-241-57/+53
* <rdar://problem/10103468>Greg Clayton2012-02-241-8/+17
* Extended function lookup to allow the user toSean Callanan2012-02-101-4/+6
* <rdar://problem/10560053>Greg Clayton2012-02-051-0/+89
* 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
OpenPOWER on IntegriCloud