61 enum target_hw_bp_type
type,
64 enum target_hw_bp_type
type,
75template <
typename BaseTarget>
87 enum target_hw_bp_type
type,
92 enum target_hw_bp_type
type,
mach_port_t mach_port_t name mach_port_t mach_port_t name kern_return_t int int rusage_t pid_t pid
int insert_hw_breakpoint(struct gdbarch *gdbarch, struct bp_target_info *bp_tgt) override
int can_use_hw_breakpoint(enum bptype type, int cnt, int othertype) override
int insert_watchpoint(CORE_ADDR addr, int len, enum target_hw_bp_type type, struct expression *cond) override
bool stopped_data_address(CORE_ADDR *addr_p) override
int region_ok_for_hw_watchpoint(CORE_ADDR addr, int len) override
int remove_watchpoint(CORE_ADDR addr, int len, enum target_hw_bp_type type, struct expression *cond) override
bool stopped_by_hw_breakpoint() override
bool stopped_by_watchpoint() override
int remove_hw_breakpoint(struct gdbarch *gdbarch, struct bp_target_info *bp_tgt) override
int x86_stopped_by_hw_breakpoint()
int x86_insert_watchpoint(CORE_ADDR addr, int len, enum target_hw_bp_type type, struct expression *cond)
int x86_stopped_data_address(CORE_ADDR *addr_p)
int x86_remove_hw_breakpoint(struct gdbarch *gdbarch, struct bp_target_info *bp_tgt)
void x86_cleanup_dregs(void)
void x86_forget_process(pid_t pid)
int x86_stopped_by_watchpoint()
int x86_insert_hw_breakpoint(struct gdbarch *gdbarch, struct bp_target_info *bp_tgt)
int x86_can_use_hw_breakpoint(enum bptype type, int cnt, int othertype)
int x86_region_ok_for_hw_watchpoint(CORE_ADDR addr, int len)
void x86_set_debug_register_length(int len)
struct x86_debug_reg_state * x86_lookup_debug_reg_state(pid_t pid)
int x86_remove_watchpoint(CORE_ADDR addr, int len, enum target_hw_bp_type type, struct expression *cond)