1. c1d3775 Fixed debugserver to properly attach to a process by name with the by Greg Clayton · 14 years ago
  2. 734b483 Disable "process.macosx" plugin, since it is not being actively supported by Caroline Tice · 14 years ago
  3. e747198 Modify "process handle" so that if no signals are specified it lists/updates them all, by Caroline Tice · 14 years ago
  4. 23d6f27 Add new argument type, eArgSignalName, by Caroline Tice · 14 years ago
  5. 8f6be2a Fixed process.gdb-remote to be able to properly propagate the signals and by Greg Clayton · 14 years ago
  6. d8c6253 Cleaned up the SWIG stuff so all includes happen as they should, no pulling by Greg Clayton · 14 years ago
  7. 43b014a Modify existing commands with arguments to use the new argument mechanism by Caroline Tice · 14 years ago
  8. 4d6675c by Caroline Tice · 14 years ago
  9. fe424a9 General command line help cleanup: by Greg Clayton · 14 years ago
  10. 238c0a1 Fixed the way set/show variables were being accessed to being natively by Greg Clayton · 14 years ago
  11. 4805a1c If you have already loaded a file into the debugger, "process attach" will attach to a process with the filename, unless you specify otherwise. by Jim Ingham · 14 years ago
  12. c95c6d1 Remove help text that is no longer correct. by Caroline Tice · 14 years ago
  13. 1d2aefd Make all debugger-level user settable variables into instance variables. by Caroline Tice · 14 years ago
  14. 0f6fa73 fix a bunch of signed/unsigned comparison warnings, stop evaluating "getsize" every time through the loop. by Chris Lattner · 14 years ago
  15. abb507a Clean up, clarify and standardize help text, and fix a few help text formatting problems. by Caroline Tice · 14 years ago
  16. 6e4c5ce by Caroline Tice · 14 years ago
  17. 452bf61 Added the ability to disable ASLR (Address Space Layout Randomization). ASLR by Greg Clayton · 14 years ago
  18. c833295 Change "Current" as in GetCurrentThread, GetCurrentStackFrame, etc, to "Selected" i.e. GetSelectedThread. Selected makes more sense, since these are set by some user action (a selection). I didn't change "CurrentProcess" since this is always controlled by the target, and a given target can only have one process, so it really can't be selected. by Jim Ingham · 14 years ago
  19. 7508e73 Change Target & Process so they can really be initialized with an invalid architecture. by Jim Ingham · 14 years ago
  20. bef1583 I enabled some extra warnings for hidden local variables and for hidden by Greg Clayton · 14 years ago
  21. 767af88 Fix GetRepeatCommand so it works with multi-word commands. by Jim Ingham · 14 years ago
  22. 63094e0 Very large changes that were needed in order to allow multiple connections by Greg Clayton · 14 years ago
  23. 41313fc Move the "status" command to "process status" since that's where it belongs. Also make it print "running" if invoked by Jim Ingham · 14 years ago
  24. 84cdc15 Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. by Jim Ingham · 14 years ago
  25. 34e9a98 Change the Options parser over to use a mask rather than an ordinal for option sets. by Jim Ingham · 14 years ago
  26. 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 14 years ago