diff options
Diffstat (limited to 'gdb/linux-nat.h')
-rw-r--r-- | gdb/linux-nat.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/linux-nat.h b/gdb/linux-nat.h index b7cc92a..f820ff6 100644 --- a/gdb/linux-nat.h +++ b/gdb/linux-nat.h @@ -68,6 +68,9 @@ struct lwp_info /* Attempt to initialize libthread_db. */ void check_for_thread_db (void); +/* Tell the thread_db layer what native target operations to use. */ +void thread_db_init (struct target_ops *); + /* Find process PID's pending signal set from /proc/pid/status. */ void linux_proc_pending_signals (int pid, sigset_t *pending, sigset_t *blocked, sigset_t *ignored); |