Searched refs:stopped_by_watchpoint (Results 1 - 25 of 52) sorted by relevance

123

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dx86-linux-nat.h51 bool stopped_by_watchpoint () override
52 { return linux_nat_target::stopped_by_watchpoint (); }
58 { return x86_nat_target::stopped_by_watchpoint (); }
H A Dx86-nat.h99 bool stopped_by_watchpoint () override
H A Dravenscar-thread.c102 bool stopped_by_watchpoint () override;
601 ravenscar_thread_target::stopped_by_watchpoint () function in class:ravenscar_thread_target
605 return beneath ()->stopped_by_watchpoint ();
H A Dlinux-nat.h73 bool stopped_by_watchpoint () override;
H A Daarch64-linux-nat.c75 bool stopped_by_watchpoint () override;
925 /* Implement the "stopped_by_watchpoint" target_ops method. */
928 aarch64_linux_nat_target::stopped_by_watchpoint ()
926 aarch64_linux_nat_target::stopped_by_watchpoint () function in class:aarch64_linux_nat_target
H A Dia64-linux-nat.c68 ia64_linux_nat_target::stopped_by_watchpoint when the code there
75 bool stopped_by_watchpoint () override;
717 ia64_linux_nat_target::stopped_by_watchpoint () function in class:ia64_linux_nat_target
H A Dmips-linux-nat.c62 bool stopped_by_watchpoint () override;
578 mips_linux_nat_target::stopped_by_watchpoint () function in class:mips_linux_nat_target
H A Drecord-full.c229 bool stopped_by_watchpoint () override;
1487 record_full_base_target::stopped_by_watchpoint () function in class:record_full_base_target
1492 return beneath ()->stopped_by_watchpoint ();
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dx86-linux-nat.h48 bool stopped_by_watchpoint () override
49 { return linux_nat_target::stopped_by_watchpoint (); }
55 { return x86_nat_target::stopped_by_watchpoint (); }
H A Dx86-nat.h104 bool stopped_by_watchpoint () override
H A Daarch64-fbsd-nat.c60 bool stopped_by_watchpoint () override;
159 /* Implement the "stopped_by_watchpoint" target_ops method. */
162 aarch64_fbsd_nat_target::stopped_by_watchpoint () function in class:aarch64_fbsd_nat_target
186 return !stopped_by_watchpoint();
H A Dlinux-nat.h73 bool stopped_by_watchpoint () override;
H A Dravenscar-thread.c102 bool stopped_by_watchpoint () override;
813 ravenscar_thread_target::stopped_by_watchpoint () function in class:ravenscar_thread_target
817 return beneath ()->stopped_by_watchpoint ();
H A Dmips-linux-nat.c62 bool stopped_by_watchpoint () override;
579 mips_linux_nat_target::stopped_by_watchpoint () function in class:mips_linux_nat_target
H A Dia64-linux-nat.c68 ia64_linux_nat_target::stopped_by_watchpoint when the code there
75 bool stopped_by_watchpoint () override;
715 ia64_linux_nat_target::stopped_by_watchpoint () function in class:ia64_linux_nat_target
H A Daarch64-linux-nat.c74 bool stopped_by_watchpoint () override;
863 /* Implement the "stopped_by_watchpoint" target_ops method. */
866 aarch64_linux_nat_target::stopped_by_watchpoint ()
864 aarch64_linux_nat_target::stopped_by_watchpoint () function in class:aarch64_linux_nat_target
H A Drecord-full.c228 bool stopped_by_watchpoint () override;
1471 record_full_base_target::stopped_by_watchpoint () function in class:record_full_base_target
1476 return beneath ()->stopped_by_watchpoint ();
/netbsd-current/external/gpl3/gdb.old/dist/gdbserver/
H A Dwin32-low.h89 int (*stopped_by_watchpoint) (void); member in struct:win32_target_ops
143 bool stopped_by_watchpoint () override;
H A Dtarget.h233 virtual bool stopped_by_watchpoint ();
H A Dwin32-low.cc315 win32_process_target::stopped_by_watchpoint () function in class:win32_process_target
317 if (the_low_target.stopped_by_watchpoint != NULL)
318 return the_low_target.stopped_by_watchpoint ();
H A Dlinux-low.h201 bool stopped_by_watchpoint () override;
H A Dtarget.cc449 process_stratum_target::stopped_by_watchpoint () function in class:process_stratum_target
/netbsd-current/external/gpl3/gdb/dist/gdbserver/
H A Dwin32-low.h84 int (*stopped_by_watchpoint) (void); member in struct:win32_target_ops
138 bool stopped_by_watchpoint () override;
H A Dwin32-low.cc249 win32_process_target::stopped_by_watchpoint () function in class:win32_process_target
251 if (the_low_target.stopped_by_watchpoint != NULL)
252 return the_low_target.stopped_by_watchpoint ();
H A Dtarget.cc406 process_stratum_target::stopped_by_watchpoint () function in class:process_stratum_target

Completed in 190 milliseconds

123