summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectWatchpoint.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add error handling for missing option terminator "--" and a test scenario for...Johnny Chen2012-02-091-6/+15
* After discussions with Jim and Greg, modify the 'watchpoint set' command to b...Johnny Chen2012-02-081-139/+224
* Update comment.Johnny Chen2012-02-081-1/+2
* Refine the 'watchpoint set' command to now require either the '-v' option (fo...Johnny Chen2012-02-081-43/+108
* Trivial indentation change.Johnny Chen2012-01-301-1/+2
* Add "watch set" command as a more general interface in conjunction with "fram...Johnny Chen2012-01-301-1/+207
* Cleaned up many error codes. For any who is filling in error strings intoGreg Clayton2011-10-261-4/+4
* Add a commnad to set a condition for a watchpoint. Example:Johnny Chen2011-10-171-0/+151
* SBValue::Watch() and SBValue::WatchPointee() are now the official API for cre...Johnny Chen2011-10-141-27/+27
* Add capability to set ignore count for watchpoint on the command line:Johnny Chen2011-10-051-0/+138
* Watchpoint IDs and ID Ranges are not quite the same as Breakpoint IDs and ID ...Johnny Chen2011-09-221-4/+4
* Add initial implementation of watchpoint commands for list, enable, disable, ...Johnny Chen2011-09-221-0/+557
OpenPOWER on IntegriCloud