diff options
author | Jason Molenda <jsm@bugshack.cygnus.com> | 1999-12-22 21:45:38 +0000 |
---|---|---|
committer | Jason Molenda <jsm@bugshack.cygnus.com> | 1999-12-22 21:45:38 +0000 |
commit | a89794ecfa23772332aa3af0bd4c805636314f60 (patch) | |
tree | fb36064dbed25c94690f1a090448050d7de31754 /gdb/procfs.c | |
parent | 581a81d2bed63e5910a0715d6bf685cfc4746bc6 (diff) | |
download | gdb-a89794ecfa23772332aa3af0bd4c805636314f60.tar.gz |
import gdb-1999-12-21 snapshot
Diffstat (limited to 'gdb/procfs.c')
-rw-r--r-- | gdb/procfs.c | 3 |
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; |