aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectPlatform.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-1891/+1594
2016-08-26Tables of command options in LLDB benefit from hand-formatting to make itKate Stone1-41/+51
2016-08-11Decoupled Options from CommandInterpreter.Todd Fiala1-39/+58
2016-07-14LLDB help content has accumulated over time without a recent attempt toKate Stone1-41/+24
2016-03-24Get rid of a global constructor and also make this code safe to use after the...Greg Clayton1-14/+30
2016-02-22Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in so...Eugene Zelenko1-274/+197
2015-12-08Modify "platform connect" to connect to processes as wellTamas Berghammer1-2/+9
2015-10-07commands: Use override instead of virtual.Bruce Mitchener1-145/+118
2015-07-14Fixed line wrapping for the "long help" content in LLDB commands. Content is...Kate Stone1-8/+12
2015-06-18Fix a variety of typos.Bruce Mitchener1-3/+3
2015-05-29Refactor many file functions to use FileSpec over strings.Chaoren Lin1-3/+3
2015-05-29Don't #include "lldb-python.h" from anywhere.Zachary Turner1-2/+0
2015-05-27Add support for custom commands to set flags on themselvesEnrico Granata1-1/+1
2015-05-20Default dst value for platform put-file.Chaoren Lin1-2/+2
2015-05-12Platform settings doesn't need permission options.Chaoren Lin1-3/+0
2015-03-02Fix handling of backslashes in Args parsingPavel Labath1-1/+1
2015-02-04Get test/types tests passing on remote targetsVince Harron1-3/+0
2015-02-03Cast to (const OptionPermissions*) to avoid warning.Bruce Mitchener1-2/+2
2015-01-21This patch gets remote-linux platform able to run processesVince Harron1-0/+2
2015-01-15Moved Args::StringToXIntYZ to StringConvert::ToXIntYZVince Harron1-16/+17
2014-11-17Fixed more fallout from running the test suite remotely on iOS devices.Greg Clayton1-2/+1
2014-09-19Test suite runs better again after recent fixes that would select a platform ...Greg Clayton1-1/+1
2014-07-09Revert "Fix broken tests due to new error output."Zachary Turner1-42/+47
2014-07-08Fix broken tests due to new error output.Todd Fiala1-47/+42
2014-07-07Invalidate process UID/GID-related command options on Windows.Zachary Turner1-4/+10
2014-07-03Fix -Wnull-conversion warning.Zachary Turner1-1/+1
2014-07-03Adds the notion of an OptionValidator.Zachary Turner1-42/+41
2013-11-20Expose SBPlatform through the public API.Greg Clayton1-170/+107
2013-09-09<rdar://problem/14728845>Enrico Granata1-1/+11
2013-09-05Add OptionParser.hVirgile Bello1-34/+34
2013-08-30Fix a bunch of compile time warnings and a build failure on ubuntu.Eric Christopher1-1/+0
2013-08-27Fix 'platform shell' command for Linux host and remote lldb-platform connectionsDaniel Malea1-2/+2
2013-08-26merge lldb-platform-work branch (and assorted fixes) into trunkDaniel Malea1-28/+1390
2013-05-10<rdar://problem/13854277>Greg Clayton1-7/+7
2013-05-02<rdar://problem/13788674>Greg Clayton1-1/+1
2013-04-18<rdar://problem/13627061>Greg Clayton1-15/+15
2013-04-05Change CommandObjectPlatform commands to get the current platformJason Molenda1-5/+42
2013-01-25<rdar://problem/13069948>Greg Clayton1-1/+1
2013-01-09Expanded the flags that can be set for a command object in lldb_private::Comm...Greg Clayton1-10/+3
2012-12-05Fix Linux build warnings due to redefinition of macros:Daniel Malea1-0/+2
2012-12-04<rdar://problem/12798131> Greg Clayton1-1/+1
2012-11-29Resolve printf formatting warnings on Linux:Daniel Malea1-3/+3
2012-10-17<rdar://problem/12462048>Greg Clayton1-3/+1
2012-08-29<rdar://problem/11757916>Greg Clayton1-0/+1
2012-08-22Reimplemented the code that backed the "settings" in lldb. There were many is...Greg Clayton1-5/+1
2012-06-08Make raw & parsed commands subclasses of CommandObject rather than having the...Jim Ingham1-119/+112
2012-05-08<rdar://problem/11358639>Greg Clayton1-1/+2
2012-04-14Added a new host function that allows us to run shell command and get the out...Greg Clayton1-0/+70
2012-03-20Platforms can now auto-select themselves if you specify a full target triple ...Greg Clayton1-1/+1
2011-12-01Process IDs (lldb::pid_t) and thread IDs (lldb::tid_t) are now 64 bit. This Greg Clayton1-3/+3