Searched refs:insert_breakpoint (Results 1 - 18 of 18) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
H A Dpowerpc-aix-prologue.exp42 proc insert_breakpoint {function expected_location} {
75 insert_breakpoint "li_stw" 12
76 insert_breakpoint "stack_check_probe_1" 16
77 insert_breakpoint "stack_check_probe_2" 40
78 insert_breakpoint "stack_check_probe_loop_1" 68
79 insert_breakpoint "stack_check_probe_loop_2" 60
H A De500-prologue.exp42 proc insert_breakpoint {function expected_location} {
75 insert_breakpoint "arg_passing_test2" 40
/netbsd-current/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
H A Dpowerpc-aix-prologue.exp42 proc insert_breakpoint {function expected_location} {
75 insert_breakpoint "li_stw" 12
76 insert_breakpoint "stack_check_probe_1" 16
77 insert_breakpoint "stack_check_probe_2" 40
78 insert_breakpoint "stack_check_probe_loop_1" 68
79 insert_breakpoint "stack_check_probe_loop_2" 60
H A De500-prologue.exp42 proc insert_breakpoint {function expected_location} {
75 insert_breakpoint "arg_passing_test2" 40
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Drecord-full.c284 int insert_breakpoint (struct gdbarch *,
317 int insert_breakpoint (struct gdbarch *,
1767 record_full_target::insert_breakpoint (struct gdbarch *gdbarch, function in class:record_full_target
1783 int ret = this->beneath ()->insert_breakpoint (gdbarch, bp_tgt);
2233 /* "insert_breakpoint" method for prec over corefile. */
2236 record_full_core_target::insert_breakpoint (struct gdbarch *gdbarch, function in class:record_full_core_target
H A Dtarget-delegates.c23 int insert_breakpoint (struct gdbarch *arg0, struct bp_target_info *arg1) override;
194 int insert_breakpoint (struct gdbarch *arg0, struct bp_target_info *arg1) override;
583 target_ops::insert_breakpoint (struct gdbarch *arg0, struct bp_target_info *arg1) function in class:target_ops
585 return this->beneath ()->insert_breakpoint (arg0, arg1);
589 dummy_target::insert_breakpoint (struct gdbarch *arg0, struct bp_target_info *arg1) function in class:dummy_target
595 debug_target::insert_breakpoint (struct gdbarch *arg0, struct bp_target_info *arg1) function in class:debug_target
598 fprintf_unfiltered (gdb_stdlog, "-> %s->insert_breakpoint (...)\n", this->beneath ()->shortname ());
599 result = this->beneath ()->insert_breakpoint (arg0, arg1);
600 fprintf_unfiltered (gdb_stdlog, "<- %s->insert_breakpoint (", this->beneath ()->shortname ());
H A Dtarget.h504 virtual int insert_breakpoint (struct gdbarch *,
2476 int insert_breakpoint (struct gdbarch *gdbarch,
H A Dnto-procfs.c86 int insert_breakpoint (struct gdbarch *, struct bp_target_info *) override;
1034 nto_procfs_target::insert_breakpoint (struct gdbarch *gdbarch, function in class:nto_procfs_target
H A Drecord-btrace.c105 int insert_breakpoint (struct gdbarch *,
1477 /* The insert_breakpoint method of target record-btrace. */
1480 record_btrace_target::insert_breakpoint (struct gdbarch *gdbarch, function in class:record_btrace_target
1494 ret = this->beneath ()->insert_breakpoint (gdbarch, bp_tgt);
H A Dtarget.c1821 return current_top_target ()->insert_breakpoint (gdbarch, bp_tgt);
H A Dremote.c433 int insert_breakpoint (struct gdbarch *, struct bp_target_info *) override;
10311 remote_target::insert_breakpoint (struct gdbarch *gdbarch,
10296 remote_target::insert_breakpoint (struct gdbarch *gdbarch, function in class:remote_target
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Drecord-full.c282 int insert_breakpoint (struct gdbarch *,
315 int insert_breakpoint (struct gdbarch *,
1745 record_full_target::insert_breakpoint (struct gdbarch *gdbarch, function in class:record_full_target
1761 int ret = this->beneath ()->insert_breakpoint (gdbarch, bp_tgt);
2203 /* "insert_breakpoint" method for prec over corefile. */
2206 record_full_core_target::insert_breakpoint (struct gdbarch *gdbarch, function in class:record_full_core_target
H A Dnto-procfs.c86 int insert_breakpoint (struct gdbarch *, struct bp_target_info *) override;
1012 nto_procfs_target::insert_breakpoint (struct gdbarch *gdbarch, function in class:nto_procfs_target
H A Dtarget.h519 virtual int insert_breakpoint (struct gdbarch *,
2426 int insert_breakpoint (struct gdbarch *gdbarch,
H A Dtarget-delegates.c43 int insert_breakpoint (struct gdbarch *arg0, struct bp_target_info *arg1) override;
217 int insert_breakpoint (struct gdbarch *arg0, struct bp_target_info *arg1) override;
609 target_ops::insert_breakpoint (struct gdbarch *arg0, struct bp_target_info *arg1) function in class:target_ops
611 return this->beneath ()->insert_breakpoint (arg0, arg1);
615 dummy_target::insert_breakpoint (struct gdbarch *arg0, struct bp_target_info *arg1) function in class:dummy_target
621 debug_target::insert_breakpoint (struct gdbarch *arg0, struct bp_target_info *arg1) function in class:debug_target
624 gdb_printf (gdb_stdlog, "-> %s->insert_breakpoint (...)\n", this->beneath ()->shortname ());
625 result = this->beneath ()->insert_breakpoint (arg0, arg1);
626 gdb_printf (gdb_stdlog, "<- %s->insert_breakpoint (", this->beneath ()->shortname ());
H A Drecord-btrace.c105 int insert_breakpoint (struct gdbarch *,
1477 /* The insert_breakpoint method of target record-btrace. */
1480 record_btrace_target::insert_breakpoint (struct gdbarch *gdbarch, function in class:record_btrace_target
1494 ret = this->beneath ()->insert_breakpoint (gdbarch, bp_tgt);
H A Dtarget.c2373 return target->insert_breakpoint (gdbarch, bp_tgt);
H A Dremote.c429 int insert_breakpoint (struct gdbarch *, struct bp_target_info *) override;
10572 remote_target::insert_breakpoint (struct gdbarch *gdbarch,

Completed in 521 milliseconds