| Commit message (Expand) | Author | Age | Files | Lines |
* | Modify "process handle" so that if no signals are specified it lists/updates ... | Caroline Tice | 2010-10-14 | 1 | -47/+113 |
* | Add new argument type, eArgSignalName, | Caroline Tice | 2010-10-13 | 1 | -0/+240 |
* | Fixed process.gdb-remote to be able to properly propagate the signals and | Greg Clayton | 2010-10-09 | 1 | -2/+9 |
* | Cleaned up the SWIG stuff so all includes happen as they should, no pulling | Greg Clayton | 2010-10-07 | 1 | -15/+18 |
* | Modify existing commands with arguments to use the new argument mechanism | Caroline Tice | 2010-10-04 | 1 | -2/+26 |
* | Modify command options to use the new arguments mechanism. Now all command o... | Caroline Tice | 2010-10-01 | 1 | -11/+11 |
* | General command line help cleanup: | Greg Clayton | 2010-09-18 | 1 | -4/+4 |
* | Fixed the way set/show variables were being accessed to being natively | Greg Clayton | 2010-09-18 | 1 | -177/+136 |
* | If you have already loaded a file into the debugger, "process attach" will at... | Jim Ingham | 2010-09-15 | 1 | -20/+34 |
* | Remove help text that is no longer correct. | Caroline Tice | 2010-09-14 | 1 | -2/+0 |
* | Make all debugger-level user settable variables into instance variables. | Caroline Tice | 2010-09-09 | 1 | -4/+11 |
* | fix a bunch of signed/unsigned comparison warnings, stop evaluating "getsize"... | Chris Lattner | 2010-09-08 | 1 | -3/+3 |
* | Clean up, clarify and standardize help text, and fix a few help text formatti... | Caroline Tice | 2010-09-08 | 1 | -10/+10 |
* | This is a very large commit that completely re-does the way lldb | Caroline Tice | 2010-09-04 | 1 | -11/+41 |
* | Added the ability to disable ASLR (Address Space Layout Randomization). ASLR | Greg Clayton | 2010-08-31 | 1 | -0/+4 |
* | Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selec... | Jim Ingham | 2010-08-26 | 1 | -4/+4 |
* | Change Target & Process so they can really be initialized with an invalid arc... | Jim Ingham | 2010-08-09 | 1 | -104/+267 |
* | I enabled some extra warnings for hidden local variables and for hidden | Greg Clayton | 2010-07-14 | 1 | -1/+1 |
* | Fix GetRepeatCommand so it works with multi-word commands. | Jim Ingham | 2010-07-07 | 1 | -0/+6 |
* | Very large changes that were needed in order to allow multiple connections | Greg Clayton | 2010-06-23 | 1 | -65/+43 |
* | Move the "status" command to "process status" since that's where it belongs. ... | Jim Ingham | 2010-06-18 | 1 | -0/+79 |
* | Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. | Jim Ingham | 2010-06-15 | 1 | -2/+2 |
* | Change the Options parser over to use a mask rather than an ordinal for optio... | Jim Ingham | 2010-06-15 | 1 | -9/+9 |
* | Initial checkin of lldb code from internal Apple repo. | Chris Lattner | 2010-06-08 | 1 | -0/+833 |