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

  /src/external/gpl3/gdb/dist/gdb/
process-stratum-target.c 75 process_stratum_target::follow_exec (inferior *follow_inf, ptid_t ptid, function in class:process_stratum_target
inf-child.c 414 inf_child_target::follow_exec (inferior *follow_inf, ptid_t ptid, function in class:inf_child_target
419 process_stratum_target::follow_exec (follow_inf, ptid, execd_pathname);
linux-thread-db.c 98 void follow_exec (inferior *, ptid_t, const char *) override;
1441 thread_db_target::follow_exec (inferior *follow_inf, ptid_t ptid,
1450 beneath->follow_exec (follow_inf, ptid, execd_pathname);
1440 thread_db_target::follow_exec (inferior *follow_inf, ptid_t ptid, function in class:thread_db_target
fbsd-nat.c 2173 fbsd_nat_target::follow_exec (inferior *follow_inf, ptid_t ptid, function in class:fbsd_nat_target
2178 inf_ptrace_target::follow_exec (follow_inf, ptid, execd_pathname);
target-delegates-gen.c 82 void follow_exec (inferior *arg0, ptid_t arg1, const char *arg2) override;
259 void follow_exec (inferior *arg0, ptid_t arg1, const char *arg2) override;
1561 target_ops::follow_exec (inferior *arg0, ptid_t arg1, const char *arg2) function in class:target_ops
1563 this->beneath ()->follow_exec (arg0, arg1, arg2);
1567 dummy_target::follow_exec (inferior *arg0, ptid_t arg1, const char *arg2) function in class:dummy_target
1572 debug_target::follow_exec (inferior *arg0, ptid_t arg1, const char *arg2) function in class:debug_target
1574 target_debug_printf_nofunc ("-> %s->follow_exec (...)", this->beneath ()->shortname ());
1575 this->beneath ()->follow_exec (arg0, arg1, arg2);
1576 target_debug_printf_nofunc ("<- %s->follow_exec (%s, %s, %s)",
infrun.c 1224 follow_exec (ptid_t ptid, const char *exec_file_target)
6519 follow_exec (inferior_ptid, ecs->ws.execd_pathname ());
6521 /* In follow_exec we may have deleted the original thread and
1223 follow_exec (ptid_t ptid, const char *exec_file_target) function
  /src/external/gpl3/gdb.old/dist/gdb/
process-stratum-target.c 75 process_stratum_target::follow_exec (inferior *follow_inf, ptid_t ptid, function in class:process_stratum_target
inf-child.c 397 inf_child_target::follow_exec (inferior *follow_inf, ptid_t ptid, function in class:inf_child_target
402 process_stratum_target::follow_exec (follow_inf, ptid, execd_pathname);
linux-thread-db.c 97 void follow_exec (inferior *, ptid_t, const char *) override;
1441 thread_db_target::follow_exec (inferior *follow_inf, ptid_t ptid,
1450 beneath->follow_exec (follow_inf, ptid, execd_pathname);
1440 thread_db_target::follow_exec (inferior *follow_inf, ptid_t ptid, function in class:thread_db_target
fbsd-nat.c 2172 fbsd_nat_target::follow_exec (inferior *follow_inf, ptid_t ptid, function in class:fbsd_nat_target
2177 inf_ptrace_target::follow_exec (follow_inf, ptid, execd_pathname);
target-delegates.c 82 void follow_exec (inferior *arg0, ptid_t arg1, const char *arg2) override;
259 void follow_exec (inferior *arg0, ptid_t arg1, const char *arg2) override;
1561 target_ops::follow_exec (inferior *arg0, ptid_t arg1, const char *arg2) function in class:target_ops
1563 this->beneath ()->follow_exec (arg0, arg1, arg2);
1567 dummy_target::follow_exec (inferior *arg0, ptid_t arg1, const char *arg2) function in class:dummy_target
1572 debug_target::follow_exec (inferior *arg0, ptid_t arg1, const char *arg2) function in class:debug_target
1574 target_debug_printf_nofunc ("-> %s->follow_exec (...)", this->beneath ()->shortname ());
1575 this->beneath ()->follow_exec (arg0, arg1, arg2);
1576 target_debug_printf_nofunc ("<- %s->follow_exec (%s, %s, %s)",
infrun.c 1220 follow_exec (ptid_t ptid, const char *exec_file_target)
6514 follow_exec (inferior_ptid, ecs->ws.execd_pathname ());
6516 /* In follow_exec we may have deleted the original thread and
1219 follow_exec (ptid_t ptid, const char *exec_file_target) function

Completed in 59 milliseconds