summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectPlatform.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Centralized a lot of the status information for processes,Greg Clayton2011-04-181-90/+27
* Added auto completion for architecture names and for platforms.Greg Clayton2011-04-131-43/+38
* Added two new classes for command options:Greg Clayton2011-04-131-132/+129
* Moved the execution context that was in the Debugger intoGreg Clayton2011-04-121-68/+194
* Modified the ArchSpec to take an optional "Platform *" when setting the triple.Greg Clayton2011-04-071-9/+15
* Added the ability to get a broadcaster event name for a given broadcasterGreg Clayton2011-04-011-17/+120
* A a simple test file for some lldb 'platform' commands.Johnny Chen2011-03-301-0/+2
* Many improvements to the Platform base class and subclasses. The base PlatformGreg Clayton2011-03-301-1/+304
* Fixed the LLDB build so that we can have private types, private enums andGreg Clayton2011-03-241-3/+3
* Did a lot more work on abtracting and organizing the platforms. Greg Clayton2011-03-241-18/+15
* Added new platform commands:Greg Clayton2011-03-231-1/+134
* Added more platform support. There are now some new commands:Greg Clayton2011-03-191-0/+306
OpenPOWER on IntegriCloud