Home
last modified time | relevance | path

Searched refs:stopped_by_watchpoint (Results 1 – 25 of 64) sorted by relevance

123

/netbsd/external/gpl3/gdb/dist/gdb/
H A Dx86-linux-nat.h51 bool stopped_by_watchpoint () override in stopped_by_watchpoint() function
52 { return linux_nat_target::stopped_by_watchpoint (); } in stopped_by_watchpoint()
58 { return x86_nat_target::stopped_by_watchpoint (); } in low_stopped_by_watchpoint()
H A Dravenscar-thread.c102 bool stopped_by_watchpoint () override;
601 ravenscar_thread_target::stopped_by_watchpoint () in stopped_by_watchpoint() function
605 return beneath ()->stopped_by_watchpoint (); in stopped_by_watchpoint()
H A Dx86-nat.h99 bool stopped_by_watchpoint () override in stopped_by_watchpoint() function
H A Dlinux-nat.h73 bool stopped_by_watchpoint () override;
H A Dmips-linux-nat.c62 bool stopped_by_watchpoint () override;
578 mips_linux_nat_target::stopped_by_watchpoint () in stopped_by_watchpoint() function
H A Dia64-linux-nat.c75 bool stopped_by_watchpoint () override;
717 ia64_linux_nat_target::stopped_by_watchpoint () in stopped_by_watchpoint() function
H A Daarch64-linux-nat.c75 bool stopped_by_watchpoint () override;
926 aarch64_linux_nat_target::stopped_by_watchpoint () in stopped_by_watchpoint() function
H A Ds390-linux-nat.c127 bool stopped_by_watchpoint () override;
662 s390_linux_nat_target::stopped_by_watchpoint () in stopped_by_watchpoint() function
H A Darm-linux-nat.c90 bool stopped_by_watchpoint () override;
1179 arm_linux_nat_target::stopped_by_watchpoint () in stopped_by_watchpoint() function
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Dx86-linux-nat.h51 bool stopped_by_watchpoint () override in stopped_by_watchpoint() function
52 { return linux_nat_target::stopped_by_watchpoint (); } in stopped_by_watchpoint()
58 { return x86_nat_target::stopped_by_watchpoint (); } in low_stopped_by_watchpoint()
H A Dravenscar-thread.c102 bool stopped_by_watchpoint () override;
601 ravenscar_thread_target::stopped_by_watchpoint () in stopped_by_watchpoint() function
605 return beneath ()->stopped_by_watchpoint (); in stopped_by_watchpoint()
H A Dx86-nat.h99 bool stopped_by_watchpoint () override in stopped_by_watchpoint() function
H A Dlinux-nat.h73 bool stopped_by_watchpoint () override;
H A Dmips-linux-nat.c62 bool stopped_by_watchpoint () override;
578 mips_linux_nat_target::stopped_by_watchpoint () in stopped_by_watchpoint() function
H A Dia64-linux-nat.c75 bool stopped_by_watchpoint () override;
717 ia64_linux_nat_target::stopped_by_watchpoint () in stopped_by_watchpoint() function
H A Daarch64-linux-nat.c75 bool stopped_by_watchpoint () override;
926 aarch64_linux_nat_target::stopped_by_watchpoint () in stopped_by_watchpoint() function
H A Ds390-linux-nat.c127 bool stopped_by_watchpoint () override;
662 s390_linux_nat_target::stopped_by_watchpoint () in stopped_by_watchpoint() function
H A Darm-linux-nat.c90 bool stopped_by_watchpoint () override;
1179 arm_linux_nat_target::stopped_by_watchpoint () in stopped_by_watchpoint() function
/netbsd/external/gpl3/gdb/dist/gdbserver/
H A Dwin32-low.h89 int (*stopped_by_watchpoint) (void); member
143 bool stopped_by_watchpoint () override;
H A Dwin32-low.cc315 win32_process_target::stopped_by_watchpoint () in stopped_by_watchpoint() function in win32_process_target
317 if (the_low_target.stopped_by_watchpoint != NULL) in stopped_by_watchpoint()
318 return the_low_target.stopped_by_watchpoint (); in stopped_by_watchpoint()
H A Dtarget.h233 virtual bool stopped_by_watchpoint ();
H A Dtarget.cc449 process_stratum_target::stopped_by_watchpoint () in stopped_by_watchpoint() function in process_stratum_target
/netbsd/external/gpl3/gdb.old/dist/gdbserver/
H A Dwin32-low.h89 int (*stopped_by_watchpoint) (void); member
143 bool stopped_by_watchpoint () override;
H A Dwin32-low.cc315 win32_process_target::stopped_by_watchpoint () in stopped_by_watchpoint() function in win32_process_target
317 if (the_low_target.stopped_by_watchpoint != NULL) in stopped_by_watchpoint()
318 return the_low_target.stopped_by_watchpoint (); in stopped_by_watchpoint()
H A Dtarget.h233 virtual bool stopped_by_watchpoint ();

123