1. 0aa2e55 Split up the Python script interpreter code to allow multiple script interpreter objects to by Caroline Tice · 14 years ago
  2. 5d187e5 Spelling changes applied from lldb_spelling.diffs from Bruce Mitchener. by Greg Clayton · 14 years ago
  3. 902e018 Add a simple command: 'version' to the command interpreter, and an accompanying by Johnny Chen · 14 years ago
  4. cf03765 Fix the completion of "fr " and the like. by Jim Ingham · 14 years ago
  5. 56d2fc4 by Caroline Tice · 14 years ago
  6. ea6e3df Fix bug where using incomplete strings for command names causes by Caroline Tice · 14 years ago
  7. e0da7a5 by Caroline Tice · 14 years ago
  8. 44c841d by Caroline Tice · 14 years ago
  9. c4f55fe Add the ability to catch and do the right thing with Interrupts (often control-c) by Caroline Tice · 14 years ago
  10. e98ac25 Modified lldb_private::SymboleFile to be able to override where its TypeList by Greg Clayton · 14 years ago
  11. abab14b 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 · 14 years ago
  12. 49ce682 Cleaned up the API logging a lot more to reduce redundant information and by Greg Clayton · 14 years ago
  13. e3663e8 Changed "run" to alias "process launch --". by Jim Ingham · 14 years ago
  14. 537a7a8 Fixed an issue where we were resolving paths when we should have been. by Greg Clayton · 14 years ago
  15. 8b5a077 Fix small mistake in previous commit (fixing aliases for commands that by Caroline Tice · 14 years ago
  16. 0fb069d Fix bug where aliases for commands that take raw input were not by Caroline Tice · 14 years ago
  17. d7a4eb0 Add an initial version of test that exercise the lldb commands: 'process signal' by Johnny Chen · 14 years ago
  18. bd5c63e Fix some memory leaks. by Caroline Tice · 14 years ago
  19. 887aa28 Added a "--no-lldbinit" option (-n for short (which magically matches by Greg Clayton · 14 years ago
  20. 9305747 Add an "auto-confirm" setting to the debugger so you can turn off the confirmations if you want to. by Jim Ingham · 14 years ago
  21. 43b014a Modify existing commands with arguments to use the new argument mechanism by Caroline Tice · 14 years ago
  22. 5e16ef5 Add a "Confirm" function to the CommandInterpreter so you can confirm potentially dangerous operations in a generic way. by Jim Ingham · 14 years ago
  23. 5bc8c97 Add UserSettings to Target class, making Target settings by Caroline Tice · 14 years ago
  24. 238c0a1 Fixed the way set/show variables were being accessed to being natively by Greg Clayton · 14 years ago
  25. 0f3a8eb Added default more aliases to ease gdb converts: by Greg Clayton · 14 years ago
  26. 00edd3a Clean up help text. by Caroline Tice · 14 years ago
  27. 1d2aefd Make all debugger-level user settable variables into instance variables. by Caroline Tice · 14 years ago
  28. c1ad82e by Caroline Tice · 14 years ago
  29. 6e4c5ce by Caroline Tice · 14 years ago
  30. 439ab61 Delete the vestigal "select", "info" and "delete" commands. by Jim Ingham · 14 years ago
  31. 537926c Move "variable list" to "frame variable" by Jim Ingham · 14 years ago
  32. 452bf61 Added the ability to disable ASLR (Address Space Layout Randomization). ASLR by Greg Clayton · 14 years ago
  33. 65dafa8 This is a major refactoring of the expression parser. by Sean Callanan · 14 years ago
  34. 65124ea Changed the StackID to store its start PC address as a load address instead of by Greg Clayton · 14 years ago
  35. a3aff73 Updated help text to refer to "commands alias" by Sean Callanan · 14 years ago
  36. 7c98424 The unix "source" command maps to "command source" in lldb. :-) by Johnny Chen · 14 years ago
  37. eb43f59 Remove includes for removed files... by Jim Ingham · 14 years ago
  38. 767af88 Fix GetRepeatCommand so it works with multi-word commands. by Jim Ingham · 14 years ago
  39. 5d9cbd4 Added a "GetRepeatCommand" to the command object. The Interpreter uses this by Jim Ingham · 14 years ago
  40. d40f8a6 Hide the logic for command resolution for commands, aliases & user commands behind a single by Jim Ingham · 14 years ago
  41. 802f8b0 Add a source file completer to the CommandCompleters. by Jim Ingham · 14 years ago
  42. 9a57417 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 · 14 years ago
  43. 63094e0 Very large changes that were needed in order to allow multiple connections by Greg Clayton · 14 years ago
  44. 285c23e Remove an include of the deleted CommandObjectStatus.h. by Jim Ingham · 14 years ago
  45. 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
  46. 84cdc15 Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. by Jim Ingham · 14 years ago
  47. ccdb9ec Fix include paths; please check that this works on Mac. by Eli Friedman · 14 years ago
  48. b34d2a2 Fix include path. by Eli Friedman · 14 years ago
  49. 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 14 years ago