summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectPlatform.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix 'platform shell' command for Linux host and remote lldb-platform connectionsDaniel Malea2013-08-271-2/+2
* merge lldb-platform-work branch (and assorted fixes) into trunkDaniel Malea2013-08-261-28/+1390
* <rdar://problem/13854277>Greg Clayton2013-05-101-7/+7
* <rdar://problem/13788674>Greg Clayton2013-05-021-1/+1
* <rdar://problem/13627061>Greg Clayton2013-04-181-15/+15
* Change CommandObjectPlatform commands to get the current platformJason Molenda2013-04-051-5/+42
* <rdar://problem/13069948>Greg Clayton2013-01-251-1/+1
* Expanded the flags that can be set for a command object in lldb_private::Comm...Greg Clayton2013-01-091-10/+3
* Fix Linux build warnings due to redefinition of macros:Daniel Malea2012-12-051-0/+2
* <rdar://problem/12798131> Greg Clayton2012-12-041-1/+1
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-3/+3
* <rdar://problem/12462048>Greg Clayton2012-10-171-3/+1
* <rdar://problem/11757916>Greg Clayton2012-08-291-0/+1
* Reimplemented the code that backed the "settings" in lldb. There were many is...Greg Clayton2012-08-221-5/+1
* Make raw & parsed commands subclasses of CommandObject rather than having the...Jim Ingham2012-06-081-119/+112
* <rdar://problem/11358639>Greg Clayton2012-05-081-1/+2
* Added a new host function that allows us to run shell command and get the out...Greg Clayton2012-04-141-0/+70
* Platforms can now auto-select themselves if you specify a full target triple ...Greg Clayton2012-03-201-1/+1
* Process IDs (lldb::pid_t) and thread IDs (lldb::tid_t) are now 64 bit. This Greg Clayton2011-12-011-3/+3
* Added a new class to Process.h: ProcessAttachInfo. This class contains enoughGreg Clayton2011-11-151-5/+5
* Moved many of the "settings" that used to be in "target.process.*" to justGreg Clayton2011-11-081-25/+17
* Modified all Process::Launch() calls to use a ProcessLaunchInfo structureGreg Clayton2011-11-031-3/+3
* Converted the lldb_private::Process over to use the intrusiveGreg Clayton2011-09-221-1/+1
* Added the ability to remove orphaned module shared pointers from a ModuleList.Greg Clayton2011-08-111-5/+4
* Fix the wrong error message for "platform process info", i.e., with no pid(s)...Johnny Chen2011-05-091-2/+2
OpenPOWER on IntegriCloud