Home
last modified time | relevance | path

Searched refs:while_stepping (Results 1 – 1 of 1) sorted by relevance

/dragonfly/contrib/gdb-7/gdb/
H A Dbreakpoint.c1133 struct command_line *while_stepping = 0; in validate_commands_for_breakpoint() local
1161 if (while_stepping) in validate_commands_for_breakpoint()
1165 while_stepping = c; in validate_commands_for_breakpoint()
1170 if (while_stepping) in validate_commands_for_breakpoint()
1174 gdb_assert (while_stepping->body_count == 1); in validate_commands_for_breakpoint()
1175 c2 = while_stepping->body_list[0]; in validate_commands_for_breakpoint()