Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gdb/dist/gdbserver/
H A Dmem-break.h182 int has_single_step_breakpoints (struct thread_info *thread);
H A Dlinux-low.cc595 gdb_assert (has_single_step_breakpoints (event_thr)); in handle_extended_wait()
596 gdb_assert (!has_single_step_breakpoints (child_thr)); in handle_extended_wait()
656 gdb_assert (has_single_step_breakpoints (event_thr)); in handle_extended_wait()
2466 gdb_assert (has_single_step_breakpoints (thread)); in maybe_hw_step()
3443 && has_single_step_breakpoints (current_thread)) in wait_1()
3499 = has_single_step_breakpoints (current_thread); in wait_1()
3507 if (has_single_step_breakpoints (thread)) in wait_1()
3526 gdb_assert (has_single_step_breakpoints (current_thread)); in wait_1()
3532 if (has_single_step_breakpoints (thread)) in wait_1()
4666 gdb_assert (has_single_step_breakpoints (current_thread)); in finish_step_over()
[all …]
H A Dmem-break.cc1661 has_single_step_breakpoints (struct thread_info *thread) in has_single_step_breakpoints() function
/netbsd/external/gpl3/gdb.old/dist/gdbserver/
H A Dmem-break.h182 int has_single_step_breakpoints (struct thread_info *thread);
H A Dlinux-low.cc595 gdb_assert (has_single_step_breakpoints (event_thr)); in handle_extended_wait()
596 gdb_assert (!has_single_step_breakpoints (child_thr)); in handle_extended_wait()
656 gdb_assert (has_single_step_breakpoints (event_thr)); in handle_extended_wait()
2466 gdb_assert (has_single_step_breakpoints (thread)); in maybe_hw_step()
3443 && has_single_step_breakpoints (current_thread)) in wait_1()
3499 = has_single_step_breakpoints (current_thread); in wait_1()
3507 if (has_single_step_breakpoints (thread)) in wait_1()
3526 gdb_assert (has_single_step_breakpoints (current_thread)); in wait_1()
3532 if (has_single_step_breakpoints (thread)) in wait_1()
4666 gdb_assert (has_single_step_breakpoints (current_thread)); in finish_step_over()
[all …]
H A Dmem-break.cc1661 has_single_step_breakpoints (struct thread_info *thread) in has_single_step_breakpoints() function