summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/ModuleList.cpp
Commit message (Expand)AuthorAgeFilesLines
* <rdar://problem/13069948>Greg Clayton2013-01-251-16/+16
* Minor cleanups to the new ModuleList notification APIs: passing in the Module...Enrico Granata2012-11-081-7/+5
* <rdar://problem/12586350>Enrico Granata2012-11-081-33/+101
* Added a new "module" log channel which covers module creation, deletion, and ...Greg Clayton2012-10-081-0/+5
* <rdar://problem/12408181> Fixing a bug where we would try to look for types i...Enrico Granata2012-10-031-1/+2
* <rdar://problem/12125274>Greg Clayton2012-09-181-2/+8
* <rdar://problem/11757916>Greg Clayton2012-08-291-0/+1
* <rdar://problem/11740973>Greg Clayton2012-07-121-16/+13
* <rdar://problem/11791234>Greg Clayton2012-07-121-3/+29
* Fix the copy constructor and assignement operator for ModuleList to be thread...Greg Clayton2012-06-271-2/+7
* We were accessing the ModuleList in the target without locking it for tasks likeJim Ingham2012-05-301-0/+12
* If we notice that a module with a given file path is replaced by another with...Jim Ingham2012-05-171-0/+29
* Don't expose the pthread_mutex_t underlying the Mutex & Mutex::Locker classes. Jim Ingham2012-05-041-2/+2
* No functionality changes, mostly cleanup.Greg Clayton2012-04-111-1/+1
* <rdar://problem/11202426> Greg Clayton2012-04-091-4/+15
* Fixed ModuleList::FindTypes() so that when a symbol context is supplied that ...Greg Clayton2012-04-061-5/+28
* In a prior commit, I changed the parameters around on a ModuleList::FindTypes...Greg Clayton2012-04-061-1/+1
* <rdar://problem/11113279>Greg Clayton2012-03-261-5/+2
* Fixed the ability to load a module from a path by using just a UUID. AfterGreg Clayton2012-03-211-3/+6
* Make sure that if a UUID was passed in, and we found a match, that should be ...Greg Clayton2012-03-201-0/+3
* <rdar://problem/8196933>Greg Clayton2012-03-151-0/+15
* Made a ModuleSpec class in Module.h which can specify a module using one orGreg Clayton2012-02-261-253/+65
* <rdar://problem/10103468>Greg Clayton2012-02-241-5/+5
* Full core file support has been added for mach-o core files.Greg Clayton2012-02-131-0/+1
* Extended function lookup to allow the user toSean Callanan2012-02-101-1/+2
* First pass at mach-o core file support is in. It currently works for x86_64 Greg Clayton2012-02-091-11/+16
* <rdar://problem/10560053>Greg Clayton2012-02-051-0/+2
* Switching back to using std::tr1::shared_ptr. We originally switched awayGreg Clayton2012-01-291-1/+1
* Added a ModuleList::Destroy() method which will reclaim the std::vectorGreg Clayton2012-01-271-17/+12
* Let the Module FindType do the stripping of namespace components, that's not ...Jim Ingham2012-01-121-36/+1
* Big change in the way ObjectFile file contents are managed. We nowGreg Clayton2012-01-121-0/+2
* Added code in the Host layer that can report system log messagesGreg Clayton2012-01-051-5/+7
* Handle stepping through a trampoline where the jump target is calculated a ru...Jim Ingham2011-11-191-3/+24
* Cleaned up many error codes. For any who is filling in error strings intoGreg Clayton2011-10-261-7/+7
* Removed namespace qualification from symbol queries.Sean Callanan2011-10-131-1/+1
* Added ClangNamespaceDecl * parameters to severalSean Callanan2011-10-121-4/+5
* Added to the public API to allow symbolication:Greg Clayton2011-09-241-3/+3
* Change Error::SetErrorStringWithFormat() prototype to use anJason Molenda2011-09-201-3/+3
* We were leaking a stack frame in StackFrameList in Thread.cpp which couldGreg Clayton2011-08-121-0/+37
* Fix the broken build that happened with my last checkin.Greg Clayton2011-08-111-2/+2
* Added the ability to remove orphaned module shared pointers from a ModuleList.Greg Clayton2011-08-111-0/+28
* While tracking down memory consumption issue a few things were needed: the Greg Clayton2011-08-101-3/+9
* Public API changes:Enrico Granata2011-07-291-1/+35
* Modified the LocateMacOSXFilesUsingDebugSymbols(...) function to locateGreg Clayton2011-07-191-1/+3
* Added "target variable" command that allows introspection of globalGreg Clayton2011-07-071-1/+19
* Moved the execution context that was in the Debugger intoGreg Clayton2011-04-121-16/+26
* Many improvements to the Platform base class and subclasses. The base PlatformGreg Clayton2011-03-301-7/+82
* Added a fix to not re-use object files when doing DWARF with debug map.Greg Clayton2011-03-151-19/+38
* Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified formGreg Clayton2011-02-231-6/+6
* Applied a fix to qualify "UUID" with the lldb_private namespace to fixGreg Clayton2011-02-041-8/+8
OpenPOWER on IntegriCloud