summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectProcess.cpp
Commit message (Expand)AuthorAgeFilesLines
* Added new OptionGroup classes for UInt64, UUID, File and Boolean values.Greg Clayton2011-05-031-2/+2
* Centralized a lot of the status information for processes,Greg Clayton2011-04-181-41/+14
* Added two new classes for command options:Greg Clayton2011-04-131-15/+15
* Moved the execution context that was in the Debugger intoGreg Clayton2011-04-121-59/+45
* Modified the ArchSpec to take an optional "Platform *" when setting the triple.Greg Clayton2011-04-071-19/+22
* Many improvements to the Platform base class and subclasses. The base PlatformGreg Clayton2011-03-301-6/+9
* Fixed the LLDB build so that we can have private types, private enums andGreg Clayton2011-03-241-14/+14
* Added more platform support. There are now some new commands:Greg Clayton2011-03-191-2/+2
* LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provideGreg Clayton2011-03-081-39/+25
* Fixed CommandReturnObject::SetImmediateErrorFile() to set the correct stream.Greg Clayton2011-02-241-45/+78
* Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified formGreg Clayton2011-02-231-4/+4
* - Changed all the places where CommandObjectReturn was exporting a StreamStri...Jim Ingham2011-02-191-1/+1
* Made lldb_private::ArchSpec contain much more than just an architecture. ItGreg Clayton2011-02-151-0/+19
* Added support for attaching to a remote debug server with the new command:Greg Clayton2011-02-041-1/+178
* Endian patch from Kirk Beitz that allows better cross platform building.Greg Clayton2011-02-011-0/+1
* Finished up the async attach support. This allows us to request to attachGreg Clayton2011-01-291-13/+17
* Added a completion action class to the Process events so that we can make thi...Jim Ingham2011-01-291-1/+35
* Added a new variant of SBTarget::Launch() that deprectates the old one thatGreg Clayton2011-01-231-14/+16
* process launch now asks to kill the current process if it is alive, and if yo...Jim Ingham2010-12-091-8/+34
* Add '-no-stdio' option to 'process launch' command, which causes theCaroline Tice2010-12-031-7/+25
* Added support for loading and unloading shared libraries. This was done byGreg Clayton2010-11-041-0/+124
* Fix problem where "process detach" was not working properly. TheCaroline Tice2010-11-021-0/+1
* Ok, last commit for the running processes in a new window. Now you can Greg Clayton2010-10-191-3/+10
* Stop the driver from handling SIGPIPE in case we communicate with stale Greg Clayton2010-10-191-22/+7
* Combine eArgTypeSignalName and eArgTypeUnixSignalNumber into a singleCaroline Tice2010-10-181-5/+5
* Fixed debugserver to properly attach to a process by name with the Greg Clayton2010-10-181-40/+99
* Disable "process.macosx" plugin, since it is not being actively supportedCaroline Tice2010-10-151-1/+1
* Modify "process handle" so that if no signals are specified it lists/updates ...Caroline Tice2010-10-141-47/+113
* Add new argument type, eArgSignalName,Caroline Tice2010-10-131-0/+240
* Fixed process.gdb-remote to be able to properly propagate the signals andGreg Clayton2010-10-091-2/+9
* Cleaned up the SWIG stuff so all includes happen as they should, no pullingGreg Clayton2010-10-071-15/+18
* Modify existing commands with arguments to use the new argument mechanismCaroline Tice2010-10-041-2/+26
* Modify command options to use the new arguments mechanism. Now all command o...Caroline Tice2010-10-011-11/+11
* General command line help cleanup:Greg Clayton2010-09-181-4/+4
* Fixed the way set/show variables were being accessed to being natively Greg Clayton2010-09-181-177/+136
* If you have already loaded a file into the debugger, "process attach" will at...Jim Ingham2010-09-151-20/+34
* Remove help text that is no longer correct.Caroline Tice2010-09-141-2/+0
* Make all debugger-level user settable variables into instance variables.Caroline Tice2010-09-091-4/+11
* fix a bunch of signed/unsigned comparison warnings, stop evaluating "getsize"...Chris Lattner2010-09-081-3/+3
* Clean up, clarify and standardize help text, and fix a few help text formatti...Caroline Tice2010-09-081-10/+10
* This is a very large commit that completely re-does the way lldbCaroline Tice2010-09-041-11/+41
* Added the ability to disable ASLR (Address Space Layout Randomization). ASLRGreg Clayton2010-08-311-0/+4
* Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selec...Jim Ingham2010-08-261-4/+4
* Change Target & Process so they can really be initialized with an invalid arc...Jim Ingham2010-08-091-104/+267
* I enabled some extra warnings for hidden local variables and for hiddenGreg Clayton2010-07-141-1/+1
* Fix GetRepeatCommand so it works with multi-word commands.Jim Ingham2010-07-071-0/+6
* Very large changes that were needed in order to allow multiple connectionsGreg Clayton2010-06-231-65/+43
* Move the "status" command to "process status" since that's where it belongs. ...Jim Ingham2010-06-181-0/+79
* Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong.Jim Ingham2010-06-151-2/+2
* Change the Options parser over to use a mask rather than an ordinal for optio...Jim Ingham2010-06-151-9/+9
OpenPOWER on IntegriCloud