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