summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectProcess.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Initial checkin of lldb code from internal Apple repo.Chris Lattner2010-06-081-0/+833
OpenPOWER on IntegriCloud