summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectWatchpoint.h
Commit message (Expand)AuthorAgeFilesLines
* Fix Clang-tidy misc-use-override warnings in source/Commands headers, unify c...Pavel Labath2015-09-021-4/+2
* Use the "last created watchpoint" rather than asserting on watchpoint command...Jim Ingham2013-07-021-1/+1
* Chnage VerifyWatchpointIDs() from a static function to a class function to be...Johnny Chen2012-06-191-0/+4
* Make raw & parsed commands subclasses of CommandObject rather than having the...Jim Ingham2012-06-081-279/+0
* After discussions with Jim and Greg, modify the 'watchpoint set' command to b...Johnny Chen2012-02-081-29/+43
* Refine the 'watchpoint set' command to now require either the '-v' option (fo...Johnny Chen2012-02-081-0/+31
* Add "watch set" command as a more general interface in conjunction with "fram...Johnny Chen2012-01-301-0/+26
* Add a commnad to set a condition for a watchpoint. Example:Johnny Chen2011-10-171-0/+52
* Add capability to set ignore count for watchpoint on the command line:Johnny Chen2011-10-051-0/+50
* Add initial implementation of watchpoint commands for list, enable, disable, ...Johnny Chen2011-09-221-0/+145
OpenPOWER on IntegriCloud