diff options
author | Daniel Jacobowitz <dan@debian.org> | 2006-07-23 21:21:01 +0000 |
---|---|---|
committer | Daniel Jacobowitz <dan@debian.org> | 2006-07-23 21:21:01 +0000 |
commit | 310060b2d24ee8bf0b544eb632d9fa0b06a68f3f (patch) | |
tree | 719235dab5ff0f4fa8d014c7003e28bbab7f0493 /gdb/linux-nat.h | |
parent | c8ab67578e4e4042b0f67edd27603154f5f00e87 (diff) | |
download | gdb-310060b2d24ee8bf0b544eb632d9fa0b06a68f3f.tar.gz |
* linux-nat.c (linux_nat_add_target): Remove extern.
* linux-nat.h (thread_db_init): New prototype.
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 b7cc92a327f..f820ff63170 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); |