1. 9bd7e35 Fixed the "frame variable -G NAME" that would print global by Greg Clayton · 15 years ago
  2. 17a661c Add an extra SPC character after '.' for the 'frame variable' help text. by Johnny Chen · 15 years ago
  3. bf8e42b Fixed an expression parsing issue where if you were stopped somewhere without by Greg Clayton · 15 years ago
  4. b227e14 Default "frame variable" to not show types before values by default. You now enable type display with --show-types or -t (instead of disabling it with --no-types or -t). by Greg Clayton · 15 years ago
  5. 6bc0b5d Added the ability to get error strings back from failed by Greg Clayton · 15 years ago
  6. c12b6b4 Added a new test case to test signals with. by Greg Clayton · 15 years ago
  7. 66ed2fb Added a new ValueObject type that will be used to freeze dry expression by Greg Clayton · 15 years ago
  8. 43b014a Modify existing commands with arguments to use the new argument mechanism by Caroline Tice · 15 years ago
  9. a830adb There are now to new "settings set" variables that live in each debugger by Greg Clayton · 15 years ago
  10. 4d6675c by Caroline Tice · 15 years ago
  11. 462d414 Fixed the forward declaration issue that was present in the DWARF parser after by Greg Clayton · 15 years ago
  12. 5bc8c97 Add UserSettings to Target class, making Target settings by Caroline Tice · 15 years ago
  13. aa44805 Added a better error message to the "frame variable" when you try to view by Greg Clayton · 15 years ago
  14. 1e30afd Fixed an issue with: by Greg Clayton · 15 years ago
  15. fe424a9 General command line help cleanup: by Greg Clayton · 15 years ago
  16. 238c0a1 Fixed the way set/show variables were being accessed to being natively by Greg Clayton · 15 years ago
  17. a357ecf Fixed the implementation of "bool Block::Contains (const Block *block) const" by Greg Clayton · 15 years ago
  18. 178710c Looking at some of the test suite failures in DWARF in .o files with the by Greg Clayton · 15 years ago
  19. c0cf52d Make sure we have a variable list so we don't crash when a frame has no by Greg Clayton · 15 years ago
  20. 3b71737 Removed unused variable. by Greg Clayton · 15 years ago
  21. aed5881 Added a work in the DWARF parser when we parse an array that ends up having by Greg Clayton · 15 years ago
  22. 4ae5196 Move the "Object Description" into the ValueObject, and the add an API to by Jim Ingham · 15 years ago
  23. abb507a Clean up, clarify and standardize help text, and fix a few help text formatting problems. by Caroline Tice · 15 years ago
  24. 72b7158 Added a new bool parameter to many of the DumpStopContext() methods that by Greg Clayton · 15 years ago
  25. 17dae08 StackFrame objects now own ValueObjects for any frame variables (locals, args, by Greg Clayton · 15 years ago
  26. 537926c Move "variable list" to "frame variable" by Jim Ingham · 15 years ago
  27. 74989e8 Added a way to open the current source file & line in an external editor, and you can turn this on with: by Jim Ingham · 15 years ago
  28. 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
  29. 63094e0 Very large changes that were needed in order to allow multiple connections by Greg Clayton · 15 years ago
  30. 84cdc15 Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. by Jim Ingham · 15 years ago
  31. 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 15 years ago