aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectWatchpoint.h
AgeCommit message (Expand)AuthorFilesLines
2016-09-06*** This commit represents a complete reformatting of the LLDB source codeKate Stone1-7/+6
2015-09-02Fix Clang-tidy misc-use-override warnings in source/Commands headers, unify c...Pavel Labath1-4/+2
2013-07-02Use the "last created watchpoint" rather than asserting on watchpoint command...Jim Ingham1-1/+1
2012-06-19Chnage VerifyWatchpointIDs() from a static function to a class function to be...Johnny Chen1-0/+4
2012-06-08Make raw & parsed commands subclasses of CommandObject rather than having the...Jim Ingham1-279/+0
2012-02-08After discussions with Jim and Greg, modify the 'watchpoint set' command to b...Johnny Chen1-29/+43
2012-02-08Refine the 'watchpoint set' command to now require either the '-v' option (fo...Johnny Chen1-0/+31
2012-01-30Add "watch set" command as a more general interface in conjunction with "fram...Johnny Chen1-0/+26
2011-10-17Add a commnad to set a condition for a watchpoint. Example:Johnny Chen1-0/+52
2011-10-05Add capability to set ignore count for watchpoint on the command line:Johnny Chen1-0/+50
2011-09-22Add initial implementation of watchpoint commands for list, enable, disable, ...Johnny Chen1-0/+145