Searched refs:target_pid_to_str (Results 1 – 19 of 19) sorted by relevance
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | linux-nat.c | 783 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 …]
|
| D | inftarg.c | 202 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()
|
| D | inf-ptrace.c | 211 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()
|
| D | target.h | 912 #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)
|
| D | nto-procfs.c | 492 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()
|
| D | procfs.c | 3545 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 …]
|
| D | thread-db.c | 755 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()
|
| D | uw-thread.c | 537 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()
|
| D | hppah-nat.c | 445 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()
|
| D | win32-nat.c | 311 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()
|
| D | wince.c | 1091 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()
|
| D | sol-thread.c | 465 printf_filtered ("[New %s]\n", target_pid_to_str (rtnval)); in sol_thread_wait()
|
| D | ChangeLog-1999 | 174 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.
|
| D | remote.c | 1016 ui_out_text (uiout, target_pid_to_str (pid_to_ptid (currthread))); in record_currthread()
|
| D | ChangeLog-1993 | 2103 * 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.
|
| D | ChangeLog-1996 | 1086 target_pid_to_str. 3074 target_pid_to_str in case host lacks libthread_db. 3203 target_pid_to_str.
|
| D | ChangeLog-1998 | 456 (target_pid_to_str): New macro, calls hppa_pid_to_str
|
| D | ChangeLog-2003 | 14601 (attach_thread): Move target_pid_to_str call to after the thread
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/tui/ |
| D | tui-stack.c | 81 pid_name = target_pid_to_str (inferior_ptid); in tui_make_status_line()
|