1. a9eb827 Cleanup errors that come out of commands and make sure they all have newlines by Greg Clayton · 14 years ago
  2. e1f50b9 Added new OptionGroup classes for UInt64, UUID, File and Boolean values. by Greg Clayton · 14 years ago
  3. abe0fed Centralized a lot of the status information for processes, by Greg Clayton · 14 years ago
  4. 143fcc3 Added two new classes for command options: by Greg Clayton · 14 years ago
  5. b72d0f0 Moved the execution context that was in the Debugger into by Greg Clayton · 14 years ago
  6. f15996e Modified the ArchSpec to take an optional "Platform *" when setting the triple. by Greg Clayton · 14 years ago
  7. 24bc5d9 Many improvements to the Platform base class and subclasses. The base Platform by Greg Clayton · 14 years ago
  8. b344843 Fixed the LLDB build so that we can have private types, private enums and by Greg Clayton · 14 years ago
  9. b1888f2 Added more platform support. There are now some new commands: by Greg Clayton · 14 years ago
  10. e4b9c1f LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provide by Greg Clayton · 14 years ago
  11. a2f7423 Fixed CommandReturnObject::SetImmediateErrorFile() to set the correct stream. by Greg Clayton · 14 years ago
  12. 940b103 Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified form by Greg Clayton · 14 years ago
  13. 2e8cb8a - Changed all the places where CommandObjectReturn was exporting a StreamString to just exporting by Jim Ingham · 14 years ago
  14. 395fc33 Made lldb_private::ArchSpec contain much more than just an architecture. It by Greg Clayton · 15 years ago
  15. e71e258 Added support for attaching to a remote debug server with the new command: by Greg Clayton · 15 years ago
  16. cd54803 Endian patch from Kirk Beitz that allows better cross platform building. by Greg Clayton · 15 years ago
  17. 7e2f91c Finished up the async attach support. This allows us to request to attach by Greg Clayton · 15 years ago
  18. c2dc7c8 Added a completion action class to the Process events so that we can make things like Attach and later Launch start their job, and then return to the event loop while waiting for the work to be done. by Jim Ingham · 15 years ago
  19. de915be Added a new variant of SBTarget::Launch() that deprectates the old one that by Greg Clayton · 15 years ago
  20. 22dc972 process launch now asks to kill the current process if it is alive, and if you affirm, does so for you. by Jim Ingham · 15 years ago
  21. bd66601 Add '-no-stdio' option to 'process launch' command, which causes the by Caroline Tice · 15 years ago
  22. 0baa394 Added support for loading and unloading shared libraries. This was done by by Greg Clayton · 15 years ago
  23. 90b4225 Fix problem where "process detach" was not working properly. The by Caroline Tice · 15 years ago
  24. bb0c91f Ok, last commit for the running processes in a new window. Now you can by Greg Clayton · 15 years ago
  25. 36f63a9 Stop the driver from handling SIGPIPE in case we communicate with stale by Greg Clayton · 15 years ago
  26. 3a62e6d Combine eArgTypeSignalName and eArgTypeUnixSignalNumber into a single by Caroline Tice · 15 years ago
  27. c1d3775 Fixed debugserver to properly attach to a process by name with the by Greg Clayton · 15 years ago
  28. 734b483 Disable "process.macosx" plugin, since it is not being actively supported by Caroline Tice · 15 years ago
  29. e747198 Modify "process handle" so that if no signals are specified it lists/updates them all, by Caroline Tice · 15 years ago
  30. 23d6f27 Add new argument type, eArgSignalName, by Caroline Tice · 15 years ago
  31. 8f6be2a Fixed process.gdb-remote to be able to properly propagate the signals and by Greg Clayton · 15 years ago
  32. d8c6253 Cleaned up the SWIG stuff so all includes happen as they should, no pulling by Greg Clayton · 15 years ago
  33. 43b014a Modify existing commands with arguments to use the new argument mechanism by Caroline Tice · 15 years ago
  34. 4d6675c by Caroline Tice · 15 years ago
  35. fe424a9 General command line help cleanup: by Greg Clayton · 15 years ago
  36. 238c0a1 Fixed the way set/show variables were being accessed to being natively by Greg Clayton · 15 years ago
  37. 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 · 15 years ago
  38. c95c6d1 Remove help text that is no longer correct. by Caroline Tice · 15 years ago
  39. 1d2aefd Make all debugger-level user settable variables into instance variables. by Caroline Tice · 15 years ago
  40. 0f6fa73 fix a bunch of signed/unsigned comparison warnings, stop evaluating "getsize" every time through the loop. by Chris Lattner · 15 years ago
  41. abb507a Clean up, clarify and standardize help text, and fix a few help text formatting problems. by Caroline Tice · 15 years ago
  42. 6e4c5ce by Caroline Tice · 15 years ago
  43. 452bf61 Added the ability to disable ASLR (Address Space Layout Randomization). ASLR by Greg Clayton · 15 years ago
  44. 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 · 15 years ago
  45. 7508e73 Change Target & Process so they can really be initialized with an invalid architecture. by Jim Ingham · 15 years ago
  46. bef1583 I enabled some extra warnings for hidden local variables and for hidden by Greg Clayton · 15 years ago
  47. 767af88 Fix GetRepeatCommand so it works with multi-word commands. by Jim Ingham · 15 years ago
  48. 63094e0 Very large changes that were needed in order to allow multiple connections by Greg Clayton · 15 years ago
  49. 41313fc Move the "status" command to "process status" since that's where it belongs. Also make it print "running" if invoked by Jim Ingham · 15 years ago
  50. 84cdc15 Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. by Jim Ingham · 15 years ago
  51. 34e9a98 Change the Options parser over to use a mask rather than an ordinal for option sets. by Jim Ingham · 15 years ago
  52. 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 15 years ago