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

/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.trace/
H A Dwhile-dyn.exp50 proc test_while_stepping { while_stepping } {
67 "$while_stepping: Set tracepoint at gdb_c_test"
69 gdb_trace_setactions "5.12: define $while_stepping <stepcount>" \
72 "$while_stepping 5" "^$" \
82 "$while_stepping: run trace experiment"
86 gdb_tfind_test "$while_stepping: frame 5 should be the last one collected" "5" "5"
88 set test "$while_stepping: trace stopped after 5 stepping frames"
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.trace/
H A Dwhile-dyn.exp48 proc test_while_stepping { while_stepping } {
54 with_test_prefix "$while_stepping" {
66 gdb_trace_setactions "define $while_stepping <stepcount>" \
69 "$while_stepping 5" "^$" \
/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dgdbthread.h70 struct wstep_state *while_stepping; member in struct:thread_info
H A Dtracepoint.cc4340 wstep->next = tinfo->while_stepping;
4346 tinfo->while_stepping = wstep;
4365 while (tinfo->while_stepping)
4367 head = tinfo->while_stepping;
4368 tinfo->while_stepping = head->next;
4393 if (tinfo->while_stepping == NULL)
4407 wstep = tinfo->while_stepping;
4408 wstep_link = &tinfo->while_stepping;
H A Dlinux-low.cc4113 if (thread->while_stepping != NULL && lwp->stop_pc != get_pc (lwp))
4210 if (thread->while_stepping != NULL)
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dgdbthread.h79 struct wstep_state *while_stepping = nullptr; member in struct:thread_info
H A Dtracepoint.cc4308 wstep->next = tinfo->while_stepping;
4314 tinfo->while_stepping = wstep;
4333 while (tinfo->while_stepping)
4335 head = tinfo->while_stepping;
4336 tinfo->while_stepping = head->next;
4361 if (tinfo->while_stepping == NULL)
4375 wstep = tinfo->while_stepping;
4376 wstep_link = &tinfo->while_stepping;
H A Dlinux-low.cc3988 if (thread->while_stepping != NULL && lwp->stop_pc != get_pc (lwp))
4079 if (thread->while_stepping != NULL)
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dbreakpoint.c1090 struct command_line *while_stepping = 0;
1118 if (while_stepping)
1122 while_stepping = c;
1127 if (while_stepping)
1131 gdb_assert (while_stepping->body_list_1 == nullptr);
1132 c2 = while_stepping->body_list_0.get ();
1088 struct command_line *while_stepping = 0; local
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dbreakpoint.c1355 struct command_line *while_stepping = 0;
1384 if (while_stepping)
1388 while_stepping = c;
1393 if (while_stepping)
1397 gdb_assert (while_stepping->body_list_1 == nullptr);
1398 c2 = while_stepping->body_list_0.get ();
1353 struct command_line *while_stepping = 0; local

Completed in 290 milliseconds