summaryrefslogtreecommitdiffstats
path: root/lldb/source/Target/TargetList.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lldb] s/FileSpec::Equal/FileSpec::MatchPavel Labath2019-12-041-4/+1
* [lldb][NFC] Migrate to raw_ostream in ArchSpec::DumpTripleRaphael Isemann2019-12-041-2/+2
* Lock accesses to OptionValueFileSpecList objectsFrederic Riss2019-04-231-1/+1
* [NFC] Remove ASCII lines from commentsJonas Devlieghere2019-04-101-4/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Simplify Boolean expressionsJonas Devlieghere2018-12-151-1/+1
* Move Broadcaster+Listener+Event combo from Core into UtilityPavel Labath2018-12-141-2/+2
* Remove header grouping comments.Jonas Devlieghere2018-11-111-2/+0
* Revert "[FileSystem] Make use of FS in TildeExpressionResolver"Jonas Devlieghere2018-11-091-2/+2
* [FileSystem] Make use of FS in TildeExpressionResolverJonas Devlieghere2018-11-091-2/+2
* [FileSystem] Add convenience method to check for directories.Jonas Devlieghere2018-11-081-1/+1
* [FileSystem] Move path resolution logic out of FileSpecJonas Devlieghere2018-11-011-6/+6
* [FileSystem] Remove Exists() from FileSpecJonas Devlieghere2018-11-011-2/+2
* [NFC] Turn "load dependent files" boolean into an enumJonas Devlieghere2018-09-201-9/+9
* Move RegisterValue,Scalar,State from Core to UtilityPavel Labath2018-08-071-1/+1
* [FileSpec] Make style argument mandatory for SetFile. NFCJonas Devlieghere2018-06-131-1/+2
* Typo fixes.Bruce Mitchener2018-05-291-2/+2
* Fix "file ./a.out" and file "../a.out" so that is works after recent FileSpec...Greg Clayton2018-05-071-10/+6
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-11/+11
* Move Timer and TraceOptions from Core to UtilityPavel Labath2017-06-291-1/+1
* Remove an expensive lock from TimerPavel Labath2017-05-151-4/+4
* Rename Error -> Status.Zachary Turner2017-05-121-25/+25
* Resubmit "Delete the remainder of platform specific code in FileSpec."Zachary Turner2017-03-221-4/+5
* Revert "Delete the remainder of platform specific code in FileSpec."Pavel Labath2017-03-221-5/+4
* Delete the remainder of platform specific code in FileSpec.Zachary Turner2017-03-221-4/+5
* Resubmit FileSystem changes.Zachary Turner2017-03-081-1/+1
* Revert "Use LLVM for all stat-related functionality."Pavel Labath2017-03-071-1/+1
* Use LLVM for all stat-related functionality.Zachary Turner2017-03-071-1/+1
* Move many other files from Core -> Utility.Zachary Turner2017-03-061-1/+1
* 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
OpenPOWER on IntegriCloud