summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/TargetList.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change over the broadcaster/listener process to hold shared or weak pointersJim Ingham2016-03-071-1/+1
* Fix Clang-tidy modernize-use-nullptr and readability-simplify-boolean-expr wa...Eugene Zelenko2015-12-151-23/+17
* Add code to PlatformDarwin and HostInfoMacOSX so they return theJason Molenda2015-11-211-1/+5
* Add a warning to TargetList::CreateTargetInternalJason Molenda2015-11-051-0/+8
* ArchSpec: fix unintentional promotion of unspecified unknowns to specified un...Todd Fiala2015-10-131-2/+7
* Rename `FileSpec::IsRelativeToCurrentWorkingDirectory` to `IsRelative`.Chaoren Lin2015-06-091-1/+1
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* Don't change the selected platform when creating the dummy target.Robert Flack2015-05-131-2/+2
* Fix selecting the Platform in TargetList::CreateTargetInternal()Ted Woodward2015-05-111-22/+17
* Fixed the failing test:Greg Clayton2015-01-281-12/+12
* Changes in 226712 needed some fixing as a platform is almost always selected ...Greg Clayton2015-01-281-9/+13
* This patch gets remote-linux platform able to run processesVince Harron2015-01-211-1/+5
* Add the ability to set breakpoints with conditions, commands, etc,Jim Ingham2014-12-061-0/+2
* This is the first step of making lldb able to create target-specific thingsJim Ingham2014-11-221-19/+97
* Fixed more fallout from running the test suite remotely on iOS devices.Greg Clayton2014-11-171-2/+2
* Ensure that user_exe_path is non-NULL before derferencing.Jason Molenda2014-10-161-1/+1
* Test suite runs better again after recent fixes that would select a platform ...Greg Clayton2014-09-191-1/+1
* If a new platform is created/selected for an architecture, make it the select...Greg Clayton2014-09-171-0/+8
* If an executable file is specified with no architecture and it contains more ...Greg Clayton2014-08-201-26/+98
* Optimizations for FileSpec.Zachary Turner2014-08-071-8/+8
* Resolve the executable _before_ we try to get the module specifications.Greg Clayton2014-07-291-0/+5
* Cleanup the iOS simulator code.Greg Clayton2014-07-101-13/+25
* 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
OpenPOWER on IntegriCloud