| /src/external/gpl3/gdb.old/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...] |
| /src/external/gpl3/gdb/dist/gdb/ |
| record-btrace.c | 110 int remove_breakpoint (struct gdbarch *, struct bp_target_info *, 1556 /* The remove_breakpoint method of target record-btrace. */ 1559 record_btrace_target::remove_breakpoint (struct gdbarch *gdbarch, function in class:record_btrace_target 1574 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; 225 int remove_breakpoint (struct gdbarch *arg0, struct bp_target_info *arg1, enum remove_bp_reason arg2) override; 640 target_ops::remove_breakpoint (struct gdbarch *arg0, struct bp_target_info *arg1, enum remove_bp_reason arg2) function in class:target_ops 642 return this->beneath ()->remove_breakpoint (arg0, arg1, arg2); 646 dummy_target::remove_breakpoint (struct gdbarch *arg0, struct bp_target_info *arg1, enum remove_bp_reason arg2) function in class:dummy_target 652 debug_target::remove_breakpoint (struct gdbarch *arg0, struct bp_target_info *arg1, enum remove_bp_reason arg2) function in class:debug_target 654 target_debug_printf_nofunc ("-> %s->remove_breakpoint (...)", this->beneath ()->shortname ()); 656 = this->beneath ()->remove_breakpoint (arg0, arg1, arg2); 657 target_debug_printf_nofunc ("<- %s->remove_breakpoint (%s, %s, %s) = %s",
|
| breakpoint.c | 145 static int remove_breakpoint (struct bp_location *); 241 case REMOVE_BREAKPOINT: 3434 remove_breakpoint (&loc); 3469 val |= remove_breakpoint (bl); 3533 val = remove_breakpoint (bl); 4293 if (reason == REMOVE_BREAKPOINT && bl->inserted) 4312 remove_breakpoint (struct bp_location *bl) 4325 return remove_breakpoint_1 (bl, REMOVE_BREAKPOINT); 11616 if (remove_breakpoint (old_loc)) 12694 itself, since remove_breakpoint looks at location's owner. I 4310 remove_breakpoint (struct bp_location *bl) function [all...] |