summaryrefslogtreecommitdiff
path: root/lldb/source/Target/TargetList.cpp
AgeCommit message (Expand)Author
2013-05-03Unbreak lldb/test/macosx/universal.Greg Clayton
2013-04-29Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Al...Greg Clayton
2013-04-24Added the ability to extract a ModuleSpecList (a new class) from an ObjectFil...Greg Clayton
2013-04-19Change my patch to TargetList::CreateTarget to only tryJason Molenda
2013-04-19Change TargetList::CreateTarget to realpath the c-string filename of theJason Molenda
2013-04-04<rdar://problem/12897145>Greg Clayton
2013-01-11<rdar://problem/12990038>Greg Clayton
2012-12-13Removed the == and != operators from ArchSpec, sinceSean Callanan
2012-12-05Fix Linux build warnings due to redefinition of macros:Daniel Malea
2012-10-25<rdar://problem/12570550>Greg Clayton
2012-10-18<rdar://problem/12462048>Greg Clayton
2012-10-10Change the Thread constructor over to take a Process& rather than a ProcessSP...Jim Ingham
2012-08-29<rdar://problem/11757916>Greg Clayton
2012-08-22Remove further outdated "settings" code and also implement a few missing things.Greg Clayton
2012-08-22Reimplemented the code that backed the "settings" in lldb. There were many is...Greg Clayton
2012-07-27Added an lldb_private & equivalent SB API to send an AsyncInterrupt to the ev...Jim Ingham
2012-06-05<rdar://problem/11597333>Greg Clayton
2012-05-08Print out a notification when the process of a target other than the currentl...Jim Ingham
2012-05-08<rdar://problem/11358639>Greg Clayton
2012-03-20Platforms can now auto-select themselves if you specify a full target triple ...Greg Clayton
2012-02-16Add a general mechanism to wait on the debugger for Broadcasters of a given c...Jim Ingham
2012-02-13Full core file support has been added for mach-o core files.Greg Clayton
2012-02-08Send Breakpoint Changed events for all the relevant changes to breakpoints.Jim Ingham
2012-01-05Add comment explaining the default constructor (ArchSpec) used in CreateTarge...Johnny Chen
2011-10-26Cleaned up many error codes. For any who is filling in error strings intoGreg Clayton
2011-09-24Added to the public API to allow symbolication:Greg Clayton
2011-08-11Added the ability to remove orphaned module shared pointers from a ModuleList.Greg Clayton
2011-03-30Many improvements to the Platform base class and subclasses. The base PlatformGreg Clayton
2011-03-19Added more platform support. There are now some new commands:Greg Clayton
2011-03-08LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provideGreg Clayton
2011-02-23Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified formGreg Clayton
2011-02-04Applied a fix to qualify "UUID" with the lldb_private namespace to fixGreg Clayton
2010-12-08Fixed up the error message for when a file is not supported.Greg Clayton
2010-10-17Added a new Host call to find LLDB related paths:Greg Clayton
2010-09-27Create more useful instance names for target, process and thread instances.Caroline Tice
2010-09-10If the file the user specifies can't be found in the current directory,Caroline Tice
2010-08-26Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selec...Jim Ingham
2010-08-09Change Target & Process so they can really be initialized with an invalid arc...Jim Ingham
2010-06-23Very large changes that were needed in order to allow multiple connectionsGreg Clayton
2010-06-08Initial checkin of lldb code from internal Apple repo.Chris Lattner