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

  /src/external/gpl3/gdb/dist/gdb/
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",
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
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
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-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",
  /src/external/gpl3/gdb.old/dist/gdb/
s390-linux-nat.c 124 int remove_hw_breakpoint (struct gdbarch *, struct bp_target_info *)
913 /* Implement the "remove_hw_breakpoint" target_ops method. */
916 s390_linux_nat_target::remove_hw_breakpoint (struct gdbarch *gdbarch, function in class:s390_linux_nat_target
arm-linux-nat.c 80 int remove_hw_breakpoint (struct gdbarch *, struct bp_target_info *) override;
1079 arm_linux_nat_target::remove_hw_breakpoint (struct gdbarch *gdbarch, function in class:arm_linux_nat_target
nto-procfs.c 94 int remove_hw_breakpoint (struct gdbarch *, struct bp_target_info *) override;
1037 nto_procfs_target::remove_hw_breakpoint (struct gdbarch *gdbarch, function in class:nto_procfs_target
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-delegates.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",

Completed in 138 milliseconds