summaryrefslogtreecommitdiff
path: root/gdb/procfs.c
diff options
context:
space:
mode:
authorJason Molenda <jmolenda@apple.com>1999-12-22 21:45:00 +0000
committerJason Molenda <jmolenda@apple.com>1999-12-22 21:45:00 +0000
commit1492ec3bfa9b243a6589d0221444303c5e0acf66 (patch)
tree4f88770c90c6ae831260053269745c9b6089494c /gdb/procfs.c
parentea3e2e8abe16d2526a839555460b59edc73050e7 (diff)
downloadgdb-1492ec3bfa9b243a6589d0221444303c5e0acf66.tar.gz
import gdb-1999-12-21 snapshot
Diffstat (limited to 'gdb/procfs.c')
-rw-r--r--gdb/procfs.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/procfs.c b/gdb/procfs.c
index 4f1c54f0d08..6abc092f121 100644
--- a/gdb/procfs.c
+++ b/gdb/procfs.c
@@ -5899,6 +5899,9 @@ init_procfs_ops ()
procfs_ops.to_can_run = procfs_can_run;
procfs_ops.to_notice_signals = procfs_notice_signals;
procfs_ops.to_thread_alive = procfs_thread_alive;
+#ifdef TIDGET
+ procfs_ops.to_pid_to_str = procfs_pid_to_str;
+#endif
procfs_ops.to_stop = procfs_stop;
procfs_ops.to_stratum = process_stratum;
procfs_ops.to_has_all_memory = 1;