1. 738af7a Add the ability to pass extra args to a Python breakpoint callback. by Jim Ingham · 6 years ago
  2. f6a2086 [lldb] Fix -Wreorder-ctor in r373673 by Sam McCall · 6 years ago
  3. 943a248 Break out the Python class & key/value options into a separate OptionGroup. by Jim Ingham · 6 years ago
  4. 0d9a201 [lldb][NFC] Remove ArgEntry::ref member by Raphael Isemann · 6 years ago
  5. 5aa1d81 Code cleanup: Change FormattersContainer::KeyType from SP to rvalue by Jan Kratochvil · 6 years ago
  6. cb2380c [lldb][NFC] Remove dead code that handles situations where LLDB has no dummy target by Raphael Isemann · 6 years ago
  7. 3616201 [lldb][NFC] Remove dead code that is supposed to handle invalid command options by Raphael Isemann · 6 years ago
  8. 3af3f1e [Utility] Reimplement RegularExpression on top of llvm::Regex by Jonas Devlieghere · 6 years ago
  9. a8f3ae7 [LLDB] Migrate llvm::make_unique to std::make_unique by Jonas Devlieghere · 6 years ago
  10. bd68a05 [lldb] Also include the array definition in CommandOptions.inc by Raphael Isemann · 6 years ago
  11. f94668e [lldb][NFC] Tablegenify breakpoint by Raphael Isemann · 6 years ago
  12. c5a2d74 [lldb] Rename Options.inc to CommandOptions.inc [NFC] by Raphael Isemann · 6 years ago
  13. 6f4fb4e [lldb] Let table gen create command option initializers. by Raphael Isemann · 6 years ago
  14. efe8e7e typedef enum -> enum by Fangrui Song · 6 years ago
  15. 5717986 [CommandObject] Use GetDebugger() helper method (NFC) by Jonas Devlieghere · 6 years ago
  16. 8b3af63 [NFC] Remove ASCII lines from comments by Jonas Devlieghere · 6 years ago
  17. 796ac80 Use std::make_shared in LLDB (NFC) by Jonas Devlieghere · 7 years ago
  18. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  19. ceff664 Remove header grouping comments. by Jonas Devlieghere · 7 years ago
  20. 8f3be7a [FileSystem] Move path resolution logic out of FileSpec by Jonas Devlieghere · 7 years ago
  21. 117b1fa Don't type-erase the FunctionNameType or TypeClass enums. by Zachary Turner · 7 years ago
  22. 8fe53c49 Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer llvm::ArrayRef by Tatyana Krasnukha · 7 years ago
  23. 3815e70 Add a "scripted" breakpoint type to lldb. by Jim Ingham · 7 years ago
  24. 431b158 Support setting a breakpoint by FileSpec+Line+Column in the SBAPI. by Adrian Prantl · 7 years ago
  25. 16662f3 BreakpointIDList: Use llvm::ArrayRef instead of pointer+length pair by Pavel Labath · 7 years ago
  26. 4e8be2c Fix/unify the spelling of Objective-C. by Adrian Prantl · 7 years ago
  27. 0509724 Reflow paragraphs in comments. by Adrian Prantl · 7 years ago
  28. 47cbf4a Move Args::StringTo*** functions to a new OptionArgParser class by Pavel Labath · 7 years ago
  29. e9632eb Wire up the breakpoint name help string. by Jim Ingham · 8 years ago
  30. b842f2e Make breakpoint names real entities. by Jim Ingham · 8 years ago
  31. f08f5c9 Add an auto-continue flag to breakpoints & locations. by Jim Ingham · 8 years ago
  32. 97206d5 Rename Error -> Status. by Zachary Turner · 8 years ago
  33. 3eb2b44 Delete some more dead includes. by Zachary Turner · 9 years ago
  34. bf9a773 Move classes from Core -> Utility. by Zachary Turner · 9 years ago
  35. c156427 Don't allow direct access to StreamString's internal buffer. by Zachary Turner · 9 years ago
  36. fe11483 Make Options::SetOptionValue take a StringRef. by Zachary Turner · 9 years ago
  37. 771ef6d Fix Clang-tidy readability-redundant-string-cstr warnings by Malcolm Parsons · 9 years ago
  38. 11eb9c6 Convert various CommandInterpreter functions to StringRef. by Zachary Turner · 9 years ago
  39. 8cef4b0 Update OptionGroup::SetValue to take StringRef. by Zachary Turner · 9 years ago
  40. 2d3628e Add the ability to append breakpoints to the save file. by Jim Ingham · 9 years ago
  41. 3acdf38 Add the ability to deserialize only breakpoints matching a given name. by Jim Ingham · 9 years ago
  42. 7060243 Try to fix build errors on Android. by Zachary Turner · 9 years ago
  43. 1f0f5b5 Convert option tables to ArrayRefs. by Zachary Turner · 9 years ago
  44. 95eae42 Make lldb::Regex use StringRef. by Zachary Turner · 9 years ago
  45. ff9a91e Adds tests for breakpoint names, and a FindBreakpointsByName. by Jim Ingham · 9 years ago
  46. ecbb0bb Fix more functions in Args to use StringRef. by Zachary Turner · 9 years ago
  47. 6fa7681b Convert many functions to use StringRefs. by Zachary Turner · 9 years ago
  48. 01f1666 Add SB API's for writing breakpoints to & creating the from a file. by Jim Ingham · 9 years ago
  49. e14dc26 This is the main part of a change to add breakpoint save and restore to lldb. by Jim Ingham · 9 years ago
  50. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  51. ac9c3a6 Tables of command options in LLDB benefit from hand-formatting to make it by Kate Stone · 9 years ago
  52. e1cfbc7 Decoupled Options from CommandInterpreter. by Todd Fiala · 9 years ago
  53. 7428a18 LLDB help content has accumulated over time without a recent attempt to by Kate Stone · 9 years ago
  54. bb19a13 second pass over removal of Mutex and Condition by Saleem Abdulrasool · 9 years ago
  55. 76bb8d6 Add the ability to limit "source regexp" breakpoints to a particular function by Jim Ingham · 9 years ago
  56. 2411167 Add an "offset" option to "break set -n" and "break set -f -l". by Jim Ingham · 10 years ago
  57. 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
  58. b4a5aa2 Revert 260436. I pretty consistently upper-case the letter I use for the by Jim Ingham · 10 years ago
  59. 909e2cd No reason for these two letters to be uppercase by Enrico Granata · 10 years ago
  60. cc3a459 Mention the --all-files option in the -p help string. by Jim Ingham · 10 years ago
  61. 055a08a Add the ability (through the SB API & command line) to specify an address by Jim Ingham · 10 years ago
  62. 0fcdac3 Make the language specifier to "break set" actually filter the names by their language. So for by Jim Ingham · 10 years ago
  63. 13d21e9 commands: Use override instead of virtual. by Bruce Mitchener · 10 years ago
  64. c8badb7 Remove one of the three spaces after a period in one of the breakpoint by Jason Molenda · 10 years ago
  65. 0e0984e Move things from the LanguageRuntime that obviously belong in the new Language plugin instead. by Jim Ingham · 10 years ago
  66. 4112ab9 Clean up wording in help for breakpoint --language option. by Dawn Perchik · 10 years ago
  67. 23b1dec Add support for specifying a language to use when parsing breakpoints. by Dawn Perchik · 10 years ago
  68. 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
  69. 1124045 Don't #include "lldb-python.h" from anywhere. by Zachary Turner · 10 years ago
  70. 055ad9b Add --move-to-nearest-code / target.move-to-nearest-code options (attempt 2) by Ilia K · 10 years ago
  71. a66c695 Reverting r237460 to fix test failures introduced on OSX & Linux by Vince Harron · 10 years ago
  72. d9f1a78 Add --move-to-nearest-code / target.move-to-nearest-code options by Ilia K · 10 years ago
  73. a72b31c This is some groundwork for filtering the language Exception by Jim Ingham · 10 years ago
  74. 162deb1 The last argument to CreateExceptionBreakpoint is "internal" not Hardware. by Jim Ingham · 10 years ago
  75. 41c5675 Clean up CommandObjectBreakpointNameList: remove duplicated 'protected' access modifier by Ilia K · 11 years ago
  76. 6312991 Report an error for line number values that don't convert to integers during argument by Jim Ingham · 11 years ago
  77. a78bd7f Don't #include FormatManager.h from Debugger.h by Zachary Turner · 11 years ago
  78. 32abc6e Reduce header footprint of Target.h by Zachary Turner · 11 years ago
  79. c95f7e2 Refactor OptionValue::SetValueFromCString to use llvm::StringRef by Pavel Labath · 11 years ago
  80. 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
  81. 2ba84a6 Add additional DWARF 5 language constants. by Bruce Mitchener · 11 years ago
  82. 5275aaa Moved Args::StringToXIntYZ to StringConvert::ToXIntYZ by Vince Harron · 11 years ago
  83. 4aeb198 Don't emit the "WARNING: no locations" message when breakpoints are set in by Jim Ingham · 11 years ago
  84. c9d1c27 Fix a format string warning by noting that StringIsBreakpointName by Eric Christopher · 11 years ago
  85. 5e09c8c Add the ability to tag one or more breakpoints with a name. These by Jim Ingham · 11 years ago
  86. 33df7cd Add the ability to set breakpoints with conditions, commands, etc, by Jim Ingham · 11 years ago
  87. 893c932 This is the first step of making lldb able to create target-specific things by Jim Ingham · 11 years ago
  88. d37221d Revert "Fix broken tests due to new error output." by Zachary Turner · 11 years ago
  89. 9734280 Fix broken tests due to new error output. by Todd Fiala · 11 years ago
  90. de963e9 Adds the notion of an OptionValidator. by Zachary Turner · 11 years ago
  91. 1d0089f Add enumerations for additional languages from DWARF spec updates. by Bruce Mitchener · 11 years ago
  92. 3985c8c sanitise sign comparisons by Saleem Abdulrasool · 11 years ago
  93. 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
  94. 99fbc07 Fix Windows build using portable types for formatting the log outputs by Deepak Panickal · 12 years ago
  95. b57e4a1 Roll back the changes I made in r193907 which created a new Frame by Jason Molenda · 12 years ago
  96. f23bf74 Add a new base class, Frame. It is a pure virtual function which by Jason Molenda · 12 years ago
  97. 779f921 Fix the format warnings. by Sylvestre Ledru · 12 years ago
  98. eb023e7 <rdar://problem/13635174> by Greg Clayton · 12 years ago
  99. e2607b5 Add OptionParser.h by Virgile Bello · 12 years ago
  100. e96ade8 Make the "SearchFilterByModuleListAndCU" work correctly for searches at the CompUnit by Jim Ingham · 12 years ago