Home
last modified time | relevance | path

Searched refs:target_tid_to_str (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/usr.bin/binutils/gdb/
H A Dthread.c423 printf_filtered ("%d %s", tp->num, target_tid_to_str (tp->ptid)); in info_threads_command()
537 tp->num, target_tid_to_str (inferior_ptid)); in thread_apply_all_command()
608 target_tid_to_str (inferior_ptid)); in thread_apply_command()
631 target_tid_to_str (inferior_ptid)); in thread_command()
661 ui_out_text (uiout, target_tid_to_str (inferior_ptid)); in do_captured_thread_select()
H A Dtarget.h915 #ifndef target_tid_to_str
916 #define target_tid_to_str(PID) \ macro
H A DChangeLog-1998457 (target_tid_to_str): New macro, calls hppa_tid_to_str
3234 (target_tid_to_str): New macro.
H A DChangeLog-1999176 (target_tid_to_str): default to using target_pid_to_str.
H A DChangeLog-20016303 * config/pa/nm-hppah.h (target_tid_to_str): Likewise.
/openbsd/gnu/usr.bin/binutils/gdb/config/pa/
H A Dnm-hppah.h172 #define target_tid_to_str( ptid ) \ macro