Home
last modified time | relevance | path

Searched refs:target_pid_to_str (Results 1 – 19 of 19) sorted by relevance

/openbsd/src/gnu/usr.bin/binutils/gdb/
Dlinux-nat.c783 printf_filtered ("[New %s]\n", target_pid_to_str (ptid)); in lin_lwp_attach_lwp()
801 error ("Can't attach %s: %s", target_pid_to_str (ptid), in lin_lwp_attach_lwp()
807 target_pid_to_str (ptid)); in lin_lwp_attach_lwp()
828 target_pid_to_str (ptid), in lin_lwp_attach_lwp()
864 warning ("%s is a cloned process", target_pid_to_str (inferior_ptid)); in linux_nat_attach()
894 target_pid_to_str (lp->ptid)); in detach_callback()
901 error ("Can't continue %s: %s", target_pid_to_str (lp->ptid), in detach_callback()
907 target_pid_to_str (lp->ptid), in detach_callback()
930 error ("Can't detach %s: %s", target_pid_to_str (lp->ptid), in detach_callback()
936 target_pid_to_str (lp->ptid), in detach_callback()
[all …]
Dinftarg.c202 target_pid_to_str (pid_to_ptid (pid))); in child_attach()
205 target_pid_to_str (pid_to_ptid (pid))); in child_attach()
245 target_pid_to_str (pid_to_ptid (pid))); in child_detach()
277 attach_flag ? "attached" : "child", target_pid_to_str (inferior_ptid)); in child_files_info()
Dinf-ptrace.c211 target_pid_to_str (pid_to_ptid (pid))); in inf_ptrace_attach()
214 target_pid_to_str (pid_to_ptid (pid))); in inf_ptrace_attach()
269 target_pid_to_str (pid_to_ptid (pid))); in inf_ptrace_detach()
598 target_pid_to_str (inferior_ptid)); in inf_ptrace_files_info()
Dtarget.h912 #undef target_pid_to_str
913 #define target_pid_to_str(PID) current_target.to_pid_to_str (PID) macro
917 target_pid_to_str (PID)
955 target_pid_to_str (ID)
Dnto-procfs.c492 target_pid_to_str (inferior_ptid), nto_procfs_path); in procfs_files_info()
523 target_pid_to_str (pid_to_ptid (pid))); in procfs_attach()
526 target_pid_to_str (pid_to_ptid (pid))); in procfs_attach()
774 exec_file, target_pid_to_str (inferior_ptid)); in procfs_detach()
Dprocfs.c3545 exec_file, target_pid_to_str (pid_to_ptid (pid))); in procfs_attach()
3548 target_pid_to_str (pid_to_ptid (pid))); in procfs_attach()
3574 target_pid_to_str (pid_to_ptid (pid))); in procfs_detach()
3721 target_pid_to_str (inferior_ptid)); in procfs_fetch_registers()
3792 target_pid_to_str (inferior_ptid)); in procfs_store_registers()
3997 target_pid_to_str (retval)); in procfs_wait()
4121 target_pid_to_str (temp_ptid)); in procfs_wait()
4131 target_pid_to_str (retval)); in procfs_wait()
4191 target_pid_to_str (temp_ptid)); in procfs_wait()
4280 printf_filtered ("[New %s]\n", target_pid_to_str (retval)); in procfs_wait()
[all …]
Dthread-db.c755 printf_unfiltered ("[New %s]\n", target_pid_to_str (ptid)); in attach_thread()
769 target_pid_to_str (ptid), thread_db_err_str (err)); in attach_thread()
795 printf_unfiltered ("[%s exited]\n", target_pid_to_str (ptid)); in detach_thread()
Duw-thread.c537 printf_unfiltered ("[New %s]\n", target_pid_to_str (ptid)); in add_thread_uw()
678 printf_unfiltered ("[Exited %s]\n", target_pid_to_str (tid)); in libthread_stub()
Dhppah-nat.c445 target_pid_to_str (pid_to_ptid (child_pid))); in child_follow_fork()
505 target_pid_to_str (pid_to_ptid (child_pid))); in child_follow_fork()
Dwin32-nat.c311 printf_unfiltered ("[Deleting %s]\n", target_pid_to_str (pid_to_ptid (id))); in child_delete_thread()
1271 target_pid_to_str ( in get_child_debug_event()
1615 target_pid_to_str (pid_to_ptid (pid))); in child_attach()
1618 target_pid_to_str (pid_to_ptid (pid))); in child_attach()
1693 attach_flag ? "attached" : "child", target_pid_to_str (inferior_ptid)); in child_files_info()
Dwince.c1091 printf_unfiltered ("[Deleting %s]\n", target_pid_to_str (id)); in child_delete_thread()
1395 target_pid_to_str (current_event.dwThreadId)); in get_child_debug_event()
1523 target_pid_to_str (inferior_ptid)); in child_files_info()
Dsol-thread.c465 printf_filtered ("[New %s]\n", target_pid_to_str (rtnval)); in sol_thread_wait()
DChangeLog-1999174 Make target_pid_to_str a target_ops vector.
175 * target.h (target_pid_to_str): redefine to use a target_ops vector.
176 (target_tid_to_str): default to using target_pid_to_str.
181 * config/nm-gnu.h: don't define target_pid_to_str.
189 * config/i386/tm-cygwin.h: don't define target_pid_to_str.
197 Don't define target_pid_to_str.
202 Don't define target_pid_to_str.
Dremote.c1016 ui_out_text (uiout, target_pid_to_str (pid_to_ptid (currthread))); in record_currthread()
DChangeLog-19932103 * config/i386/nm-i386lynx.h: Add target_pid_to_str().
2104 * config/i386/tm-i386lynx.h: Remove target_pid_to_str().
3252 target_pid_to_str.
3263 Use target_pid_to_str() macro throughout when printing pid.
3268 now. Use target_pid_to_str() macro throughout for printing process id.
3291 * (target_pid_to_str): Default definition for normal type pids.
DChangeLog-19961086 target_pid_to_str.
3074 target_pid_to_str in case host lacks libthread_db.
3203 target_pid_to_str.
DChangeLog-1998456 (target_pid_to_str): New macro, calls hppa_pid_to_str
DChangeLog-200314601 (attach_thread): Move target_pid_to_str call to after the thread
/openbsd/src/gnu/usr.bin/binutils/gdb/tui/
Dtui-stack.c81 pid_name = target_pid_to_str (inferior_ptid); in tui_make_status_line()