summaryrefslogtreecommitdiffstats
path: root/lldb/source/Core/ModuleList.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Changed the SymbolFile::FindFunction() function calls to only return Greg Clayton2011-01-271-5/+17
* Remove an assertion that is causing crashes. We do need to find a way to repr...Greg Clayton2010-12-201-1/+11
* Modified LLDB expressions to not have to JIT and run code just to see variableGreg Clayton2010-12-141-0/+24
* Fixed an issue where the macosx dynamic loader, on the first shared library l...Greg Clayton2010-12-121-1/+1
* Added the ability to dump sections to a certain depth (for when sectionsGreg Clayton2010-12-081-2/+2
* When shared libraries are unloaded, they are now removed from the targetGreg Clayton2010-12-061-0/+14
* Fixed an issue where we were resolving paths when we should have been.Greg Clayton2010-10-201-2/+9
* Got a lot of the kinks worked out in the inline support after debugging moreGreg Clayton2010-08-241-2/+2
* Added FindTypes to Module and ModuleList.Greg Clayton2010-08-031-0/+22
* Changed SymbolContext so when you search for functionsSean Callanan2010-07-271-2/+5
* Fixed debug map in executable + DWARF in .o debugging on Mac OS X.Greg Clayton2010-06-281-0/+14
* 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/+626
OpenPOWER on IntegriCloud