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

  /src/external/gpl3/gdb.old/dist/gdb/
nto-procfs.c 87 int remove_breakpoint (struct gdbarch *, struct bp_target_info *,
1020 nto_procfs_target::remove_breakpoint (struct gdbarch *gdbarch, function in class:nto_procfs_target
record-btrace.c 109 int remove_breakpoint (struct gdbarch *, struct bp_target_info *,
1512 /* The remove_breakpoint method of target record-btrace. */
1515 record_btrace_target::remove_breakpoint (struct gdbarch *gdbarch, function in class:record_btrace_target
1530 ret = this->beneath ()->remove_breakpoint (gdbarch, bp_tgt, reason);
record-full.c 287 int remove_breakpoint (struct gdbarch *,
320 int remove_breakpoint (struct gdbarch *,
1802 /* "remove_breakpoint" method for process record target. */
1805 record_full_target::remove_breakpoint (struct gdbarch *gdbarch, function in class:record_full_target
1823 int ret = this->beneath ()->remove_breakpoint (gdbarch, bp_tgt,
1829 if (reason == REMOVE_BREAKPOINT)
2229 /* "remove_breakpoint" method for prec over corefile. */
2232 record_full_core_target::remove_breakpoint (struct gdbarch *gdbarch, function in class:record_full_core_target
target-delegates.c 44 int remove_breakpoint (struct gdbarch *arg0, struct bp_target_info *arg1, enum remove_bp_reason arg2) override;
221 int remove_breakpoint (struct gdbarch *arg0, struct bp_target_info *arg1, enum remove_bp_reason arg2) override;
632 target_ops::remove_breakpoint (struct gdbarch *arg0, struct bp_target_info *arg1, enum remove_bp_reason arg2) function in class:target_ops
634 return this->beneath ()->remove_breakpoint (arg0, arg1, arg2);
638 dummy_target::remove_breakpoint (struct gdbarch *arg0, struct bp_target_info *arg1, enum remove_bp_reason arg2) function in class:dummy_target
644 debug_target::remove_breakpoint (struct gdbarch *arg0, struct bp_target_info *arg1, enum remove_bp_reason arg2) function in class:debug_target
646 target_debug_printf_nofunc ("-> %s->remove_breakpoint (...)", this->beneath ()->shortname ());
648 = this->beneath ()->remove_breakpoint (arg0, arg1, arg2);
649 target_debug_printf_nofunc ("<- %s->remove_breakpoint (%s, %s, %s) = %s",
breakpoint.c 142 static int remove_breakpoint (struct bp_location *);
238 case REMOVE_BREAKPOINT:
3328 remove_breakpoint (&loc);
3363 val |= remove_breakpoint (bl);
3427 val = remove_breakpoint (bl);
4189 if (reason == REMOVE_BREAKPOINT && bl->inserted)
4208 remove_breakpoint (struct bp_location *bl)
4221 return remove_breakpoint_1 (bl, REMOVE_BREAKPOINT);
8040 /* At this point, we cannot rely on remove_breakpoint
11578 if (remove_breakpoint (old_loc)
4206 remove_breakpoint (struct bp_location *bl) function
    [all...]
  /src/external/gpl3/gdb/dist/gdb/
record-btrace.c 110 int remove_breakpoint (struct gdbarch *, struct bp_target_info *,
1559 /* The remove_breakpoint method of target record-btrace. */
1562 record_btrace_target::remove_breakpoint (struct gdbarch *gdbarch, function in class:record_btrace_target
1577 ret = this->beneath ()->remove_breakpoint (gdbarch, bp_tgt, reason);
record-full.c 290 int remove_breakpoint (struct gdbarch *,
323 int remove_breakpoint (struct gdbarch *,
1812 /* "remove_breakpoint" method for process record target. */
1815 record_full_target::remove_breakpoint (struct gdbarch *gdbarch, function in class:record_full_target
1833 int ret = this->beneath ()->remove_breakpoint (gdbarch, bp_tgt,
1839 if (reason == REMOVE_BREAKPOINT)
2240 /* "remove_breakpoint" method for prec over corefile. */
2243 record_full_core_target::remove_breakpoint (struct gdbarch *gdbarch, function in class:record_full_core_target
target-delegates-gen.c 44 int remove_breakpoint (struct gdbarch *arg0, struct bp_target_info *arg1, enum remove_bp_reason arg2) override;
221 int remove_breakpoint (struct gdbarch *arg0, struct bp_target_info *arg1, enum remove_bp_reason arg2) override;
632 target_ops::remove_breakpoint (struct gdbarch *arg0, struct bp_target_info *arg1, enum remove_bp_reason arg2) function in class:target_ops
634 return this->beneath ()->remove_breakpoint (arg0, arg1, arg2);
638 dummy_target::remove_breakpoint (struct gdbarch *arg0, struct bp_target_info *arg1, enum remove_bp_reason arg2) function in class:dummy_target
644 debug_target::remove_breakpoint (struct gdbarch *arg0, struct bp_target_info *arg1, enum remove_bp_reason arg2) function in class:debug_target
646 target_debug_printf_nofunc ("-> %s->remove_breakpoint (...)", this->beneath ()->shortname ());
648 = this->beneath ()->remove_breakpoint (arg0, arg1, arg2);
649 target_debug_printf_nofunc ("<- %s->remove_breakpoint (%s, %s, %s) = %s",
breakpoint.c 147 static int remove_breakpoint (struct bp_location *);
243 case REMOVE_BREAKPOINT:
3423 remove_breakpoint (&loc);
3458 val |= remove_breakpoint (bl);
3522 val = remove_breakpoint (bl);
4282 if (reason == REMOVE_BREAKPOINT && bl->inserted)
4301 remove_breakpoint (struct bp_location *bl)
4314 return remove_breakpoint_1 (bl, REMOVE_BREAKPOINT);
8121 /* At this point, we cannot rely on remove_breakpoint
11575 if (remove_breakpoint (old_loc)
4299 remove_breakpoint (struct bp_location *bl) function
    [all...]

Completed in 55 milliseconds