summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectPlatform.cpp
Commit message (Expand)AuthorAgeFilesLines
* Convert all RunShellCommand functions to use the Timeout classPavel Labath2018-05-101-4/+6
* Reflow paragraphs in comments.Adrian Prantl2018-04-301-8/+7
* Move Args.cpp from Interpreter to UtilityPavel Labath2018-04-171-1/+1
* Invert ArchSpec<->Platform dependencyPavel Labath2017-10-311-2/+2
* Fix typo in error message in 'platform status'.Bruce Mitchener2017-07-211-1/+1
* Rename Error -> Status.Zachary Turner2017-05-121-34/+35
* Delete some more dead includes.Zachary Turner2017-03-221-0/+1
* Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner2017-03-041-1/+1
* Fix a couple of corner cases in NameMatchesPavel Labath2017-02-201-12/+12
* Switch std::call_once to llvm::call_onceKamil Rytarowski2017-02-061-2/+3
* Break some dependencies in lldbUtility.Zachary Turner2017-02-011-1/+0
* Fix some more StringRef printf warnings.Zachary Turner2016-11-151-1/+1
* Make Options::SetOptionValue take a StringRef.Zachary Turner2016-11-121-47/+44
* Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-021-3/+3
* Convert some Args index-based iteration to range-style iteration.Zachary Turner2016-10-051-11/+8
* Update OptionGroup::SetValue to take StringRef.Zachary Turner2016-09-231-11/+12
* Try to fix build errors on Android.Zachary Turner2016-09-221-9/+7
* Convert option tables to ArrayRefs.Zachary Turner2016-09-221-91/+74
* Fix more functions in Args to use StringRef.Zachary Turner2016-09-191-3/+5
* *** This commit represents a complete reformatting of the LLDB source codeKate Stone2016-09-061-1891/+1594
* Tables of command options in LLDB benefit from hand-formatting to make itKate Stone2016-08-261-41/+51
* Decoupled Options from CommandInterpreter.Todd Fiala2016-08-111-39/+58
* LLDB help content has accumulated over time without a recent attempt toKate Stone2016-07-141-41/+24
* Get rid of a global constructor and also make this code safe to use after the...Greg Clayton2016-03-241-14/+30
* Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in so...Eugene Zelenko2016-02-221-274/+197
* Modify "platform connect" to connect to processes as wellTamas Berghammer2015-12-081-2/+9
* commands: Use override instead of virtual.Bruce Mitchener2015-10-071-145/+118
* Fixed line wrapping for the "long help" content in LLDB commands. Content is...Kate Stone2015-07-141-8/+12
* Fix a variety of typos.Bruce Mitchener2015-06-181-3/+3
* Refactor many file functions to use FileSpec over strings.Chaoren Lin2015-05-291-3/+3
* Don't #include "lldb-python.h" from anywhere.Zachary Turner2015-05-291-2/+0
* Add support for custom commands to set flags on themselvesEnrico Granata2015-05-271-1/+1
* Default dst value for platform put-file.Chaoren Lin2015-05-201-2/+2
* Platform settings doesn't need permission options.Chaoren Lin2015-05-121-3/+0
* Fix handling of backslashes in Args parsingPavel Labath2015-03-021-1/+1
* Get test/types tests passing on remote targetsVince Harron2015-02-041-3/+0
* Cast to (const OptionPermissions*) to avoid warning.Bruce Mitchener2015-02-031-2/+2
* This patch gets remote-linux platform able to run processesVince Harron2015-01-211-0/+2
* Moved Args::StringToXIntYZ to StringConvert::ToXIntYZVince Harron2015-01-151-16/+17
* Fixed more fallout from running the test suite remotely on iOS devices.Greg Clayton2014-11-171-2/+1
* Test suite runs better again after recent fixes that would select a platform ...Greg Clayton2014-09-191-1/+1
* Revert "Fix broken tests due to new error output."Zachary Turner2014-07-091-42/+47
* Fix broken tests due to new error output.Todd Fiala2014-07-081-47/+42
* Invalidate process UID/GID-related command options on Windows.Zachary Turner2014-07-071-4/+10
* Fix -Wnull-conversion warning.Zachary Turner2014-07-031-1/+1
* Adds the notion of an OptionValidator.Zachary Turner2014-07-031-42/+41
* Expose SBPlatform through the public API.Greg Clayton2013-11-201-170/+107
* <rdar://problem/14728845>Enrico Granata2013-09-091-1/+11
* Add OptionParser.hVirgile Bello2013-09-051-34/+34
* Fix a bunch of compile time warnings and a build failure on ubuntu.Eric Christopher2013-08-301-1/+0
OpenPOWER on IntegriCloud