1. 31c39da Add a simple command: 'version' to the command interpreter, and an accompanying by Johnny Chen · 15 years ago
  2. fe0c425 Fix the completion of "fr " and the like. by Jim Ingham · 15 years ago
  3. 472362e by Caroline Tice · 15 years ago
  4. 01274c0 Fix bug where using incomplete strings for command names causes by Caroline Tice · 15 years ago
  5. 844d230 by Caroline Tice · 15 years ago
  6. d9d6336 by Caroline Tice · 15 years ago
  7. efed613 Add the ability to catch and do the right thing with Interrupts (often control-c) by Caroline Tice · 15 years ago
  8. 2d95dc9b Modified lldb_private::SymboleFile to be able to override where its TypeList by Greg Clayton · 15 years ago
  9. 3024483 Added a top level Timer to the interpreter execute command. Also added an option to pass the depth to "log timer enable". That allows you to time just command execution with: by Jim Ingham · 15 years ago
  10. cfd1ace Cleaned up the API logging a lot more to reduce redundant information and by Greg Clayton · 15 years ago
  11. 49e80a1 Changed "run" to alias "process launch --". by Jim Ingham · 15 years ago
  12. 274060b Fixed an issue where we were resolving paths when we should have been. by Greg Clayton · 15 years ago
  13. 9bc6dbb Fix small mistake in previous commit (fixing aliases for commands that by Caroline Tice · 15 years ago
  14. 38c22f5 Fix bug where aliases for commands that take raw input were not by Caroline Tice · 15 years ago
  15. c066ab4 Add an initial version of test that exercise the lldb commands: 'process signal' by Johnny Chen · 15 years ago
  16. 4ab31c9 Fix some memory leaks. by Caroline Tice · 15 years ago
  17. 6eee5aa Added a "--no-lldbinit" option (-n for short (which magically matches by Greg Clayton · 15 years ago
  18. 3bcdb29 Add an "auto-confirm" setting to the debugger so you can turn off the confirmations if you want to. by Jim Ingham · 15 years ago
  19. 405fe67 Modify existing commands with arguments to use the new argument mechanism by Caroline Tice · 15 years ago
  20. 97a6dc7 Add a "Confirm" function to the CommandInterpreter so you can confirm potentially dangerous operations in a generic way. by Jim Ingham · 15 years ago
  21. daccaa9 Add UserSettings to Target class, making Target settings by Caroline Tice · 15 years ago
  22. a701509 Fixed the way set/show variables were being accessed to being natively by Greg Clayton · 15 years ago
  23. f94bddc Added default more aliases to ease gdb converts: by Greg Clayton · 15 years ago
  24. 8830091 Clean up help text. by Caroline Tice · 15 years ago
  25. 101c7c2 Make all debugger-level user settable variables into instance variables. by Caroline Tice · 15 years ago
  26. 3f4c09c by Caroline Tice · 15 years ago
  27. 3df9a8d by Caroline Tice · 15 years ago
  28. 3fec2dd Delete the vestigal "select", "info" and "delete" commands. by Jim Ingham · 15 years ago
  29. 6d56d2c Move "variable list" to "frame variable" by Jim Ingham · 15 years ago
  30. f681b94 Added the ability to disable ASLR (Address Space Layout Randomization). ASLR by Greg Clayton · 15 years ago
  31. 1a8d409 This is a major refactoring of the expression parser. by Sean Callanan · 15 years ago
  32. 12fc3e0 Changed the StackID to store its start PC address as a load address instead of by Greg Clayton · 15 years ago
  33. 0708e2c Updated help text to refer to "commands alias" by Sean Callanan · 15 years ago
  34. 85ffddc The unix "source" command maps to "command source" in lldb. :-) by Johnny Chen · 15 years ago
  35. 6f80bc5 Remove includes for removed files... by Jim Ingham · 15 years ago
  36. ebc09c3 Fix GetRepeatCommand so it works with multi-word commands. by Jim Ingham · 15 years ago
  37. 1308bb2 Added a "GetRepeatCommand" to the command object. The Interpreter uses this by Jim Ingham · 15 years ago
  38. 279a6c2 Hide the logic for command resolution for commands, aliases & user commands behind a single by Jim Ingham · 15 years ago
  39. 558ce12 Add a source file completer to the CommandCompleters. by Jim Ingham · 15 years ago
  40. 490ac55 Fix a bug in handling command resolution for non-exact matches. Now we will correctly give help options when there are both aliases & real commands matching the current input string. by Jim Ingham · 15 years ago
  41. 6611103 Very large changes that were needed in order to allow multiple connections by Greg Clayton · 15 years ago
  42. 8dae7f2 Remove an include of the deleted CommandObjectStatus.h. by Jim Ingham · 15 years ago
  43. 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
  44. 40af72e Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. by Jim Ingham · 15 years ago
  45. 3afb70c Fix include paths; please check that this works on Mac. by Eli Friedman · 15 years ago
  46. 0d3b18d Fix include path. by Eli Friedman · 15 years ago
  47. 30fdc8d Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 15 years ago