diff options
author | Jason Molenda <jmolenda@apple.com> | 1999-12-22 21:45:38 +0000 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 1999-12-22 21:45:38 +0000 |
commit | ed9a39ebf9f55562c7c582155f6721c3e685ce91 (patch) | |
tree | a4d79644b877ba407080f1e1120fdf203a1e50b7 /gdb/infttrace.c | |
parent | d3a09475522de47cb8f641b3235d58ee10320f64 (diff) | |
download | gdb-ed9a39ebf9f55562c7c582155f6721c3e685ce91.zip gdb-ed9a39ebf9f55562c7c582155f6721c3e685ce91.tar.gz gdb-ed9a39ebf9f55562c7c582155f6721c3e685ce91.tar.bz2 |
import gdb-1999-12-21 snapshot
Diffstat (limited to 'gdb/infttrace.c')
-rw-r--r-- | gdb/infttrace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/infttrace.c b/gdb/infttrace.c index 626d813..cf4b12c 100644 --- a/gdb/infttrace.c +++ b/gdb/infttrace.c @@ -5773,7 +5773,7 @@ hppa_pid_or_tid_to_str (id) /* Does this appear to be a process? If so, print it that way. */ if (is_process_id (id)) - return hppa_pid_to_str (id); + return child_pid_to_str (id); /* Else, print both the GDB thread number and the system thread id. */ sprintf (buf, "thread %d (", pid_to_thread_id (id)); |