1. 4f61ba9 Change the new breakpoint creation output (primarily from "break set") to something more useful. by Jim Ingham · 12 years ago
  2. 49ce896 <rdar://problem/11757916> by Greg Clayton · 12 years ago
  3. 4a379b1 Ran the static analyzer on the codebase and found a few things. by Greg Clayton · 12 years ago
  4. da26bd2 Make raw & parsed commands subclasses of CommandObject rather than having the raw version implement an by Jim Ingham · 12 years ago
  5. e4f3cd7 rdar://problem/11533713 by Johnny Chen · 12 years ago
  6. 2cf5ccb Also push file & line breakpoints past the prologue. Also added a "-K" argument to the relevant by Jim Ingham · 12 years ago
  7. 8d03c6f Add clarification comments. by Johnny Chen · 12 years ago
  8. 6f4a115 Updated to a more meaningful macro name. by Johnny Chen · 12 years ago
  9. 6092371 Fix the problem that 'help breakpoint set' is printing a lot of redundant lines. by Johnny Chen · 12 years ago
  10. ee033f2 Document the fact that you can repeat "-n" and similar options to make one breakpoint on multiple names. by Jim Ingham · 12 years ago
  11. ff7df6d Use 0 instead of NULL for the integral value. by Bill Wendling · 12 years ago
  12. 4722b10 Add a command and an SB API to create exception breakpoints. Make the break output prettier for Exception breakpoints. by Jim Ingham · 12 years ago
  13. 28e2386 Send Breakpoint Changed events for all the relevant changes to breakpoints. by Jim Ingham · 12 years ago
  14. 9c23673 Cleaned up many error codes. For any who is filling in error strings into by Greg Clayton · 13 years ago
  15. 464a92a Fix the option lists that "--file" belongs to so the help won't come out whonky. by Jim Ingham · 13 years ago
  16. d6d4797 Added the ability to restrict breakpoints by function name, function regexp, selector by Jim Ingham · 13 years ago
  17. cacedfb Watchpoint IDs and ID Ranges are not quite the same as Breakpoint IDs and ID Ranges. by Johnny Chen · 13 years ago
  18. 567e7f3 Converted the lldb_private::Process over to use the intrusive shared pointers. by Greg Clayton · 13 years ago
  19. 03c8ee5 Add a new breakpoint type "break by source regular expression". by Jim Ingham · 13 years ago
  20. 0576c24 A little refactoring of the way to add break IDs or ID ranges as command argument data by Johnny Chen · 13 years ago
  21. 7e5fa7f Update declarations for all functions/methods that accept printf-style by Jason Molenda · 13 years ago
  22. 987c7eb Adopt the intrusive pointers in: by Greg Clayton · 13 years ago
  23. fdf24ef Move the SourceManager from the Debugger to the Target. That way it can store the per-Target default Source File & Line. by Jim Ingham · 13 years ago
  24. 5beb99d Added the ability to remove orphaned module shared pointers from a ModuleList. by Greg Clayton · 13 years ago
  25. 7224aab regexp-break -> _regexp-break in command string. by Jim Ingham · 13 years ago
  26. dc25905 Set the default "break list" level back to full. by Jim Ingham · 13 years ago
  27. e1f50b9 Added new OptionGroup classes for UInt64, UUID, File and Boolean values. by Greg Clayton · 13 years ago
  28. 52c8b6e Added a new option to the "source list" command that allows us to see where by Greg Clayton · 13 years ago
  29. 143fcc3 Added two new classes for command options: by Greg Clayton · 13 years ago
  30. b72d0f0 Moved the execution context that was in the Debugger into by Greg Clayton · 13 years ago
  31. f15996e Modified the ArchSpec to take an optional "Platform *" when setting the triple. by Greg Clayton · 13 years ago
  32. 24bc5d9 Many improvements to the Platform base class and subclasses. The base Platform by Greg Clayton · 13 years ago
  33. 889fbd0 Added the ability to get the min and max instruction byte size for by Greg Clayton · 13 years ago
  34. b344843 Fixed the LLDB build so that we can have private types, private enums and by Greg Clayton · 13 years ago
  35. 7a4c8ea Clean up a few places where SetOptionValue was using the global optarg, rather than the option_arg value that was passed in. by Jim Ingham · 13 years ago
  36. 2e8cb8a - Changed all the places where CommandObjectReturn was exporting a StreamString to just exporting by Jim Ingham · 13 years ago
  37. 41950cc Change "breakpoint list" command to default to brief output rather than full output. by Caroline Tice · 13 years ago
  38. 9a7b291 Documentation fix - explain how to unset conditions. Also fix unsetting -x and -t so they work. by Jim Ingham · 14 years ago
  39. 19ac0bd Document the fact that "breakpoint modify" with no breakpoint acts on the by Jim Ingham · 14 years ago
  40. 2dfe4c6 Fixed the default file and line breakpoints to include inlined breakpoints. by Greg Clayton · 14 years ago
  41. a62ad7c Check in an initial implementation of the "breakpoint clear" command, whose purpose is clear by Johnny Chen · 14 years ago
  42. cf2f305 Add warning if no actual locations were resolved when attempting by Caroline Tice · 14 years ago
  43. 537a7a8 Fixed an issue where we were resolving paths when we should have been. by Greg Clayton · 14 years ago
  44. d168690 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 · 14 years ago
  45. 48fbdf7 Modified the "breakpoint set --name NAME" to be the auto breakpoint set by Greg Clayton · 14 years ago
  46. 887aa28 Added a "--no-lldbinit" option (-n for short (which magically matches by Greg Clayton · 14 years ago
  47. 43b014a Modify existing commands with arguments to use the new argument mechanism by Caroline Tice · 14 years ago
  48. 4d6675c by Caroline Tice · 14 years ago
  49. fb35511 by Caroline Tice · 14 years ago
  50. 17dce1c by Caroline Tice · 14 years ago
  51. fe424a9 General command line help cleanup: by Greg Clayton · 14 years ago
  52. 238c0a1 Fixed the way set/show variables were being accessed to being natively by Greg Clayton · 14 years ago
  53. 31fbb64 More help text fixes. by Caroline Tice · 14 years ago
  54. abb507a Clean up, clarify and standardize help text, and fix a few help text formatting problems. by Caroline Tice · 14 years ago
  55. b0f55d4 "break set -F" should also use the full symbol name completer. by Jim Ingham · 14 years ago
  56. c1ad82e by Caroline Tice · 14 years ago
  57. d9e2b76 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 · 14 years ago
  58. 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 · 14 years ago
  59. c7f5d5c Added needed breakpoint functionality to the public API that includes: by Greg Clayton · 14 years ago
  60. 54e7afa Merged Eli Friedman's linux build changes where he added Makefile files that by Greg Clayton · 14 years ago
  61. 12bec71 Added function name types to allow us to set breakpoints by name more by Greg Clayton · 14 years ago
  62. 63094e0 Very large changes that were needed in order to allow multiple connections by Greg Clayton · 14 years ago
  63. d457122 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 · 14 years ago
  64. 10622a2 Change "breakpoint configure" to "breakpoint modify" so it doesn't collide with "breakpoint command" by Jim Ingham · 14 years ago
  65. 3c7b5b9 Add a "thread specification" class that specifies thread specific breakpoints by name, index, queue or TID. by Jim Ingham · 14 years ago
  66. 84cdc15 Move Args.{cpp,h} and Options.{cpp,h} to Interpreter where they really belong. by Jim Ingham · 14 years ago
  67. 34e9a98 Change the Options parser over to use a mask rather than an ordinal for option sets. by Jim Ingham · 14 years ago
  68. 24943d2 Initial checkin of lldb code from internal Apple repo. by Chris Lattner · 14 years ago