summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectProcess.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-4/+4
* Resolve printf formatting warnings on Linux:Daniel Malea2012-11-291-7/+7
* This is a fix for the command option parser.Sean Callanan2012-10-241-5/+5
* <rdar://problem/12462048>Greg Clayton2012-10-181-4/+2
* <rdar://problem/12462048>Greg Clayton2012-10-171-8/+17
* <rdar://problem/12491387>Greg Clayton2012-10-131-1/+34
* Add support for debugging KASLR kernels via kdp (the kernel beingJason Molenda2012-09-291-1/+1
* <rdar://problem/11374963>Greg Clayton2012-09-141-2/+3
* Fixed a few places where we were doing:Jim Ingham2012-09-101-6/+9
* <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-3/+3
* Add an option to "process continue" to ignore the next <N> crossings of the b...Jim Ingham2012-08-111-3/+107
* Use the file completer for "process launch" arguments.Jim Ingham2012-08-101-0/+24
* Added an lldb_private & equivalent SB API to send an AsyncInterrupt to the ev...Jim Ingham2012-07-271-0/+1
* Add "vAttachOrWait" to debugserver, so you can implement "attach to the proce...Jim Ingham2012-07-201-5/+10
* Make raw & parsed commands subclasses of CommandObject rather than having the...Jim Ingham2012-06-081-108/+109
* Fix a typo for 'waitfor' option help wording.Johnny Chen2012-06-011-1/+1
* Fixed a missed case in the patch to makeSean Callanan2012-05-311-1/+1
* rdar://problem/11457634Johnny Chen2012-05-241-4/+13
* rdar://problem/11140741Johnny Chen2012-05-181-2/+12
* Patch from Viktor Kutuzov: delete the temporary process we created when "proc...Greg Clayton2012-03-311-0/+1
* Add a general mechanism to wait on the debugger for Broadcasters of a given c...Jim Ingham2012-02-161-1/+1
* First pass at mach-o core file support is in. It currently works for x86_64 Greg Clayton2012-02-091-3/+3
* <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
OpenPOWER on IntegriCloud