summaryrefslogtreecommitdiff
path: root/lldb/source/Target/TargetList.cpp
AgeCommit message (Expand)Author
2018-11-01[FileSystem] Remove Exists() from FileSpecJonas Devlieghere
2018-09-20[NFC] Turn "load dependent files" boolean into an enumJonas Devlieghere
2018-08-07Move RegisterValue,Scalar,State from Core to UtilityPavel Labath
2018-06-13[FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere
2018-05-29Typo fixes.Bruce Mitchener
2018-05-07Fix "file ./a.out" and file "../a.out" so that is works after recent FileSpec...Greg Clayton
2018-04-30Reflow paragraphs in comments.Adrian Prantl
2017-06-29Move Timer and TraceOptions from Core to UtilityPavel Labath
2017-05-15Remove an expensive lock from TimerPavel Labath
2017-05-12Rename Error -> Status.Zachary Turner
2017-03-22Resubmit "Delete the remainder of platform specific code in FileSpec."Zachary Turner
2017-03-22Revert "Delete the remainder of platform specific code in FileSpec."Pavel Labath
2017-03-22Delete the remainder of platform specific code in FileSpec.Zachary Turner
2017-03-08Resubmit FileSystem changes.Zachary Turner
2017-03-07Revert "Use LLVM for all stat-related functionality."Pavel Labath
2017-03-07Use LLVM for all stat-related functionality.Zachary Turner
2017-03-06Move many other files from Core -> Utility.Zachary Turner
2017-01-23Replace getcwd with the llvm equivalentPavel Labath
2016-11-19Fix some accidental Prints of StringRefs that snuck in.Zachary Turner
2016-11-18Change CreateTarget and dependents to accept StringRef.Zachary Turner
2016-11-16Don't allow direct access to StreamString's internal buffer.Zachary Turner
2016-11-02Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-08-09Delete Host/windows/win32.hZachary Turner
2016-05-18remove use of Mutex in favour of std::{,recursive_}mutexSaleem Abdulrasool
2016-03-07Change over the broadcaster/listener process to hold shared or weak pointersJim Ingham
2015-12-15Fix Clang-tidy modernize-use-nullptr and readability-simplify-boolean-expr wa...Eugene Zelenko
2015-11-21Add code to PlatformDarwin and HostInfoMacOSX so they return theJason Molenda
2015-11-05Add a warning to TargetList::CreateTargetInternalJason Molenda
2015-10-13ArchSpec: fix unintentional promotion of unspecified unknowns to specified un...Todd Fiala
2015-06-09Rename `FileSpec::IsRelativeToCurrentWorkingDirectory` to `IsRelative`.Chaoren Lin
2015-05-29Don't #include "lldb-python.h" from anywhere.Zachary Turner
2015-05-13Don't change the selected platform when creating the dummy target.Robert Flack
2015-05-11Fix selecting the Platform in TargetList::CreateTargetInternal()Ted Woodward
2015-01-28Fixed the failing test:Greg Clayton
2015-01-28Changes in 226712 needed some fixing as a platform is almost always selected ...Greg Clayton
2015-01-21This patch gets remote-linux platform able to run processesVince Harron
2014-12-06Add the ability to set breakpoints with conditions, commands, etc,Jim Ingham
2014-11-22This is the first step of making lldb able to create target-specific thingsJim Ingham
2014-11-17Fixed more fallout from running the test suite remotely on iOS devices.Greg Clayton
2014-10-16Ensure that user_exe_path is non-NULL before derferencing.Jason Molenda
2014-09-19Test suite runs better again after recent fixes that would select a platform ...Greg Clayton
2014-09-17If a new platform is created/selected for an architecture, make it the select...Greg Clayton
2014-08-20If an executable file is specified with no architecture and it contains more ...Greg Clayton
2014-08-07Optimizations for FileSpec.Zachary Turner
2014-07-29Resolve the executable _before_ we try to get the module specifications.Greg Clayton
2014-07-10Cleanup the iOS simulator code.Greg Clayton
2013-10-03Changed the bool conversion operator on ConstStringSean Callanan
2013-07-31Fix thread name updating in Linux. "thread list" should report correct names ...Michael Sartain
2013-07-12Fixed GetModuleSpecifications() to work better overall:Greg Clayton