summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/TargetList.cpp
Commit message (Expand)AuthorAgeFilesLines
* Changed the bool conversion operator on ConstStringSean Callanan2013-10-031-1/+1
* Fix thread name updating in Linux. "thread list" should report correct names ...Michael Sartain2013-07-311-3/+14
* Fixed GetModuleSpecifications() to work better overall:Greg Clayton2013-07-121-1/+2
* Unbreak lldb/test/macosx/universal.Greg Clayton2013-05-031-8/+10
* Cleanup logging to use the new "std::string FileSpec::GetPath()" function. Al...Greg Clayton2013-04-291-12/+6
* Added the ability to extract a ModuleSpecList (a new class) from an ObjectFil...Greg Clayton2013-04-241-1/+62
* Change my patch to TargetList::CreateTarget to only tryJason Molenda2013-04-191-1/+5
* Change TargetList::CreateTarget to realpath the c-string filename of theJason Molenda2013-04-191-1/+1
* <rdar://problem/12897145>Greg Clayton2013-04-041-1/+3
* <rdar://problem/12990038>Greg Clayton2013-01-111-2/+2
* Removed the == and != operators from ArchSpec, sinceSean Callanan2012-12-131-1/+1
* Fix Linux build warnings due to redefinition of macros:Daniel Malea2012-12-051-0/+2
* <rdar://problem/12570550>Greg Clayton2012-10-251-1/+20
* <rdar://problem/12462048>Greg Clayton2012-10-181-26/+41
* Change the Thread constructor over to take a Process& rather than a ProcessSP...Jim Ingham2012-10-101-1/+1
* <rdar://problem/11757916>Greg Clayton2012-08-291-0/+1
* Remove further outdated "settings" code and also implement a few missing things.Greg Clayton2012-08-221-2/+0
* Reimplemented the code that backed the "settings" in lldb. There were many is...Greg Clayton2012-08-221-1/+1
* Added an lldb_private & equivalent SB API to send an AsyncInterrupt to the ev...Jim Ingham2012-07-271-1/+1
* <rdar://problem/11597333>Greg Clayton2012-06-051-0/+4
* Print out a notification when the process of a target other than the currentl...Jim Ingham2012-05-081-0/+13
* <rdar://problem/11358639>Greg Clayton2012-05-081-19/+32
* Platforms can now auto-select themselves if you specify a full target triple ...Greg Clayton2012-03-201-14/+35
* Add a general mechanism to wait on the debugger for Broadcasters of a given c...Jim Ingham2012-02-161-5/+9
* Full core file support has been added for mach-o core files.Greg Clayton2012-02-131-1/+16
* Send Breakpoint Changed events for all the relevant changes to breakpoints.Jim Ingham2012-02-081-0/+3
* Add comment explaining the default constructor (ArchSpec) used in CreateTarge...Johnny Chen2012-01-051-0/+3
* Cleaned up many error codes. For any who is filling in error strings intoGreg Clayton2011-10-261-1/+1
* Added to the public API to allow symbolication:Greg Clayton2011-09-241-1/+48
* Added the ability to remove orphaned module shared pointers from a ModuleList.Greg Clayton2011-08-111-4/+4
* Many improvements to the Platform base class and subclasses. The base PlatformGreg Clayton2011-03-301-5/+2
* Added more platform support. There are now some new commands:Greg Clayton2011-03-191-3/+5
* LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provideGreg Clayton2011-03-081-55/+20
* Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified formGreg Clayton2011-02-231-2/+2
* Applied a fix to qualify "UUID" with the lldb_private namespace to fixGreg Clayton2011-02-041-1/+1
* Fixed up the error message for when a file is not supported.Greg Clayton2010-12-081-13/+23
* Added a new Host call to find LLDB related paths:Greg Clayton2010-10-171-1/+1
* Create more useful instance names for target, process and thread instances.Caroline Tice2010-09-271-0/+3
* If the file the user specifies can't be found in the current directory,Caroline Tice2010-09-101-0/+4
* Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selec...Jim Ingham2010-08-261-12/+12
* Change Target & Process so they can really be initialized with an invalid arc...Jim Ingham2010-08-091-20/+39
* Very large changes that were needed in order to allow multiple connectionsGreg Clayton2010-06-231-1/+2
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+342
OpenPOWER on IntegriCloud