]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/procfs.c
import gdb-1999-12-21 snapshot
[thirdparty/binutils-gdb.git] / gdb / procfs.c
index 4f1c54f0d08f5009c23b3f65c884b9cc759c15ff..6abc092f12143b22223fa218abadc950a81ca262 100644 (file)
@@ -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;