summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/TargetList.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace getcwd with the llvm equivalentPavel Labath2017-01-231-11/+9
* Fix some accidental Prints of StringRefs that snuck in.Zachary Turner2016-11-191-1/+2
* Change CreateTarget and dependents to accept StringRef.Zachary Turner2016-11-181-19/+21
* Don't allow direct access to StreamString's internal buffer.Zachary Turner2016-11-161-3/+2
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-021-1/+1
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-644/+508
* Delete Host/windows/win32.hZachary Turner2016-08-091-1/+1
* remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool2016-05-181-18/+18
* 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
OpenPOWER on IntegriCloud