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/sol-thread.c | |
parent | 581a81d2bed63e5910a0715d6bf685cfc4746bc6 (diff) | |
download | gdb-a89794ecfa23772332aa3af0bd4c805636314f60.tar.gz |
import gdb-1999-12-21 snapshot
Diffstat (limited to 'gdb/sol-thread.c')
-rw-r--r-- | gdb/sol-thread.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gdb/sol-thread.c b/gdb/sol-thread.c index 2ab04b3890b..d896f8e2b59 100644 --- a/gdb/sol-thread.c +++ b/gdb/sol-thread.c @@ -1609,6 +1609,7 @@ init_sol_thread_ops () sol_thread_ops.to_can_run = sol_thread_can_run; sol_thread_ops.to_notice_signals = sol_thread_notice_signals; sol_thread_ops.to_thread_alive = sol_thread_alive; + sol_thread_ops.to_pid_to_str = solaris_pid_to_str; sol_thread_ops.to_find_new_threads = sol_find_new_threads; sol_thread_ops.to_stop = sol_thread_stop; sol_thread_ops.to_stratum = process_stratum; @@ -1659,6 +1660,7 @@ init_sol_core_ops () sol_core_ops.to_has_registers = 1; sol_core_ops.to_has_execution = 0; sol_core_ops.to_has_thread_control = tc_none; + sol_core_ops.to_pid_to_str = solaris_pid_to_str; sol_core_ops.to_sections = 0; sol_core_ops.to_sections_end = 0; sol_core_ops.to_magic = OPS_MAGIC; |