Searched refs:the_procfs_target (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dprocfs.c165 static procfs_target the_procfs_target; variable
1313 if (wait_target == &the_procfs_target
1880 thread_info *thr = add_thread (&the_procfs_target, ptid);
2884 thread_info *thr = find_thread_ptid (&the_procfs_target, gdb_threadid);
2886 add_thread (&the_procfs_target, gdb_threadid);
3484 add_inf_child_target (&the_procfs_target);
3512 struct regcache *regcache = get_thread_regcache (&the_procfs_target, ptid);
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dprocfs.c165 static procfs_target the_procfs_target; variable
1306 if (wait_target == &the_procfs_target
1860 thread_info *thr = add_thread (&the_procfs_target, ptid);
2857 thread_info *thr = find_thread_ptid (&the_procfs_target, gdb_threadid);
2859 add_thread (&the_procfs_target, gdb_threadid);
3456 add_inf_child_target (&the_procfs_target);
3484 struct regcache *regcache = get_thread_regcache (&the_procfs_target, ptid);

Completed in 219 milliseconds