Home
last modified time | relevance | path

Searched refs:do_attach (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dnto-procfs.c74 static ptid_t do_attach (ptid_t ptid);
530 inferior_ptid = do_attach (pid_to_ptid (pid)); in procfs_attach()
544 do_attach (ptid_t ptid) in do_attach() function
1067 inferior_ptid = do_attach (pid_to_ptid (pid)); in procfs_create_inferior()
H A Dprocfs.c3382 static ptid_t do_attach (ptid_t ptid);
3552 inferior_ptid = do_attach (pid_to_ptid (pid)); in procfs_attach()
3585 do_attach (ptid_t ptid) in do_attach() function
H A DChangeLog-19971613 shared by create_procinfo and do_attach;
1615 some code needed by procfs_init_inferior, do_attach, and
1625 create_procinfo and do_attach); (procfs_exit_handler): handle
1628 after a thread when it exits; (do_attach, do_detach): handle
H A DChangeLog-20016103 * procfs.c (do_attach, procfs_wait, procfs_resume)
6201 * procfs.c (do_attach, procfs_wait, procfs_first_available): Likewise.
H A DChangeLog-19991312 (do_attach) (do_detach) (procfs_wait) (set_proc_siginfo)
2920 (do_attach, create_procinfo): initialize fltset.
H A DChangeLog-19954768 (create_procinfo, do_attach): Don't trace T_IFAULT faults if
H A DChangeLog-19961987 * procfs.c (do_attach, do_detach): Remove unused variable "result".
H A DChangeLog-19921931 (attach): Rename as static do_attach.