Searched refs:fork_info (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dlinux-fork.h23 struct fork_info;
25 extern struct fork_info *find_fork_pid (pid_t);
H A Dlinux-fork.c41 struct fork_info struct
43 explicit fork_info (pid_t pid) function in struct:fork_info
48 ~fork_info ()
52 forks. There are two ways for a fork_info to be created.
86 static std::list<fork_info> fork_list;
99 static struct fork_info *
126 fork_info *fp = &fork_list.back ();
154 /* Find a fork_info by matching PTID. */
155 static struct fork_info *
158 for (fork_info
[all...]
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dlinux-fork.h23 struct fork_info;
25 extern struct fork_info *find_fork_pid (pid_t);
H A Dlinux-fork.c41 struct fork_info struct
43 explicit fork_info (pid_t pid) function in struct:fork_info
48 ~fork_info ()
52 forks. There are two ways for a fork_info to be created.
86 static std::list<fork_info> fork_list;
99 static struct fork_info *
126 fork_info *fp = &fork_list.back ();
154 /* Find a fork_info by matching PTID. */
155 static struct fork_info *
158 for (fork_info
[all...]

Completed in 369 milliseconds