HomeSort by: relevance | last modified time | path
    Searched refs:remove_hw_breakpoint (Results 1 - 20 of 20) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdb/
aarch64-nat.h 92 int remove_hw_breakpoint (struct gdbarch *gdbarch,
x86-nat.h 100 int remove_hw_breakpoint (struct gdbarch *gdbarch,
loongarch-linux-nat.c 60 int remove_hw_breakpoint (struct gdbarch *gdbarch,
665 loongarch_linux_nat_target::remove_hw_breakpoint (struct gdbarch *gdbarch, function in class:loongarch_linux_nat_target
679 "remove_hw_breakpoint on entry (addr=0x%08lx, len=%d))\n",
arm-linux-nat.c 80 int remove_hw_breakpoint (struct gdbarch *, struct bp_target_info *) override;
1087 arm_linux_nat_target::remove_hw_breakpoint (struct gdbarch *gdbarch, function in class:arm_linux_nat_target
s390-linux-nat.c 125 int remove_hw_breakpoint (struct gdbarch *, struct bp_target_info *)
914 /* Implement the "remove_hw_breakpoint" target_ops method. */
917 s390_linux_nat_target::remove_hw_breakpoint (struct gdbarch *gdbarch, function in class:s390_linux_nat_target
target-delegates-gen.c 52 int remove_hw_breakpoint (struct gdbarch *arg0, struct bp_target_info *arg1) override;
229 int remove_hw_breakpoint (struct gdbarch *arg0, struct bp_target_info *arg1) override;
832 target_ops::remove_hw_breakpoint (struct gdbarch *arg0, struct bp_target_info *arg1) function in class:target_ops
834 return this->beneath ()->remove_hw_breakpoint (arg0, arg1);
838 dummy_target::remove_hw_breakpoint (struct gdbarch *arg0, struct bp_target_info *arg1) function in class:dummy_target
844 debug_target::remove_hw_breakpoint (struct gdbarch *arg0, struct bp_target_info *arg1) function in class:debug_target
846 target_debug_printf_nofunc ("-> %s->remove_hw_breakpoint (...)", this->beneath ()->shortname ());
848 = this->beneath ()->remove_hw_breakpoint (arg0, arg1);
849 target_debug_printf_nofunc ("<- %s->remove_hw_breakpoint (%s, %s) = %s",
ppc-linux-nat.c 503 int remove_hw_breakpoint (struct gdbarch *, struct bp_target_info *)
2240 ppc_linux_nat_target::remove_hw_breakpoint (struct gdbarch *gdbarch, function in class:ppc_linux_nat_target
target.h 583 virtual int remove_hw_breakpoint (struct gdbarch *,
target.c 556 return target->remove_hw_breakpoint (gdbarch, bp_tgt);
remote.c 903 int remove_hw_breakpoint (struct gdbarch *, struct bp_target_info *) override;
11473 remote_target::remove_hw_breakpoint (struct gdbarch *gdbarch,
  /src/external/gpl3/gdb/dist/gdb/
aarch64-nat.h 92 int remove_hw_breakpoint (struct gdbarch *gdbarch,
x86-nat.h 100 int remove_hw_breakpoint (struct gdbarch *gdbarch,
loongarch-linux-nat.c 82 int remove_hw_breakpoint (struct gdbarch *gdbarch,
651 loongarch_linux_nat_target::remove_hw_breakpoint (struct gdbarch *gdbarch, function in class:loongarch_linux_nat_target
665 "remove_hw_breakpoint on entry (addr=0x%08lx, len=%d))\n",
arm-linux-nat.c 80 int remove_hw_breakpoint (struct gdbarch *, struct bp_target_info *) override;
1085 arm_linux_nat_target::remove_hw_breakpoint (struct gdbarch *gdbarch, function in class:arm_linux_nat_target
s390-linux-nat.c 125 int remove_hw_breakpoint (struct gdbarch *, struct bp_target_info *)
914 /* Implement the "remove_hw_breakpoint" target_ops method. */
917 s390_linux_nat_target::remove_hw_breakpoint (struct gdbarch *gdbarch, function in class:s390_linux_nat_target
target-delegates-gen.c 52 int remove_hw_breakpoint (struct gdbarch *arg0, struct bp_target_info *arg1) override;
233 int remove_hw_breakpoint (struct gdbarch *arg0, struct bp_target_info *arg1) override;
840 target_ops::remove_hw_breakpoint (struct gdbarch *arg0, struct bp_target_info *arg1) function in class:target_ops
842 return this->beneath ()->remove_hw_breakpoint (arg0, arg1);
846 dummy_target::remove_hw_breakpoint (struct gdbarch *arg0, struct bp_target_info *arg1) function in class:dummy_target
852 debug_target::remove_hw_breakpoint (struct gdbarch *arg0, struct bp_target_info *arg1) function in class:debug_target
854 target_debug_printf_nofunc ("-> %s->remove_hw_breakpoint (...)", this->beneath ()->shortname ());
856 = this->beneath ()->remove_hw_breakpoint (arg0, arg1);
857 target_debug_printf_nofunc ("<- %s->remove_hw_breakpoint (%s, %s) = %s",
ppc-linux-nat.c 503 int remove_hw_breakpoint (struct gdbarch *, struct bp_target_info *)
2240 ppc_linux_nat_target::remove_hw_breakpoint (struct gdbarch *gdbarch, function in class:ppc_linux_nat_target
target.h 583 virtual int remove_hw_breakpoint (struct gdbarch *,
target.c 556 return target->remove_hw_breakpoint (gdbarch, bp_tgt);
remote.c 905 int remove_hw_breakpoint (struct gdbarch *, struct bp_target_info *) override;
11501 remote_target::remove_hw_breakpoint (struct gdbarch *gdbarch,

Completed in 45 milliseconds