1. 60bd7a9 [lldb][NFC] Tablegenify watchpoint commands by Raphael Isemann · 6 years ago
  2. 5717986 [CommandObject] Use GetDebugger() helper method (NFC) by Jonas Devlieghere · 7 years ago
  3. 8b3af63 [NFC] Remove ASCII lines from comments by Jonas Devlieghere · 7 years ago
  4. 2946cd7 Update the file headers across all of the LLVM projects in the monorepo by Chandler Carruth · 7 years ago
  5. a6682a4 Simplify Boolean expressions by Jonas Devlieghere · 7 years ago
  6. ceff664 Remove header grouping comments. by Jonas Devlieghere · 7 years ago
  7. 8fe53c49 Replace "nullptr-terminated" C-arrays of OptionValueEnumeration with safer llvm::ArrayRef by Tatyana Krasnukha · 7 years ago
  8. 4d51a90 Get rid of the C-string parameter in DoExecute by Raphael Isemann · 7 years ago
  9. 3a0e127 Refactor parsing of option lists with a raw string suffix. by Raphael Isemann · 7 years ago
  10. 34cda14 Remove append parameter to FindGlobalVariables by Pavel Labath · 7 years ago
  11. 0509724 Reflow paragraphs in comments. by Adrian Prantl · 8 years ago
  12. 97206d5 Rename Error -> Status. by Zachary Turner · 8 years ago
  13. 3eb2b44 Delete some more dead includes. by Zachary Turner · 9 years ago
  14. bf9a773 Move classes from Core -> Utility. by Zachary Turner · 9 years ago
  15. 43d3541 Use Timeout<> in EvaluateExpressionOptions class by Pavel Labath · 9 years ago
  16. fe11483 Make Options::SetOptionValue take a StringRef. by Zachary Turner · 9 years ago
  17. 97d2c40 Convert some Args index-based iteration to range-style iteration. by Zachary Turner · 9 years ago
  18. a449698 Convert CommandObject constructors to StringRef. by Zachary Turner · 9 years ago
  19. 7060243 Try to fix build errors on Android. by Zachary Turner · 9 years ago
  20. 1f0f5b5 Convert option tables to ArrayRefs. by Zachary Turner · 9 years ago
  21. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  22. ac9c3a6 Tables of command options in LLDB benefit from hand-formatting to make it by Kate Stone · 9 years ago
  23. e1cfbc7 Decoupled Options from CommandInterpreter. by Todd Fiala · 9 years ago
  24. 7428a18 LLDB help content has accumulated over time without a recent attempt to by Kate Stone · 9 years ago
  25. bb19a13 second pass over removal of Mutex and Condition by Saleem Abdulrasool · 9 years ago
  26. 6944f0e Update watchpoint help to use new -s flag by Stephane Sezer · 10 years ago
  27. 3f18ea0 Fix Clang-tidy modernize-use-nullptr and modernize-use-default warnings in some files in source/Commands; other minor fixes. by Eugene Zelenko · 10 years ago
  28. 13d21e9 commands: Use override instead of virtual. by Bruce Mitchener · 10 years ago
  29. 4d31a48 Fix minor typos in comments. by Bruce Mitchener · 10 years ago
  30. 3ad353f Rename clang_type -> compiler_type for variables. by Bruce Mitchener · 10 years ago
  31. 99558cc4 Final bit of type system cleanup that abstracts declaration contexts into lldb_private::CompilerDeclContext and renames ClangType to CompilerType in many accessors and functions. by Greg Clayton · 10 years ago
  32. a1e5dc8 ClangASTType is now CompilerType. by Greg Clayton · 10 years ago
  33. 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
  34. 1124045 Don't #include "lldb-python.h" from anywhere. by Zachary Turner · 10 years ago
  35. e87764f Add support for custom commands to set flags on themselves by Enrico Granata · 10 years ago
  36. a78bd7f Don't #include FormatManager.h from Debugger.h by Zachary Turner · 11 years ago
  37. 00b7f95 Fix handling of backslashes in Args parsing by Pavel Labath · 11 years ago
  38. 5275aaa Moved Args::StringToXIntYZ to StringConvert::ToXIntYZ by Vince Harron · 11 years ago
  39. d37221d Revert "Fix broken tests due to new error output." by Zachary Turner · 11 years ago
  40. 9734280 Fix broken tests due to new error output. by Todd Fiala · 11 years ago
  41. de963e9 Adds the notion of an OptionValidator. by Zachary Turner · 11 years ago
  42. 8646d3c Rename eExecution*** to eExpression*** to be consistent with the result type. by Jim Ingham · 12 years ago
  43. 1624a2d Make the Expression Execution result enum available to the SB API layer. by Jim Ingham · 12 years ago
  44. a68f7b6 cleanup unreferenced functions by Saleem Abdulrasool · 12 years ago
  45. 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
  46. 99fbc07 Fix Windows build using portable types for formatting the log outputs by Deepak Panickal · 12 years ago
  47. 6fbc48b This patch does a couple of things. by Jim Ingham · 12 years ago
  48. 2a0e663f Spelling fix. by Sean Callanan · 12 years ago
  49. b57e4a1 Roll back the changes I made in r193907 which created a new Frame by Jason Molenda · 12 years ago
  50. f23bf74 Add a new base class, Frame. It is a pure virtual function which by Jason Molenda · 12 years ago
  51. 779f921 Fix the format warnings. by Sylvestre Ledru · 12 years ago
  52. e2607b5 Add OptionParser.h by Virgile Bello · 12 years ago
  53. 4d682d2 Fixed several problems with watchpoint expressions. by Sean Callanan · 12 years ago
  54. 57ee306 Huge change to clean up types. by Greg Clayton · 12 years ago
  55. b0b4513 Use the "last created watchpoint" rather than asserting on watchpoint commands passing no watchpoint ID. by Jim Ingham · 12 years ago
  56. c646231 We were getting an assert because somebody was making a watchpoint that was by Jim Ingham · 12 years ago
  57. 25d5941 <rdar://problem/13207948> by Greg Clayton · 13 years ago
  58. c7bece56 <rdar://problem/13069948> by Greg Clayton · 13 years ago
  59. 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
  60. 93a6430 Fix Linux build warnings due to redefinition of macros: by Daniel Malea · 13 years ago
  61. 3bcdfc0 <rdar://problem/12798131> by Greg Clayton · 13 years ago
  62. d01b295 Resolve printf formatting warnings on Linux: by Daniel Malea · 13 years ago
  63. a7dfb66 Watchpoints remember the type of the expression or variable they were set with, and use by Jim Ingham · 13 years ago
  64. 35e1bda Add the ability to set timeout & "run all threads" options both from the "expr" command and from by Jim Ingham · 13 years ago
  65. 903259f Extended the "watchpoint set variable" code to support watchpoints on globals. by Sean Callanan · 13 years ago
  66. bc6e85c Change the NULL to a 0 since we need a uint32_t by Filipe Cabecinhas · 13 years ago
  67. d4439aa Implementing an Options class for EvaluateExpression() in order to make the signature more compact and make it easy to 'just run an expression' by Enrico Granata · 13 years ago
  68. 209bd65 rdar://problem/12007576 by Johnny Chen · 13 years ago
  69. e9a5627 rdar://problem/11457143 [ER] need "watchpoint command ..." by Johnny Chen · 13 years ago
  70. 23f5950 Ran the static analyzer on the codebase and found a few things. by Greg Clayton · 13 years ago
  71. 3372f58 <rdar://problem/11672978> Fixing an issue where an ObjC object might come out without a description because the expression used to obtain it would timeout before running to completion by Enrico Granata · 13 years ago
  72. 685c88c <rdar://problem/11870357> by Greg Clayton · 13 years ago
  73. cbeddfe Make 'watchpoint set' default to write instead of read_write. by Johnny Chen · 13 years ago
  74. 1773a89 Chnage VerifyWatchpointIDs() from a static function to a class function to be called from other source files. by Johnny Chen · 13 years ago
  75. 5a98841 Make raw & parsed commands subclasses of CommandObject rather than having the raw version implement an by Jim Ingham · 13 years ago
  76. 3f476c4 rdar://problem/11597911 by Johnny Chen · 13 years ago
  77. b90827e rdar://problem/11584012 by Johnny Chen · 13 years ago
  78. 3cb41e8 Give more explicit error messages when watchpoint creation command (watchpoint set) fails, by Johnny Chen · 13 years ago
  79. 6463720 Add the capability to display the number of supported hardware watchpoints to the "watchpoint list" command. by Johnny Chen · 13 years ago
  80. bd5bb6f Clarify "watchpoint set" help text. by Johnny Chen · 14 years ago
  81. acdde19 Add error handling for missing option terminator "--" and a test scenario for it. by Johnny Chen · 14 years ago
  82. 2ffa754 After discussions with Jim and Greg, modify the 'watchpoint set' command to become a mutiword command by Johnny Chen · 14 years ago
  83. 97cdf36 Update comment. by Johnny Chen · 14 years ago
  84. 34ddc8d Refine the 'watchpoint set' command to now require either the '-v' option (for watching of a variable) or by Johnny Chen · 14 years ago
  85. 3926837 Trivial indentation change. by Johnny Chen · 14 years ago
  86. dedb67a Add "watch set" command as a more general interface in conjunction with "frame var -w". by Johnny Chen · 14 years ago
  87. 86edbf4 Cleaned up many error codes. For any who is filling in error strings into by Greg Clayton · 14 years ago
  88. 16dcf71 Add a commnad to set a condition for a watchpoint. Example: by Johnny Chen · 14 years ago
  89. 01a6786 SBValue::Watch() and SBValue::WatchPointee() are now the official API for creating by Johnny Chen · 14 years ago
  90. 6cc60e8 Add capability to set ignore count for watchpoint on the command line: by Johnny Chen · 14 years ago
  91. de75346 Watchpoint IDs and ID Ranges are not quite the same as Breakpoint IDs and ID Ranges. by Johnny Chen · 14 years ago
  92. f04ee93 Add initial implementation of watchpoint commands for list, enable, disable, and delete. by Johnny Chen · 14 years ago