Home
last modified time | relevance | path

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

/netbsd/external/gpl3/gdb/dist/gdb/
H A Dlinux-nat.c2362 check_stopped_by_watchpoint (struct lwp_info *lp) in check_stopped_by_watchpoint() function
2632 if (!check_stopped_by_watchpoint (lp)) in save_stop_reason()
2648 if (!check_stopped_by_watchpoint (lp)) in save_stop_reason()
2661 check_stopped_by_watchpoint (lp); in save_stop_reason()
2679 check_stopped_by_watchpoint (lp); in save_stop_reason()
H A DChangeLog-201512048 * linux-nat.c (linux_resume_one_lwp, check_stopped_by_watchpoint)
14254 (check_stopped_by_watchpoint): New function.
H A DChangeLog-201811724 (check_stopped_by_watchpoint): Adjust.
H A DChangeLog-20179791 (check_stopped_by_watchpoint): Use scoped_restore.
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Dlinux-nat.c2362 check_stopped_by_watchpoint (struct lwp_info *lp) in check_stopped_by_watchpoint() function
2632 if (!check_stopped_by_watchpoint (lp)) in save_stop_reason()
2648 if (!check_stopped_by_watchpoint (lp)) in save_stop_reason()
2661 check_stopped_by_watchpoint (lp); in save_stop_reason()
2679 check_stopped_by_watchpoint (lp); in save_stop_reason()
H A DChangeLog-201512048 * linux-nat.c (linux_resume_one_lwp, check_stopped_by_watchpoint)
14254 (check_stopped_by_watchpoint): New function.
H A DChangeLog-201811724 (check_stopped_by_watchpoint): Adjust.
H A DChangeLog-20179791 (check_stopped_by_watchpoint): Use scoped_restore.
/netbsd/external/gpl3/gdb/dist/gdbserver/
H A Dlinux-low.h533 bool check_stopped_by_watchpoint (lwp_info *child);
H A Dlinux-low.cc801 if (!check_stopped_by_watchpoint (lwp)) in save_stop_reason()
817 if (!check_stopped_by_watchpoint (lwp)) in save_stop_reason()
827 if (!check_stopped_by_watchpoint (lwp)) in save_stop_reason()
845 check_stopped_by_watchpoint (lwp); in save_stop_reason()
2194 linux_process_target::check_stopped_by_watchpoint (lwp_info *child) in check_stopped_by_watchpoint() function in linux_process_target
H A DChangeLog1084 (class linux_process_target) <check_stopped_by_watchpoint>
1087 * linux-low.cc (check_stopped_by_watchpoint): Turn into...
1088 (linux_process_target::check_stopped_by_watchpoint): ...this.
8841 check_stopped_by_breakpoint and check_stopped_by_watchpoint.
11507 (thread_still_has_status_pending_p, check_stopped_by_watchpoint)
11812 (check_stopped_by_watchpoint): New function, factored out from
/netbsd/external/gpl3/gdb.old/dist/gdbserver/
H A Dlinux-low.h533 bool check_stopped_by_watchpoint (lwp_info *child);
H A Dlinux-low.cc801 if (!check_stopped_by_watchpoint (lwp)) in save_stop_reason()
817 if (!check_stopped_by_watchpoint (lwp)) in save_stop_reason()
827 if (!check_stopped_by_watchpoint (lwp)) in save_stop_reason()
845 check_stopped_by_watchpoint (lwp); in save_stop_reason()
2194 linux_process_target::check_stopped_by_watchpoint (lwp_info *child) in check_stopped_by_watchpoint() function in linux_process_target
H A DChangeLog1084 (class linux_process_target) <check_stopped_by_watchpoint>
1087 * linux-low.cc (check_stopped_by_watchpoint): Turn into...
1088 (linux_process_target::check_stopped_by_watchpoint): ...this.
8841 check_stopped_by_breakpoint and check_stopped_by_watchpoint.
11507 (thread_still_has_status_pending_p, check_stopped_by_watchpoint)
11812 (check_stopped_by_watchpoint): New function, factored out from