1. 6312991 Report an error for line number values that don't convert to integers during argument by Jim Ingham · 11 years ago
  2. a78bd7f Don't #include FormatManager.h from Debugger.h by Zachary Turner · 11 years ago
  3. 32abc6e Reduce header footprint of Target.h by Zachary Turner · 11 years ago
  4. c95f7e2 Refactor OptionValue::SetValueFromCString to use llvm::StringRef by Pavel Labath · 11 years ago
  5. e732052 Add an -A option to "break set -p" to search all files for matches. Also add the version of by Jim Ingham · 11 years ago
  6. 2ba84a6 Add additional DWARF 5 language constants. by Bruce Mitchener · 11 years ago
  7. 5275aaa Moved Args::StringToXIntYZ to StringConvert::ToXIntYZ by Vince Harron · 11 years ago
  8. 4aeb198 Don't emit the "WARNING: no locations" message when breakpoints are set in by Jim Ingham · 11 years ago
  9. c9d1c27 Fix a format string warning by noting that StringIsBreakpointName by Eric Christopher · 11 years ago
  10. 5e09c8c Add the ability to tag one or more breakpoints with a name. These by Jim Ingham · 11 years ago
  11. 33df7cd Add the ability to set breakpoints with conditions, commands, etc, by Jim Ingham · 11 years ago
  12. 893c932 This is the first step of making lldb able to create target-specific things by Jim Ingham · 11 years ago
  13. d37221d Revert "Fix broken tests due to new error output." by Zachary Turner · 11 years ago
  14. 9734280 Fix broken tests due to new error output. by Todd Fiala · 11 years ago
  15. de963e9 Adds the notion of an OptionValidator. by Zachary Turner · 11 years ago
  16. 1d0089f Add enumerations for additional languages from DWARF spec updates. by Bruce Mitchener · 11 years ago
  17. 3985c8c sanitise sign comparisons by Saleem Abdulrasool · 12 years ago
  18. 6fea17e "size_t" isn't always 64 bit, it is 32 bit on 32 bit systems. All printf style statements that were assuming size_t were 64 bit were changed, and they were also changed to display them as unsigned values as "size_t" isn't signed. by Greg Clayton · 12 years ago
  19. 99fbc07 Fix Windows build using portable types for formatting the log outputs by Deepak Panickal · 12 years ago
  20. b57e4a1 Roll back the changes I made in r193907 which created a new Frame by Jason Molenda · 12 years ago
  21. f23bf74 Add a new base class, Frame. It is a pure virtual function which by Jason Molenda · 12 years ago
  22. 779f921 Fix the format warnings. by Sylvestre Ledru · 12 years ago
  23. eb023e7 <rdar://problem/13635174> by Greg Clayton · 12 years ago
  24. e2607b5 Add OptionParser.h by Virgile Bello · 12 years ago
  25. e96ade8 Make the "SearchFilterByModuleListAndCU" work correctly for searches at the CompUnit by Jim Ingham · 12 years ago
  26. b2b256a Fix the help message for “one-shot”. by Jim Ingham · 13 years ago
  27. bb03b8f 1 breakpoint is a breakpoint not a breakpoints. by Jim Ingham · 13 years ago
  28. 551262d Fix a typo in help string. by Jim Ingham · 13 years ago
  29. a89be91 That wasn't a typo, if the short letter option is from a non-obvious source, I capitolize it in the help as an aid to memory. by Jim Ingham · 13 years ago
  30. bce7c77 Fixed a typo. by Sean Callanan · 13 years ago
  31. 168d469 Fix a reversed test for "for_expression" in creating C++ exception breakpoints. by Jim Ingham · 13 years ago
  32. b0fac50 Add a comment to break disable's help to make clearer the relationship between the by Jim Ingham · 13 years ago
  33. 6394479 One to many always's. by Jim Ingham · 13 years ago
  34. 289aca6 Make it clear that if you #include .c/.cpp/.m/.mm etc files, you will have to by Jim Ingham · 13 years ago
  35. b84a9db <rdar://problem/12552374> by Enrico Granata · 13 years ago
  36. c7bece56 <rdar://problem/13069948> by Greg Clayton · 13 years ago
  37. f9fc609 Expanded the flags that can be set for a command object in lldb_private::CommandObject. This list of available flags are: by Greg Clayton · 13 years ago
  38. b9d5df5 <rdar://problem/12820334> by Greg Clayton · 13 years ago
  39. 93a6430 Fix Linux build warnings due to redefinition of macros: by Daniel Malea · 13 years ago
  40. 3bcdfc0 <rdar://problem/12798131> by Greg Clayton · 13 years ago
  41. ca36cd1 Add one-shot breakpoints (-o option to "break set") and a tbreak alias for our gdb friends. by Jim Ingham · 13 years ago
  42. 1391cc7 Change the new breakpoint creation output (primarily from "break set") to something more useful. by Jim Ingham · 13 years ago
  43. 1f74607 <rdar://problem/11757916> by Greg Clayton · 13 years ago
  44. 23f5950 Ran the static analyzer on the codebase and found a few things. by Greg Clayton · 13 years ago
  45. 5a98841 Make raw & parsed commands subclasses of CommandObject rather than having the raw version implement an by Jim Ingham · 13 years ago
  46. 7d49c9c rdar://problem/11533713 by Johnny Chen · 14 years ago
  47. a8558b6 Also push file & line breakpoints past the prologue. Also added a "-K" argument to the relevant by Jim Ingham · 14 years ago
  48. 6943e7c Add clarification comments. by Johnny Chen · 14 years ago
  49. 4ab2e6b Updated to a more meaningful macro name. by Johnny Chen · 14 years ago
  50. 5ec8fcb Fix the problem that 'help breakpoint set' is printing a lot of redundant lines. by Johnny Chen · 14 years ago
  51. 64cc29c Document the fact that you can repeat "-n" and similar options to make one breakpoint on multiple names. by Jim Ingham · 14 years ago
  52. a0cd2bc Use 0 instead of NULL for the integral value. by Bill Wendling · 14 years ago
  53. fab10e8 Add a command and an SB API to create exception breakpoints. Make the break output prettier for Exception breakpoints. by Jim Ingham · 14 years ago
  54. e6bc6cb Send Breakpoint Changed events for all the relevant changes to breakpoints. by Jim Ingham · 14 years ago
  55. 86edbf4 Cleaned up many error codes. For any who is filling in error strings into by Greg Clayton · 14 years ago
  56. 4a6ae0f Fix the option lists that "--file" belongs to so the help won't come out whonky. by Jim Ingham · 14 years ago
  57. 87df91b Added the ability to restrict breakpoints by function name, function regexp, selector by Jim Ingham · 14 years ago
  58. de75346 Watchpoint IDs and ID Ranges are not quite the same as Breakpoint IDs and ID Ranges. by Johnny Chen · 14 years ago
  59. c14ee32 Converted the lldb_private::Process over to use the intrusive shared pointers. by Greg Clayton · 14 years ago
  60. 969795f Add a new breakpoint type "break by source regular expression". by Jim Ingham · 14 years ago
  61. 184d7a7 A little refactoring of the way to add break IDs or ID ranges as command argument data by Johnny Chen · 14 years ago
  62. fd54b36 Update declarations for all functions/methods that accept printf-style by Jason Molenda · 14 years ago
  63. 4d122c4 Adopt the intrusive pointers in: by Greg Clayton · 14 years ago
  64. b7f6b2f Move the SourceManager from the Debugger to the Target. That way it can store the per-Target default Source File & Line. by Jim Ingham · 14 years ago
  65. aa149cb Added the ability to remove orphaned module shared pointers from a ModuleList. by Greg Clayton · 14 years ago
  66. 46fbc60 regexp-break -> _regexp-break in command string. by Jim Ingham · 15 years ago
  67. d915e16 Set the default "break list" level back to full. by Jim Ingham · 15 years ago
  68. effe5c9 Added new OptionGroup classes for UInt64, UUID, File and Boolean values. by Greg Clayton · 15 years ago
  69. 176761e Added a new option to the "source list" command that allows us to see where by Greg Clayton · 15 years ago
  70. f6b8b58 Added two new classes for command options: by Greg Clayton · 15 years ago
  71. 8b82f08 Moved the execution context that was in the Debugger into by Greg Clayton · 15 years ago
  72. eb0103f Modified the ArchSpec to take an optional "Platform *" when setting the triple. by Greg Clayton · 15 years ago
  73. 32e0a75 Many improvements to the Platform base class and subclasses. The base Platform by Greg Clayton · 15 years ago
  74. 357132e Added the ability to get the min and max instruction byte size for by Greg Clayton · 15 years ago
  75. e0d378b Fixed the LLDB build so that we can have private types, private enums and by Greg Clayton · 15 years ago
  76. 0292f4a 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 · 15 years ago
  77. 85e8b81 - Changed all the places where CommandObjectReturn was exporting a StreamString to just exporting by Jim Ingham · 15 years ago
  78. 79042b3 Change "breakpoint list" command to default to brief output rather than full output. by Caroline Tice · 15 years ago
  79. e0a9784 Documentation fix - explain how to unset conditions. Also fix unsetting -x and -t so they work. by Jim Ingham · 15 years ago
  80. a571c01 Document the fact that "breakpoint modify" with no breakpoint acts on the by Jim Ingham · 15 years ago
  81. 2856d46 Fixed the default file and line breakpoints to include inlined breakpoints. by Greg Clayton · 15 years ago
  82. b7234e4 Check in an initial implementation of the "breakpoint clear" command, whose purpose is clear by Johnny Chen · 15 years ago
  83. be484f4 Add warning if no actual locations were resolved when attempting by Caroline Tice · 15 years ago
  84. 274060b Fixed an issue where we were resolving paths when we should have been. by Greg Clayton · 15 years ago
  85. 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
  86. e02b850 Modified the "breakpoint set --name NAME" to be the auto breakpoint set by Greg Clayton · 15 years ago
  87. 6eee5aa Added a "--no-lldbinit" option (-n for short (which magically matches by Greg Clayton · 15 years ago
  88. 405fe67 Modify existing commands with arguments to use the new argument mechanism by Caroline Tice · 15 years ago
  89. deaab22 by Caroline Tice · 15 years ago
  90. e139cf2 by Caroline Tice · 15 years ago
  91. 9068d79 by Caroline Tice · 15 years ago
  92. ed8a705 General command line help cleanup: by Greg Clayton · 15 years ago
  93. a701509 Fixed the way set/show variables were being accessed to being natively by Greg Clayton · 15 years ago
  94. 09799af More help text fixes. by Caroline Tice · 15 years ago
  95. e3d2631 Clean up, clarify and standardize help text, and fix a few help text formatting problems. by Caroline Tice · 15 years ago
  96. 9f157f5 "break set -F" should also use the full symbol name completer. by Jim Ingham · 15 years ago
  97. 3f4c09c by Caroline Tice · 15 years ago
  98. 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
  99. 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
  100. 9fed0d8 Added needed breakpoint functionality to the public API that includes: by Greg Clayton · 15 years ago