summaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectPlatform.cpp
AgeCommit message (Expand)Author
2017-03-04Move DataBuffer / DataExtractor and friends from Core -> Utility.Zachary Turner
2017-02-20Fix a couple of corner cases in NameMatchesPavel Labath
2017-02-06Switch std::call_once to llvm::call_onceKamil Rytarowski
2017-02-01Break some dependencies in lldbUtility.Zachary Turner
2016-11-15Fix some more StringRef printf warnings.Zachary Turner
2016-11-12Make Options::SetOptionValue take a StringRef.Zachary Turner
2016-11-02Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons
2016-10-05Convert some Args index-based iteration to range-style iteration.Zachary Turner
2016-09-23Update OptionGroup::SetValue to take StringRef.Zachary Turner
2016-09-22Try to fix build errors on Android.Zachary Turner
2016-09-22Convert option tables to ArrayRefs.Zachary Turner
2016-09-19Fix more functions in Args to use StringRef.Zachary Turner
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone
2016-08-26Tables of command options in LLDB benefit from hand-formatting to make itKate Stone
2016-08-11Decoupled Options from CommandInterpreter.Todd Fiala
2016-07-14LLDB help content has accumulated over time without a recent attempt toKate Stone
2016-03-24Get rid of a global constructor and also make this code safe to use after the...Greg Clayton
2016-02-22Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in so...Eugene Zelenko
2015-12-08Modify "platform connect" to connect to processes as wellTamas Berghammer
2015-10-07commands: Use override instead of virtual.Bruce Mitchener
2015-07-14Fixed line wrapping for the "long help" content in LLDB commands. Content is...Kate Stone
2015-06-18Fix a variety of typos.Bruce Mitchener
2015-05-29Refactor many file functions to use FileSpec over strings.Chaoren Lin
2015-05-29Don't #include "lldb-python.h" from anywhere.Zachary Turner
2015-05-27Add support for custom commands to set flags on themselvesEnrico Granata
2015-05-20Default dst value for platform put-file.Chaoren Lin
2015-05-12Platform settings doesn't need permission options.Chaoren Lin
2015-03-02Fix handling of backslashes in Args parsingPavel Labath
2015-02-04Get test/types tests passing on remote targetsVince Harron
2015-02-03Cast to (const OptionPermissions*) to avoid warning.Bruce Mitchener
2015-01-21This patch gets remote-linux platform able to run processesVince Harron
2015-01-15Moved Args::StringToXIntYZ to StringConvert::ToXIntYZVince Harron
2014-11-17Fixed more fallout from running the test suite remotely on iOS devices.Greg Clayton
2014-09-19Test suite runs better again after recent fixes that would select a platform ...Greg Clayton
2014-07-09Revert "Fix broken tests due to new error output."Zachary Turner
2014-07-08Fix broken tests due to new error output.Todd Fiala
2014-07-07Invalidate process UID/GID-related command options on Windows.Zachary Turner
2014-07-03Fix -Wnull-conversion warning.Zachary Turner
2014-07-03Adds the notion of an OptionValidator.Zachary Turner
2013-11-20Expose SBPlatform through the public API.Greg Clayton
2013-09-09<rdar://problem/14728845>Enrico Granata
2013-09-05Add OptionParser.hVirgile Bello
2013-08-30Fix a bunch of compile time warnings and a build failure on ubuntu.Eric Christopher
2013-08-27Fix 'platform shell' command for Linux host and remote lldb-platform connectionsDaniel Malea
2013-08-26merge lldb-platform-work branch (and assorted fixes) into trunkDaniel Malea
2013-05-10<rdar://problem/13854277>Greg Clayton
2013-05-02<rdar://problem/13788674>Greg Clayton
2013-04-18<rdar://problem/13627061>Greg Clayton
2013-04-05Change CommandObjectPlatform commands to get the current platformJason Molenda
2013-01-25<rdar://problem/13069948>Greg Clayton