Searched refs:process_target (Results 1 - 25 of 75) sorted by relevance

123

/netbsd-current/external/gpl3/gdb.old/dist/gdb/python/
H A Dpy-threadevent.c31 = find_thread_ptid (current_inferior ()->process_target (),
/netbsd-current/external/gpl3/gdb/dist/gdb/python/
H A Dpy-threadevent.c31 = find_thread_ptid (current_inferior ()->process_target (),
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Dprocess-stratum-target.c101 follow_inf->push_target (orig_inf->process_target ());
102 thread_info *t = add_thread (follow_inf->process_target (), ptid);
208 targets.insert (inf->process_target ());
H A Dsol2-tdep.c94 inf = find_inferior_ptid (current_inferior ()->process_target (), ptid);
H A Dinferior-iter.h91 || m_proc_target == m_inf_iter->process_target ());
H A Dfork-child.c127 process_stratum_target *proc_target = inf->process_target ();
H A Dtarget-connection.c130 if (current_inferior ()->process_target () == t)
H A Dlinux-thread-db.c168 process_stratum_target *process_target; member in struct:thread_db_info
230 info->process_target = current_inferior ()->process_target ();
254 if (targ == info->process_target && pid == info->pid)
275 if (targ == info->process_target && pid == info->pid)
409 info = get_thread_db_info (stopped->inf->process_target (), ptid.pid ());
425 tp = find_thread_ptid (stopped->inf->process_target (), ptid);
1036 delete_thread_db_info (current_inferior ()->process_target (),
1211 thread_db_info *info = get_thread_db_info (inf->process_target (),
1370 tp = add_thread_with_info (info->process_target, pti
[all...]
H A Dthread-iter.c79 || m_filter_target == m_inf->process_target ());
H A Driscv-fbsd-tdep.c171 regcache = get_thread_arch_regcache (current_inferior ()->process_target (),
H A Driscv-netbsd-tdep.c180 regcache = get_thread_arch_regcache (current_inferior ()->process_target (),
H A Dinline-frame.c110 return (t->inf->process_target () == target
126 return (t->inf->process_target () == target
H A Damd64-fbsd-tdep.c286 regcache = get_thread_arch_regcache (current_inferior ()->process_target (),
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Dthread-iter.c62 || m_filter_target == m_inf->process_target ())
H A Dfork-child.c127 process_stratum_target *proc_target = inf->process_target ();
H A Dprocess-stratum-target.c95 targets.insert (inf->process_target ());
H A Dsol2-tdep.c94 inf = find_inferior_ptid (current_inferior ()->process_target (), ptid);
H A Dinferior-iter.h86 || m_proc_target == m_inf->process_target ());
H A Dtarget-connection.c129 if (current_inferior ()->process_target () == t)
H A Dlinux-thread-db.c172 process_stratum_target *process_target; member in struct:thread_db_info
234 info->process_target = current_inferior ()->process_target ();
258 if (targ == info->process_target && pid == info->pid)
279 if (targ == info->process_target && pid == info->pid)
413 info = get_thread_db_info (stopped->inf->process_target (), ptid.pid ());
429 tp = find_thread_ptid (stopped->inf->process_target (), ptid);
1020 delete_thread_db_info (current_inferior ()->process_target (),
1190 info = get_thread_db_info (current_inferior ()->process_target (),
1358 tp = add_thread_with_info (info->process_target, pti
[all...]
H A Driscv-nbsd-tdep.c180 regcache = get_thread_arch_regcache (current_inferior ()->process_target (),
H A Dinline-frame.c110 return (t->inf->process_target () == target
126 return (t->inf->process_target () == target
H A Dproc-service.c145 return get_thread_arch_regcache (inf->process_target (),
H A Damd64-fbsd-tdep.c217 regcache = get_thread_arch_regcache (current_inferior ()->process_target (),
H A Driscv-fbsd-tdep.c187 regcache = get_thread_arch_regcache (current_inferior ()->process_target (),

Completed in 323 milliseconds

123