summaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectPlatform.cpp
AgeCommit message (Expand)Author
2013-01-09Expanded the flags that can be set for a command object in lldb_private::Comm...Greg Clayton
2012-12-05Fix Linux build warnings due to redefinition of macros:Daniel Malea
2012-12-04<rdar://problem/12798131> Greg Clayton
2012-11-29Resolve printf formatting warnings on Linux:Daniel Malea
2012-10-17<rdar://problem/12462048>Greg Clayton
2012-08-29<rdar://problem/11757916>Greg Clayton
2012-08-22Reimplemented the code that backed the "settings" in lldb. There were many is...Greg Clayton
2012-06-08Make raw & parsed commands subclasses of CommandObject rather than having the...Jim Ingham
2012-05-08<rdar://problem/11358639>Greg Clayton
2012-04-14Added a new host function that allows us to run shell command and get the out...Greg Clayton
2012-03-20Platforms can now auto-select themselves if you specify a full target triple ...Greg Clayton
2011-12-01Process IDs (lldb::pid_t) and thread IDs (lldb::tid_t) are now 64 bit. This Greg Clayton
2011-11-15Added a new class to Process.h: ProcessAttachInfo. This class contains enoughGreg Clayton
2011-11-08Moved many of the "settings" that used to be in "target.process.*" to justGreg Clayton
2011-11-03Modified all Process::Launch() calls to use a ProcessLaunchInfo structureGreg Clayton
2011-09-22Converted the lldb_private::Process over to use the intrusiveGreg Clayton
2011-08-11Added the ability to remove orphaned module shared pointers from a ModuleList.Greg Clayton
2011-05-09Fix the wrong error message for "platform process info", i.e., with no pid(s)...Johnny Chen
2011-04-18Centralized a lot of the status information for processes,Greg Clayton
2011-04-13Added auto completion for architecture names and for platforms.Greg Clayton
2011-04-13Added two new classes for command options:Greg Clayton
2011-04-12Moved the execution context that was in the Debugger intoGreg Clayton
2011-04-07Modified the ArchSpec to take an optional "Platform *" when setting the triple.Greg Clayton
2011-04-01Added the ability to get a broadcaster event name for a given broadcasterGreg Clayton
2011-03-30A a simple test file for some lldb 'platform' commands.Johnny Chen
2011-03-30Many improvements to the Platform base class and subclasses. The base PlatformGreg Clayton
2011-03-24Fixed the LLDB build so that we can have private types, private enums andGreg Clayton
2011-03-24Did a lot more work on abtracting and organizing the platforms. Greg Clayton
2011-03-23Added new platform commands:Greg Clayton
2011-03-19Added more platform support. There are now some new commands:Greg Clayton