summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectPlatform.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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