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/procfs.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/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 4f1c54f..6abc092 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; |