aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectProcess.cpp
AgeCommit message (Expand)AuthorFilesLines
2013-02-09Reworked the way Process::RunThreadPlan and the ThreadPlanCallFunction intero...Jim Ingham1-1/+5
2013-01-25<rdar://problem/13069948>Greg Clayton1-8/+8
2013-01-09Fixed an issue the "process plugin" proxy object was trying to use the m_exe_...Greg Clayton1-1/+1
2013-01-09Expanded the flags that can be set for a command object in lldb_private::Comm...Greg Clayton1-82/+48
2012-12-18Fix typo in error message (print requested URL instead of command name when p...Daniel Malea1-1/+1
2012-12-13Removed the == and != operators from ArchSpec, sinceSean Callanan1-1/+1
2012-12-05Fix Linux build warnings due to redefinition of macros:Daniel Malea1-0/+2
2012-12-04<rdar://problem/12798131> Greg Clayton1-4/+4
2012-11-29Resolve printf formatting warnings on Linux:Daniel Malea1-7/+7
2012-10-24This is a fix for the command option parser.Sean Callanan1-5/+5
2012-10-18<rdar://problem/12462048>Greg Clayton1-4/+2
2012-10-17<rdar://problem/12462048>Greg Clayton1-8/+17
2012-10-13<rdar://problem/12491387>Greg Clayton1-1/+34
2012-09-29Add support for debugging KASLR kernels via kdp (the kernel beingJason Molenda1-1/+1
2012-09-14<rdar://problem/11374963>Greg Clayton1-2/+3
2012-09-10Fixed a few places where we were doing:Jim Ingham1-6/+9
2012-08-29<rdar://problem/11757916>Greg Clayton1-0/+1
2012-08-22Reimplemented the code that backed the "settings" in lldb. There were many is...Greg Clayton1-3/+3
2012-08-11Add an option to "process continue" to ignore the next <N> crossings of the b...Jim Ingham1-3/+107
2012-08-10Use the file completer for "process launch" arguments.Jim Ingham1-0/+24
2012-07-27Added an lldb_private & equivalent SB API to send an AsyncInterrupt to the ev...Jim Ingham1-0/+1
2012-07-20Add "vAttachOrWait" to debugserver, so you can implement "attach to the proce...Jim Ingham1-5/+10
2012-06-08Make raw & parsed commands subclasses of CommandObject rather than having the...Jim Ingham1-108/+109
2012-06-01Fix a typo for 'waitfor' option help wording.Johnny Chen1-1/+1
2012-05-31Fixed a missed case in the patch to makeSean Callanan1-1/+1
2012-05-24rdar://problem/11457634Johnny Chen1-4/+13
2012-05-18rdar://problem/11140741Johnny Chen1-2/+12
2012-03-31Patch from Viktor Kutuzov: delete the temporary process we created when "proc...Greg Clayton1-0/+1
2012-02-16Add a general mechanism to wait on the debugger for Broadcasters of a given c...Jim Ingham1-1/+1
2012-02-09First pass at mach-o core file support is in. It currently works for x86_64 Greg Clayton1-3/+3
2011-11-29<rdar://problem/10429064>Greg Clayton1-83/+2
2011-11-28CommandObjectProcess was recently changed to automatically use the platformGreg Clayton1-5/+17
2011-11-21Save the arguments for a process launch in the target.run-args so they canGreg Clayton1-0/+3
2011-11-17Use a pseudoterminal for local processes if no STDIO redirection or otherGreg Clayton1-1/+4
2011-11-17Fixed an issue with the pthread_setspecific() where we weren't NULL-ing outGreg Clayton1-1/+2
2011-11-15Added a new class to Process.h: ProcessAttachInfo. This class contains enoughGreg Clayton1-177/+61
2011-11-12Added the ability to run a process in a shell on MacOSX currently when usingGreg Clayton1-1/+3
2011-11-08Moved many of the "settings" that used to be in "target.process.*" to justGreg Clayton1-69/+78
2011-11-03Modified all Process::Launch() calls to use a ProcessLaunchInfo structureGreg Clayton1-182/+155
2011-10-26Cleaned up many error codes. For any who is filling in error strings intoGreg Clayton1-5/+5
2011-10-19Moved lldb::user_id_t values to be 64 bit. This was going to be needed forGreg Clayton1-8/+8
2011-09-24Added to the public API to allow symbolication:Greg Clayton1-4/+4
2011-09-22Converted the lldb_private::Process over to use the intrusiveGreg Clayton1-17/+18
2011-09-20Update declarations for all functions/methods that accept printf-styleJason Molenda1-11/+8
2011-09-15Change the "attach" command to always wait synchronously for the target to st...Jim Ingham1-26/+11
2011-08-11Patch for "process load" by Filipe Cabecinhas.Greg Clayton1-0/+1
2011-08-11Added the ability to remove orphaned module shared pointers from a ModuleList.Greg Clayton1-7/+7
2011-07-02Cleanup errors that come out of commands and make sure they all have newlinesGreg Clayton1-12/+12
2011-05-03Added new OptionGroup classes for UInt64, UUID, File and Boolean values.Greg Clayton1-2/+2
2011-04-18Centralized a lot of the status information for processes,Greg Clayton1-41/+14