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

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
powerpc-aix-prologue.exp 36 proc insert_breakpoint {function expected_location} {
69 insert_breakpoint "li_stw" 12
70 insert_breakpoint "stack_check_probe_1" 16
71 insert_breakpoint "stack_check_probe_2" 40
72 insert_breakpoint "stack_check_probe_loop_1" 68
73 insert_breakpoint "stack_check_probe_loop_2" 60
e500-prologue.exp 35 proc insert_breakpoint {function expected_location} {
68 insert_breakpoint "arg_passing_test2" 40
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
powerpc-aix-prologue.exp 37 proc insert_breakpoint {function expected_location} {
70 insert_breakpoint "li_stw" 12
71 insert_breakpoint "stack_check_probe_1" 16
72 insert_breakpoint "stack_check_probe_2" 40
73 insert_breakpoint "stack_check_probe_loop_1" 68
74 insert_breakpoint "stack_check_probe_loop_2" 60
e500-prologue.exp 36 proc insert_breakpoint {function expected_location} {
69 insert_breakpoint "arg_passing_test2" 40
  /src/external/gpl3/gdb.old/dist/gdb/
record-full.c 288 int insert_breakpoint (struct gdbarch *,
321 int insert_breakpoint (struct gdbarch *,
1770 record_full_target::insert_breakpoint (struct gdbarch *gdbarch, function in class:record_full_target
1786 int ret = this->beneath ()->insert_breakpoint (gdbarch, bp_tgt);
2231 /* "insert_breakpoint" method for prec over corefile. */
2234 record_full_core_target::insert_breakpoint (struct gdbarch *gdbarch, function in class:record_full_core_target
target-delegates-gen.c 43 int insert_breakpoint (struct gdbarch *arg0, struct bp_target_info *arg1) override;
220 int insert_breakpoint (struct gdbarch *arg0, struct bp_target_info *arg1) override;
606 target_ops::insert_breakpoint (struct gdbarch *arg0, struct bp_target_info *arg1) function in class:target_ops
608 return this->beneath ()->insert_breakpoint (arg0, arg1);
612 dummy_target::insert_breakpoint (struct gdbarch *arg0, struct bp_target_info *arg1) function in class:dummy_target
618 debug_target::insert_breakpoint (struct gdbarch *arg0, struct bp_target_info *arg1) function in class:debug_target
620 target_debug_printf_nofunc ("-> %s->insert_breakpoint (...)", this->beneath ()->shortname ());
622 = this->beneath ()->insert_breakpoint (arg0, arg1);
623 target_debug_printf_nofunc ("<- %s->insert_breakpoint (%s, %s) = %s",
target.h 540 virtual int insert_breakpoint (struct gdbarch *,
2484 int insert_breakpoint (struct gdbarch *gdbarch,
record-btrace.c 108 int insert_breakpoint (struct gdbarch *,
1530 /* The insert_breakpoint method of target record-btrace. */
1533 record_btrace_target::insert_breakpoint (struct gdbarch *gdbarch, function in class:record_btrace_target
1547 ret = this->beneath ()->insert_breakpoint (gdbarch, bp_tgt);
amd-dbgapi-target.c 2026 /* insert_breakpoint callback. */
2202 .insert_breakpoint = amd_dbgapi_insert_breakpoint_callback,
target.c 2369 return target->insert_breakpoint (gdbarch, bp_tgt);
remote.c 880 int insert_breakpoint (struct gdbarch *, struct bp_target_info *) override;
11107 remote_target::insert_breakpoint (struct gdbarch *gdbarch,
  /src/external/gpl3/gdb/dist/gdb/
record-full.c 288 int insert_breakpoint (struct gdbarch *,
321 int insert_breakpoint (struct gdbarch *,
1770 record_full_target::insert_breakpoint (struct gdbarch *gdbarch, function in class:record_full_target
1786 int ret = this->beneath ()->insert_breakpoint (gdbarch, bp_tgt);
2231 /* "insert_breakpoint" method for prec over corefile. */
2234 record_full_core_target::insert_breakpoint (struct gdbarch *gdbarch, function in class:record_full_core_target
target-delegates-gen.c 43 int insert_breakpoint (struct gdbarch *arg0, struct bp_target_info *arg1) override;
224 int insert_breakpoint (struct gdbarch *arg0, struct bp_target_info *arg1) override;
614 target_ops::insert_breakpoint (struct gdbarch *arg0, struct bp_target_info *arg1) function in class:target_ops
616 return this->beneath ()->insert_breakpoint (arg0, arg1);
620 dummy_target::insert_breakpoint (struct gdbarch *arg0, struct bp_target_info *arg1) function in class:dummy_target
626 debug_target::insert_breakpoint (struct gdbarch *arg0, struct bp_target_info *arg1) function in class:debug_target
628 target_debug_printf_nofunc ("-> %s->insert_breakpoint (...)", this->beneath ()->shortname ());
630 = this->beneath ()->insert_breakpoint (arg0, arg1);
631 target_debug_printf_nofunc ("<- %s->insert_breakpoint (%s, %s) = %s",
target.h 540 virtual int insert_breakpoint (struct gdbarch *,
2515 int insert_breakpoint (struct gdbarch *gdbarch,
record-btrace.c 108 int insert_breakpoint (struct gdbarch *,
1527 /* The insert_breakpoint method of target record-btrace. */
1530 record_btrace_target::insert_breakpoint (struct gdbarch *gdbarch, function in class:record_btrace_target
1544 ret = this->beneath ()->insert_breakpoint (gdbarch, bp_tgt);
amd-dbgapi-target.c 2180 /* insert_breakpoint callback. */
2356 .insert_breakpoint = amd_dbgapi_insert_breakpoint_callback,
target.c 2379 return target->insert_breakpoint (gdbarch, bp_tgt);
remote.c 882 int insert_breakpoint (struct gdbarch *, struct bp_target_info *) override;
11135 remote_target::insert_breakpoint (struct gdbarch *gdbarch,

Completed in 114 milliseconds