Searched refs:follow_exec (Results 1 - 15 of 15) sorted by relevance

/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dprocess-stratum-target.h69 /* Default implementation of follow_exec.
74 void follow_exec (inferior *follow_inf, ptid_t ptid,
H A Dinf-child.h58 void follow_exec (inferior *follow_inf, ptid_t ptid,
H A Dinf-child.c398 inf_child_target::follow_exec (inferior *follow_inf, ptid_t ptid, function in class:inf_child_target
403 process_stratum_target::follow_exec (follow_inf, ptid, execd_pathname);
H A Dprocess-stratum-target.c90 process_stratum_target::follow_exec (inferior *follow_inf, ptid_t ptid, function in class:process_stratum_target
H A Dlinux-thread-db.c98 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
H A Dtarget-delegates.c81 void follow_exec (inferior *arg0, ptid_t arg1, const char *arg2) override;
255 void follow_exec (inferior *arg0, ptid_t arg1, const char *arg2) override;
1601 target_ops::follow_exec (inferior *arg0, ptid_t arg1, const char *arg2) function in class:target_ops
1603 this->beneath ()->follow_exec (arg0, arg1, arg2);
1607 dummy_target::follow_exec (inferior *arg0, ptid_t arg1, const char *arg2) function in class:dummy_target
1612 debug_target::follow_exec (inferior *arg0, ptid_t arg1, const char *arg2) function in class:debug_target
1614 gdb_printf (gdb_stdlog, "-> %s->follow_exec (...)\n", this->beneath ()->shortname ());
1615 this->beneath ()->follow_exec (arg0, arg1, arg2);
1616 gdb_printf (gdb_stdlog, "<- %s->follow_exec (", this->beneath ()->shortname ());
H A Dtarget.h646 virtual void follow_exec (inferior *, ptid_t, const char *)
H A Dtarget.c2726 current_inferior ()->top_target ()->follow_exec (follow_inf, ptid,
H A Dinfrun.c1122 follow_exec (ptid_t ptid, const char *exec_file_target)
5796 follow_exec (inferior_ptid, ecs->ws.execd_pathname ());
5798 /* In follow_exec we may have deleted the original thread and
1121 follow_exec (ptid_t ptid, const char *exec_file_target) function
H A Dremote.c675 void follow_exec (inferior *, ptid_t, const char *) override;
6096 remote_target::follow_exec (inferior *follow_inf, ptid_t ptid,
6099 process_stratum_target::follow_exec (follow_inf, ptid, execd_pathname);
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dtarget-delegates.c62 void follow_exec (struct inferior *arg0, const char *arg1) override;
233 void follow_exec (struct inferior *arg0, const char *arg1) override;
1594 target_ops::follow_exec (struct inferior *arg0, const char *arg1) function in class:target_ops
1596 this->beneath ()->follow_exec (arg0, arg1);
1600 dummy_target::follow_exec (struct inferior *arg0, const char *arg1) function in class:dummy_target
1605 debug_target::follow_exec (struct inferior *arg0, const char *arg1) function in class:debug_target
1607 fprintf_unfiltered (gdb_stdlog, "-> %s->follow_exec (...)\n", this->beneath ()->shortname ());
1608 this->beneath ()->follow_exec (arg0, arg1);
1609 fprintf_unfiltered (gdb_stdlog, "<- %s->follow_exec (", this->beneath ()->shortname ());
H A Dtarget.h633 virtual void follow_exec (struct inferior *, const char *)
H A Dtarget.c2131 current_top_target ()->follow_exec (inf, execd_pathname);
H A Dinfrun.c1083 follow_exec (ptid_t ptid, const char *exec_file_target)
5496 follow_exec (inferior_ptid, ecs->ws.value.execd_pathname);
5498 /* In follow_exec we may have deleted the original thread and
1082 follow_exec (ptid_t ptid, const char *exec_file_target) function
H A Dremote.c679 void follow_exec (struct inferior *, const char *) override;
5834 remote_target::follow_exec (struct inferior *inf, const char *execd_pathname)
5826 remote_target::follow_exec (struct inferior *inf, const char *execd_pathname) function in class:remote_target

Completed in 597 milliseconds