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