summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/Module.cpp
Commit message (Expand)AuthorAgeFilesLines
* Only get the script interpreter if we find scripting resources in the symbol ...Greg Clayton2013-03-231-13/+13
* Add GNU indirect function support in expressions for Linux.Matt Kopec2013-02-271-4/+10
* <rdar://problem/13265297> Greg Clayton2013-02-231-2/+2
* <rdar://problem/13159777> Greg Clayton2013-02-061-3/+5
* <rdar://problem/13069948>Greg Clayton2013-01-251-44/+39
* <rdar://problem/12973809> Greg Clayton2013-01-111-18/+34
* <rdar://problem/12953853>Greg Clayton2013-01-081-0/+19
* Cleaned up the UUID mismatch just printing itself whenever it wants to by all...Greg Clayton2012-12-141-2/+2
* Removed the == and != operators from ArchSpec, sinceSean Callanan2012-12-131-2/+2
* Separate initing the stdout/stderr for running the Python Script interpreter ...Jim Ingham2012-12-071-1/+3
* <rdar://problem/12749733>Greg Clayton2012-12-051-0/+13
* Fix Linux build warnings due to redefinition of macros:Daniel Malea2012-12-051-0/+2
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-3/+3
* <rdar://problem/12586350>Enrico Granata2012-11-081-1/+46
* <rdar://problem/12473003> Greg Clayton2012-10-221-3/+15
* 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
OpenPOWER on IntegriCloud