1. 0b5a40c Extended the "watchpoint set variable" code to support watchpoints on globals. by Sean Callanan · 12 years ago
  2. 560c514 Change the NULL to a 0 since we need a uint32_t by Filipe Cabecinhas · 12 years ago
  3. d27026e 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 · 12 years ago
  4. 9e98559 rdar://problem/12007576 by Johnny Chen · 12 years ago
  5. f3ec461 rdar://problem/11457143 [ER] need "watchpoint command ..." by Johnny Chen · 12 years ago
  6. 4a379b1 Ran the static analyzer on the codebase and found a few things. by Greg Clayton · 12 years ago
  7. 6cca969 <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 · 12 years ago
  8. b3a1a2b <rdar://problem/11870357> by Greg Clayton · 12 years ago
  9. 26a24b7 Make 'watchpoint set' default to write instead of read_write. by Johnny Chen · 12 years ago
  10. 1032089 Chnage VerifyWatchpointIDs() from a static function to a class function to be called from other source files. by Johnny Chen · 12 years ago
  11. da26bd2 Make raw & parsed commands subclasses of CommandObject rather than having the raw version implement an by Jim Ingham · 12 years ago
  12. e4b5ec0 rdar://problem/11597911 by Johnny Chen · 12 years ago
  13. 3f88349 rdar://problem/11584012 by Johnny Chen · 12 years ago
  14. 1e0e73a Give more explicit error messages when watchpoint creation command (watchpoint set) fails, by Johnny Chen · 12 years ago
  15. 7cbdcfb Add the capability to display the number of supported hardware watchpoints to the "watchpoint list" command. by Johnny Chen · 12 years ago
  16. 5564b58 Clarify "watchpoint set" help text. by Johnny Chen · 12 years ago
  17. 8c1af79 Add error handling for missing option terminator "--" and a test scenario for it. by Johnny Chen · 12 years ago
  18. 42404d2 After discussions with Jim and Greg, modify the 'watchpoint set' command to become a mutiword command by Johnny Chen · 12 years ago
  19. 73ac3b5 Update comment. by Johnny Chen · 12 years ago
  20. 6183fcc Refine the 'watchpoint set' command to now require either the '-v' option (for watching of a variable) or by Johnny Chen · 12 years ago
  21. bc2bb1e Trivial indentation change. by Johnny Chen · 12 years ago
  22. 55a2d5a Add "watch set" command as a more general interface in conjunction with "frame var -w". by Johnny Chen · 12 years ago
  23. 9c23673 Cleaned up many error codes. For any who is filling in error strings into by Greg Clayton · 13 years ago
  24. 712a628 Add a commnad to set a condition for a watchpoint. Example: by Johnny Chen · 13 years ago
  25. ecd4feb SBValue::Watch() and SBValue::WatchPointee() are now the official API for creating by Johnny Chen · 13 years ago
  26. e14cf4e Add capability to set ignore count for watchpoint on the command line: by Johnny Chen · 13 years ago
  27. cacedfb Watchpoint IDs and ID Ranges are not quite the same as Breakpoint IDs and ID Ranges. by Johnny Chen · 13 years ago
  28. 01acfa7 Add initial implementation of watchpoint commands for list, enable, disable, and delete. by Johnny Chen · 13 years ago