Lines Matching refs:watchpoint
1156 let Command = "watchpoint list" in {
1158 "brief description of the watchpoint (no location info).">;
1160 "description of the watchpoint and its locations.">;
1162 "everything we know about the watchpoint (for debugging debugger bugs).">;
1165 let Command = "watchpoint ignore" in {
1167 Arg<"Count">, Required, Desc<"Set the number of times this watchpoint is"
1171 let Command = "watchpoint modify" in {
1173 Desc<"The watchpoint stops only if this condition expression evaluates "
1177 let Command = "watchpoint command add" in {
1179 Arg<"OneLiner">, Desc<"Specify a one-line watchpoint command inline. Be "
1182 Arg<"Boolean">, Desc<"Specify whether watchpoint command execution should "
1190 "to run as command for this watchpoint. Be sure to give a module name if "
1194 let Command = "watchpoint delete" in {