1. aa51684 Patch for "process load" by Filipe Cabecinhas. by Greg Clayton · 14 years ago
  2. aa149cb Added the ability to remove orphaned module shared pointers from a ModuleList. by Greg Clayton · 14 years ago
  3. 197bacf Cleanup errors that come out of commands and make sure they all have newlines by Greg Clayton · 14 years ago
  4. effe5c9 Added new OptionGroup classes for UInt64, UUID, File and Boolean values. by Greg Clayton · 14 years ago
  5. 7260f62 Centralized a lot of the status information for processes, by Greg Clayton · 14 years ago
  6. f6b8b58 Added two new classes for command options: by Greg Clayton · 14 years ago
  7. 8b82f08 Moved the execution context that was in the Debugger into by Greg Clayton · 14 years ago
  8. eb0103f Modified the ArchSpec to take an optional "Platform *" when setting the triple. by Greg Clayton · 14 years ago
  9. 32e0a75 Many improvements to the Platform base class and subclasses. The base Platform by Greg Clayton · 15 years ago
  10. e0d378b Fixed the LLDB build so that we can have private types, private enums and by Greg Clayton · 15 years ago
  11. ded470d Added more platform support. There are now some new commands: by Greg Clayton · 15 years ago
  12. e996fd3 LLDB now has "Platform" plug-ins. Platform plug-ins are plug-ins that provide by Greg Clayton · 15 years ago
  13. 7133762 Fixed CommandReturnObject::SetImmediateErrorFile() to set the correct stream. by Greg Clayton · 15 years ago
  14. 64195a2 Abtracted all mach-o and ELF out of ArchSpec. This patch is a modified form by Greg Clayton · 15 years ago
  15. 85e8b81 - Changed all the places where CommandObjectReturn was exporting a StreamString to just exporting by Jim Ingham · 15 years ago
  16. 514487e Made lldb_private::ArchSpec contain much more than just an architecture. It by Greg Clayton · 15 years ago
  17. b766a73 Added support for attaching to a remote debug server with the new command: by Greg Clayton · 15 years ago
  18. 7fb56d0 Endian patch from Kirk Beitz that allows better cross platform building. by Greg Clayton · 15 years ago
  19. 513c26c Finished up the async attach support. This allows us to request to attach by Greg Clayton · 15 years ago
  20. bb3a283 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
  21. bd82a5d Added a new variant of SBTarget::Launch() that deprectates the old one that by Greg Clayton · 15 years ago
  22. bb9caf7 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
  23. f8da863 Add '-no-stdio' option to 'process launch' command, which causes the by Caroline Tice · 15 years ago
  24. 8f343b0 Added support for loading and unloading shared libraries. This was done by by Greg Clayton · 15 years ago
  25. 5d7be2e Fix problem where "process detach" was not working properly. The by Caroline Tice · 15 years ago
  26. 913c4fa Ok, last commit for the running processes in a new window. Now you can by Greg Clayton · 15 years ago
  27. 3fcbed6 Stop the driver from handling SIGPIPE in case we communicate with stale by Greg Clayton · 15 years ago
  28. c0dbdfb Combine eArgTypeSignalName and eArgTypeUnixSignalNumber into a single by Caroline Tice · 15 years ago
  29. 19388cf Fixed debugserver to properly attach to a process by name with the by Greg Clayton · 15 years ago
  30. 43a8c39 Disable "process.macosx" plugin, since it is not being actively supported by Caroline Tice · 15 years ago
  31. 10ad799 Modify "process handle" so that if no signals are specified it lists/updates them all, by Caroline Tice · 15 years ago
  32. 3573135 Add new argument type, eArgSignalName, by Caroline Tice · 15 years ago
  33. 237cd90 Fixed process.gdb-remote to be able to properly propagate the signals and by Greg Clayton · 15 years ago
  34. 05faeb7 Cleaned up the SWIG stuff so all includes happen as they should, no pulling by Greg Clayton · 15 years ago
  35. 405fe67 Modify existing commands with arguments to use the new argument mechanism by Caroline Tice · 15 years ago
  36. deaab22 by Caroline Tice · 15 years ago
  37. ed8a705 General command line help cleanup: by Greg Clayton · 15 years ago
  38. a701509 Fixed the way set/show variables were being accessed to being natively by Greg Clayton · 15 years ago
  39. 3a0b9cd 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
  40. e7e92b7 Remove help text that is no longer correct. by Caroline Tice · 15 years ago
  41. 101c7c2 Make all debugger-level user settable variables into instance variables. by Caroline Tice · 15 years ago
  42. 37c1b43 fix a bunch of signed/unsigned comparison warnings, stop evaluating "getsize" every time through the loop. by Chris Lattner · 15 years ago
  43. e3d2631 Clean up, clarify and standardize help text, and fix a few help text formatting problems. by Caroline Tice · 15 years ago
  44. 3df9a8d by Caroline Tice · 15 years ago
  45. f681b94 Added the ability to disable ASLR (Address Space Layout Randomization). ASLR by Greg Clayton · 15 years ago
  46. 2976d00 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
  47. 5aee162 Change Target & Process so they can really be initialized with an invalid architecture. by Jim Ingham · 15 years ago
  48. b132097 I enabled some extra warnings for hidden local variables and for hidden by Greg Clayton · 15 years ago
  49. ebc09c3 Fix GetRepeatCommand so it works with multi-word commands. by Jim Ingham · 15 years ago
  50. 6611103 Very large changes that were needed in order to allow multiple connections by Greg Clayton · 15 years ago
  51. 4b9bea8 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
  52. 40af72e Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. by Jim Ingham · 15 years ago
  53. 8651121 Change the Options parser over to use a mask rather than an ordinal for option sets. by Jim Ingham · 15 years ago
  54. 30fdc8d Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 15 years ago