1. ceff664 Remove header grouping comments. by Jonas Devlieghere · 7 years ago
  2. 8f3be7a [FileSystem] Move path resolution logic out of FileSpec by Jonas Devlieghere · 7 years ago
  3. 117b1fa Don't type-erase the FunctionNameType or TypeClass enums. by Zachary Turner · 7 years ago
  4. 8fe53c49 Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer llvm::ArrayRef by Tatyana Krasnukha · 7 years ago
  5. 3815e70 Add a "scripted" breakpoint type to lldb. by Jim Ingham · 7 years ago
  6. 431b158 Support setting a breakpoint by FileSpec+Line+Column in the SBAPI. by Adrian Prantl · 7 years ago
  7. 16662f3 BreakpointIDList: Use llvm::ArrayRef instead of pointer+length pair by Pavel Labath · 7 years ago
  8. 4e8be2c Fix/unify the spelling of Objective-C. by Adrian Prantl · 7 years ago
  9. 0509724 Reflow paragraphs in comments. by Adrian Prantl · 7 years ago
  10. 47cbf4a Move Args::StringTo*** functions to a new OptionArgParser class by Pavel Labath · 7 years ago
  11. e9632eb Wire up the breakpoint name help string. by Jim Ingham · 8 years ago
  12. b842f2e Make breakpoint names real entities. by Jim Ingham · 8 years ago
  13. f08f5c9 Add an auto-continue flag to breakpoints & locations. by Jim Ingham · 8 years ago
  14. 97206d5 Rename Error -> Status. by Zachary Turner · 8 years ago
  15. 3eb2b44 Delete some more dead includes. by Zachary Turner · 9 years ago
  16. bf9a773 Move classes from Core -> Utility. by Zachary Turner · 9 years ago
  17. c156427 Don't allow direct access to StreamString's internal buffer. by Zachary Turner · 9 years ago
  18. fe11483 Make Options::SetOptionValue take a StringRef. by Zachary Turner · 9 years ago
  19. 771ef6d Fix Clang-tidy readability-redundant-string-cstr warnings by Malcolm Parsons · 9 years ago
  20. 11eb9c6 Convert various CommandInterpreter functions to StringRef. by Zachary Turner · 9 years ago
  21. 8cef4b0 Update OptionGroup::SetValue to take StringRef. by Zachary Turner · 9 years ago
  22. 2d3628e Add the ability to append breakpoints to the save file. by Jim Ingham · 9 years ago
  23. 3acdf38 Add the ability to deserialize only breakpoints matching a given name. by Jim Ingham · 9 years ago
  24. 7060243 Try to fix build errors on Android. by Zachary Turner · 9 years ago
  25. 1f0f5b5 Convert option tables to ArrayRefs. by Zachary Turner · 9 years ago
  26. 95eae42 Make lldb::Regex use StringRef. by Zachary Turner · 9 years ago
  27. ff9a91e Adds tests for breakpoint names, and a FindBreakpointsByName. by Jim Ingham · 9 years ago
  28. ecbb0bb Fix more functions in Args to use StringRef. by Zachary Turner · 9 years ago
  29. 6fa7681b Convert many functions to use StringRefs. by Zachary Turner · 9 years ago
  30. 01f1666 Add SB API's for writing breakpoints to & creating the from a file. by Jim Ingham · 9 years ago
  31. e14dc26 This is the main part of a change to add breakpoint save and restore to lldb. by Jim Ingham · 9 years ago
  32. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  33. ac9c3a6 Tables of command options in LLDB benefit from hand-formatting to make it by Kate Stone · 9 years ago
  34. e1cfbc7 Decoupled Options from CommandInterpreter. by Todd Fiala · 9 years ago
  35. 7428a18 LLDB help content has accumulated over time without a recent attempt to by Kate Stone · 9 years ago
  36. bb19a13 second pass over removal of Mutex and Condition by Saleem Abdulrasool · 9 years ago
  37. 76bb8d6 Add the ability to limit "source regexp" breakpoints to a particular function by Jim Ingham · 9 years ago
  38. 2411167 Add an "offset" option to "break set -n" and "break set -f -l". by Jim Ingham · 10 years ago
  39. 9e85e5a Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in source/Commands/CommandObjectBreakpoint.cpp; other minor fixes. by Eugene Zelenko · 10 years ago
  40. b4a5aa2 Revert 260436. I pretty consistently upper-case the letter I use for the by Jim Ingham · 10 years ago
  41. 909e2cd No reason for these two letters to be uppercase by Enrico Granata · 10 years ago
  42. cc3a459 Mention the --all-files option in the -p help string. by Jim Ingham · 10 years ago
  43. 055a08a Add the ability (through the SB API & command line) to specify an address by Jim Ingham · 10 years ago
  44. 0fcdac3 Make the language specifier to "break set" actually filter the names by their language. So for by Jim Ingham · 10 years ago
  45. 13d21e9 commands: Use override instead of virtual. by Bruce Mitchener · 10 years ago
  46. c8badb7 Remove one of the three spaces after a period in one of the breakpoint by Jason Molenda · 10 years ago
  47. 0e0984e Move things from the LanguageRuntime that obviously belong in the new Language plugin instead. by Jim Ingham · 10 years ago
  48. 4112ab9 Clean up wording in help for breakpoint --language option. by Dawn Perchik · 10 years ago
  49. 23b1dec Add support for specifying a language to use when parsing breakpoints. by Dawn Perchik · 10 years ago
  50. ea671fb Fixed line wrapping for the "long help" content in LLDB commands. Content is now dynamically wrapped for the column width of the current terminal. Lines that begin with whitespace will be indented identically on subsequent lines to maintain formatting. by Kate Stone · 10 years ago
  51. 1124045 Don't #include "lldb-python.h" from anywhere. by Zachary Turner · 10 years ago
  52. 055ad9b Add --move-to-nearest-code / target.move-to-nearest-code options (attempt 2) by Ilia K · 10 years ago
  53. a66c695 Reverting r237460 to fix test failures introduced on OSX & Linux by Vince Harron · 10 years ago
  54. d9f1a78 Add --move-to-nearest-code / target.move-to-nearest-code options by Ilia K · 10 years ago
  55. a72b31c This is some groundwork for filtering the language Exception by Jim Ingham · 10 years ago
  56. 162deb1 The last argument to CreateExceptionBreakpoint is "internal" not Hardware. by Jim Ingham · 10 years ago
  57. 41c5675 Clean up CommandObjectBreakpointNameList: remove duplicated 'protected' access modifier by Ilia K · 11 years ago
  58. 6312991 Report an error for line number values that don't convert to integers during argument by Jim Ingham · 11 years ago
  59. a78bd7f Don't #include FormatManager.h from Debugger.h by Zachary Turner · 11 years ago
  60. 32abc6e Reduce header footprint of Target.h by Zachary Turner · 11 years ago
  61. c95f7e2 Refactor OptionValue::SetValueFromCString to use llvm::StringRef by Pavel Labath · 11 years ago
  62. 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
  63. 2ba84a6 Add additional DWARF 5 language constants. by Bruce Mitchener · 11 years ago
  64. 5275aaa Moved Args::StringToXIntYZ to StringConvert::ToXIntYZ by Vince Harron · 11 years ago
  65. 4aeb198 Don't emit the "WARNING: no locations" message when breakpoints are set in by Jim Ingham · 11 years ago
  66. c9d1c27 Fix a format string warning by noting that StringIsBreakpointName by Eric Christopher · 11 years ago
  67. 5e09c8c Add the ability to tag one or more breakpoints with a name. These by Jim Ingham · 11 years ago
  68. 33df7cd Add the ability to set breakpoints with conditions, commands, etc, by Jim Ingham · 11 years ago
  69. 893c932 This is the first step of making lldb able to create target-specific things by Jim Ingham · 11 years ago
  70. d37221d Revert "Fix broken tests due to new error output." by Zachary Turner · 11 years ago
  71. 9734280 Fix broken tests due to new error output. by Todd Fiala · 11 years ago
  72. de963e9 Adds the notion of an OptionValidator. by Zachary Turner · 11 years ago
  73. 1d0089f Add enumerations for additional languages from DWARF spec updates. by Bruce Mitchener · 11 years ago
  74. 3985c8c sanitise sign comparisons by Saleem Abdulrasool · 11 years ago
  75. 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
  76. 99fbc07 Fix Windows build using portable types for formatting the log outputs by Deepak Panickal · 12 years ago
  77. b57e4a1 Roll back the changes I made in r193907 which created a new Frame by Jason Molenda · 12 years ago
  78. f23bf74 Add a new base class, Frame. It is a pure virtual function which by Jason Molenda · 12 years ago
  79. 779f921 Fix the format warnings. by Sylvestre Ledru · 12 years ago
  80. eb023e7 <rdar://problem/13635174> by Greg Clayton · 12 years ago
  81. e2607b5 Add OptionParser.h by Virgile Bello · 12 years ago
  82. e96ade8 Make the "SearchFilterByModuleListAndCU" work correctly for searches at the CompUnit by Jim Ingham · 12 years ago
  83. b2b256a Fix the help message for “one-shot”. by Jim Ingham · 12 years ago
  84. bb03b8f 1 breakpoint is a breakpoint not a breakpoints. by Jim Ingham · 12 years ago
  85. 551262d Fix a typo in help string. by Jim Ingham · 13 years ago
  86. 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
  87. bce7c77 Fixed a typo. by Sean Callanan · 13 years ago
  88. 168d469 Fix a reversed test for "for_expression" in creating C++ exception breakpoints. by Jim Ingham · 13 years ago
  89. b0fac50 Add a comment to break disable's help to make clearer the relationship between the by Jim Ingham · 13 years ago
  90. 6394479 One to many always's. by Jim Ingham · 13 years ago
  91. 289aca6 Make it clear that if you #include .c/.cpp/.m/.mm etc files, you will have to by Jim Ingham · 13 years ago
  92. b84a9db <rdar://problem/12552374> by Enrico Granata · 13 years ago
  93. c7bece56 <rdar://problem/13069948> by Greg Clayton · 13 years ago
  94. 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
  95. b9d5df5 <rdar://problem/12820334> by Greg Clayton · 13 years ago
  96. 93a6430 Fix Linux build warnings due to redefinition of macros: by Daniel Malea · 13 years ago
  97. 3bcdfc0 <rdar://problem/12798131> by Greg Clayton · 13 years ago
  98. ca36cd1 Add one-shot breakpoints (-o option to "break set") and a tbreak alias for our gdb friends. by Jim Ingham · 13 years ago
  99. 1391cc7 Change the new breakpoint creation output (primarily from "break set") to something more useful. by Jim Ingham · 13 years ago
  100. 1f74607 <rdar://problem/11757916> by Greg Clayton · 13 years ago