1. ceff664 Remove header grouping comments. by Jonas Devlieghere · 7 years ago
  2. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  3. 1fb7e20 Fix Clang-tidy misc-use-override warnings in source/Commands headers, unify closing inclusion guards by Pavel Labath · 10 years ago
  4. b0b4513 Use the "last created watchpoint" rather than asserting on watchpoint commands passing no watchpoint ID. by Jim Ingham · 12 years ago
  5. 1773a89 Chnage VerifyWatchpointIDs() from a static function to a class function to be called from other source files. by Johnny Chen · 13 years ago
  6. 5a98841 Make raw & parsed commands subclasses of CommandObject rather than having the raw version implement an by Jim Ingham · 13 years ago
  7. 2ffa754 After discussions with Jim and Greg, modify the 'watchpoint set' command to become a mutiword command by Johnny Chen · 14 years ago
  8. 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
  9. dedb67a Add "watch set" command as a more general interface in conjunction with "frame var -w". by Johnny Chen · 14 years ago
  10. 16dcf71 Add a commnad to set a condition for a watchpoint. Example: by Johnny Chen · 14 years ago
  11. 6cc60e8 Add capability to set ignore count for watchpoint on the command line: by Johnny Chen · 14 years ago
  12. f04ee93 Add initial implementation of watchpoint commands for list, enable, disable, and delete. by Johnny Chen · 14 years ago