summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectProcess.cpp
Commit message (Expand)AuthorAgeFilesLines
* <rdar://problem/10429064>Greg Clayton2011-11-291-83/+2
* CommandObjectProcess was recently changed to automatically use the platformGreg Clayton2011-11-281-5/+17
* Save the arguments for a process launch in the target.run-args so they canGreg Clayton2011-11-211-0/+3
* Use a pseudoterminal for local processes if no STDIO redirection or otherGreg Clayton2011-11-171-1/+4
* Fixed an issue with the pthread_setspecific() where we weren't NULL-ing outGreg Clayton2011-11-171-1/+2
* Added a new class to Process.h: ProcessAttachInfo. This class contains enoughGreg Clayton2011-11-151-177/+61
* Added the ability to run a process in a shell on MacOSX currently when usingGreg Clayton2011-11-121-1/+3
* Moved many of the "settings" that used to be in "target.process.*" to justGreg Clayton2011-11-081-69/+78
* Modified all Process::Launch() calls to use a ProcessLaunchInfo structureGreg Clayton2011-11-031-182/+155
* Cleaned up many error codes. For any who is filling in error strings intoGreg Clayton2011-10-261-5/+5
* Moved lldb::user_id_t values to be 64 bit. This was going to be needed forGreg Clayton2011-10-191-8/+8
* Added to the public API to allow symbolication:Greg Clayton2011-09-241-4/+4
* Converted the lldb_private::Process over to use the intrusiveGreg Clayton2011-09-221-17/+18
* Update declarations for all functions/methods that accept printf-styleJason Molenda2011-09-201-11/+8
* Change the "attach" command to always wait synchronously for the target to st...Jim Ingham2011-09-151-26/+11
* Patch for "process load" by Filipe Cabecinhas.Greg Clayton2011-08-111-0/+1
* Added the ability to remove orphaned module shared pointers from a ModuleList.Greg Clayton2011-08-111-7/+7
* Cleanup errors that come out of commands and make sure they all have newlinesGreg Clayton2011-07-021-12/+12
* 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
OpenPOWER on IntegriCloud