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

  /src/external/gpl3/gdb.old/dist/gdb/
aarch64-nat.h 88 int insert_hw_breakpoint (struct gdbarch *gdbarch,
x86-nat.h 96 int insert_hw_breakpoint (struct gdbarch *gdbarch,
loongarch-linux-nat.c 58 int insert_hw_breakpoint (struct gdbarch *gdbarch,
632 loongarch_linux_nat_target::insert_hw_breakpoint (struct gdbarch *gdbarch, function in class:loongarch_linux_nat_target
646 "insert_hw_breakpoint on entry (addr=0x%08lx, len=%d))\n",
655 "insert_hw_breakpoint", addr, len, type);
arm-linux-nat.c 78 int insert_hw_breakpoint (struct gdbarch *, struct bp_target_info *) override;
1070 arm_linux_nat_target::insert_hw_breakpoint (struct gdbarch *gdbarch, function in class:arm_linux_nat_target
s390-linux-nat.c 123 int insert_hw_breakpoint (struct gdbarch *, struct bp_target_info *)
897 /* Implement the "insert_hw_breakpoint" target_ops method. */
900 s390_linux_nat_target::insert_hw_breakpoint (struct gdbarch *gdbarch, function in class:s390_linux_nat_target
target-delegates-gen.c 51 int insert_hw_breakpoint (struct gdbarch *arg0, struct bp_target_info *arg1) override;
228 int insert_hw_breakpoint (struct gdbarch *arg0, struct bp_target_info *arg1) override;
806 target_ops::insert_hw_breakpoint (struct gdbarch *arg0, struct bp_target_info *arg1) function in class:target_ops
808 return this->beneath ()->insert_hw_breakpoint (arg0, arg1);
812 dummy_target::insert_hw_breakpoint (struct gdbarch *arg0, struct bp_target_info *arg1) function in class:dummy_target
818 debug_target::insert_hw_breakpoint (struct gdbarch *arg0, struct bp_target_info *arg1) function in class:debug_target
820 target_debug_printf_nofunc ("-> %s->insert_hw_breakpoint (...)", this->beneath ()->shortname ());
822 = this->beneath ()->insert_hw_breakpoint (arg0, arg1);
823 target_debug_printf_nofunc ("<- %s->insert_hw_breakpoint (%s, %s) = %s",
ppc-linux-nat.c 500 int insert_hw_breakpoint (struct gdbarch *, struct bp_target_info *)
2199 ppc_linux_nat_target::insert_hw_breakpoint (struct gdbarch *gdbarch, function in class:ppc_linux_nat_target
target.h 580 virtual int insert_hw_breakpoint (struct gdbarch *,
target.c 546 return target->insert_hw_breakpoint (gdbarch, bp_tgt);
remote.c 901 int insert_hw_breakpoint (struct gdbarch *, struct bp_target_info *) override;
11422 remote_target::insert_hw_breakpoint (struct gdbarch *gdbarch,
  /src/external/gpl3/gdb/dist/gdb/
aarch64-nat.h 88 int insert_hw_breakpoint (struct gdbarch *gdbarch,
x86-nat.h 96 int insert_hw_breakpoint (struct gdbarch *gdbarch,
loongarch-linux-nat.c 80 int insert_hw_breakpoint (struct gdbarch *gdbarch,
618 loongarch_linux_nat_target::insert_hw_breakpoint (struct gdbarch *gdbarch, function in class:loongarch_linux_nat_target
632 "insert_hw_breakpoint on entry (addr=0x%08lx, len=%d))\n",
641 "insert_hw_breakpoint", addr, len, type);
arm-linux-nat.c 78 int insert_hw_breakpoint (struct gdbarch *, struct bp_target_info *) override;
1068 arm_linux_nat_target::insert_hw_breakpoint (struct gdbarch *gdbarch, function in class:arm_linux_nat_target
s390-linux-nat.c 123 int insert_hw_breakpoint (struct gdbarch *, struct bp_target_info *)
897 /* Implement the "insert_hw_breakpoint" target_ops method. */
900 s390_linux_nat_target::insert_hw_breakpoint (struct gdbarch *gdbarch, function in class:s390_linux_nat_target
target-delegates-gen.c 51 int insert_hw_breakpoint (struct gdbarch *arg0, struct bp_target_info *arg1) override;
232 int insert_hw_breakpoint (struct gdbarch *arg0, struct bp_target_info *arg1) override;
814 target_ops::insert_hw_breakpoint (struct gdbarch *arg0, struct bp_target_info *arg1) function in class:target_ops
816 return this->beneath ()->insert_hw_breakpoint (arg0, arg1);
820 dummy_target::insert_hw_breakpoint (struct gdbarch *arg0, struct bp_target_info *arg1) function in class:dummy_target
826 debug_target::insert_hw_breakpoint (struct gdbarch *arg0, struct bp_target_info *arg1) function in class:debug_target
828 target_debug_printf_nofunc ("-> %s->insert_hw_breakpoint (...)", this->beneath ()->shortname ());
830 = this->beneath ()->insert_hw_breakpoint (arg0, arg1);
831 target_debug_printf_nofunc ("<- %s->insert_hw_breakpoint (%s, %s) = %s",
ppc-linux-nat.c 500 int insert_hw_breakpoint (struct gdbarch *, struct bp_target_info *)
2199 ppc_linux_nat_target::insert_hw_breakpoint (struct gdbarch *gdbarch, function in class:ppc_linux_nat_target
target.h 580 virtual int insert_hw_breakpoint (struct gdbarch *,
target.c 546 return target->insert_hw_breakpoint (gdbarch, bp_tgt);
remote.c 903 int insert_hw_breakpoint (struct gdbarch *, struct bp_target_info *) override;
11450 remote_target::insert_hw_breakpoint (struct gdbarch *gdbarch,

Completed in 84 milliseconds