1. e0a9784 Documentation fix - explain how to unset conditions. Also fix unsetting -x and -t so they work. by Jim Ingham · 15 years ago
  2. a571c01 Document the fact that "breakpoint modify" with no breakpoint acts on the by Jim Ingham · 15 years ago
  3. 2856d46 Fixed the default file and line breakpoints to include inlined breakpoints. by Greg Clayton · 15 years ago
  4. b7234e4 Check in an initial implementation of the "breakpoint clear" command, whose purpose is clear by Johnny Chen · 15 years ago
  5. be484f4 Add warning if no actual locations were resolved when attempting by Caroline Tice · 15 years ago
  6. 274060b Fixed an issue where we were resolving paths when we should have been. by Greg Clayton · 15 years ago
  7. 36f3b36 Added support for breakpoint conditions. I also had to separate the "run the expression" part of ClangFunction::Execute from the "Gather the expression result" so that in the case of the Breakpoint condition I can move the condition evaluation into the normal thread plan processing. by Jim Ingham · 15 years ago
  8. e02b850 Modified the "breakpoint set --name NAME" to be the auto breakpoint set by Greg Clayton · 15 years ago
  9. 6eee5aa Added a "--no-lldbinit" option (-n for short (which magically matches by Greg Clayton · 15 years ago
  10. 405fe67 Modify existing commands with arguments to use the new argument mechanism by Caroline Tice · 15 years ago
  11. deaab22 by Caroline Tice · 15 years ago
  12. e139cf2 by Caroline Tice · 15 years ago
  13. 9068d79 by Caroline Tice · 15 years ago
  14. ed8a705 General command line help cleanup: by Greg Clayton · 15 years ago
  15. a701509 Fixed the way set/show variables were being accessed to being natively by Greg Clayton · 15 years ago
  16. 09799af More help text fixes. by Caroline Tice · 15 years ago
  17. e3d2631 Clean up, clarify and standardize help text, and fix a few help text formatting problems. by Caroline Tice · 15 years ago
  18. 9f157f5 "break set -F" should also use the full symbol name completer. by Jim Ingham · 15 years ago
  19. 3f4c09c by Caroline Tice · 15 years ago
  20. 2561aa6 Change the "-S", "-F" and "-M" options to take their arguments directly, rather than requiring the -n option. This means you can't "or" together the types (i.e. set a breakpoint on a method or selector called "whatever". But that is a pretty uncommon operation, and having to provide two flags for the more common "set a breakpoint on this selector" is annoying. by Jim Ingham · 15 years ago
  21. 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
  22. 9fed0d8 Added needed breakpoint functionality to the public API that includes: by Greg Clayton · 15 years ago
  23. c982c76 Merged Eli Friedman's linux build changes where he added Makefile files that by Greg Clayton · 15 years ago
  24. 0c5cd90 Added function name types to allow us to set breakpoints by name more by Greg Clayton · 15 years ago
  25. 6611103 Very large changes that were needed in order to allow multiple connections by Greg Clayton · 15 years ago
  26. b2a38a7 Remember whether a queue or thread name were passed into "breakpoint modify" so we can recognize an empty argument as unsetting the option. by Jim Ingham · 15 years ago
  27. ae1c4cf Change "breakpoint configure" to "breakpoint modify" so it doesn't collide with "breakpoint command" by Jim Ingham · 15 years ago
  28. 1b54c88 Add a "thread specification" class that specifies thread specific breakpoints by name, index, queue or TID. by Jim Ingham · 15 years ago
  29. 40af72e Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. by Jim Ingham · 15 years ago
  30. 8651121 Change the Options parser over to use a mask rather than an ordinal for option sets. by Jim Ingham · 15 years ago
  31. 30fdc8d Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 15 years ago