mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 01:50:24 +08:00
* config/nm-linux.h (struct target_ops): Remove forward declaration.
(lin_thread_get_thread_signals): Remove prototype. (GET_THREAD_SIGNALS): Remove. * linux-nat.h (lin_thread_get_thread_signals): Add prototype. * linux-thread-db.c (check_thread_signals): Directly call lin_thread_get_thread_signals; do not check GET_THREAD_SIGNALS.
This commit is contained in:
@ -118,6 +118,9 @@ void check_for_thread_db (void);
|
||||
|
||||
int thread_db_attach_lwp (ptid_t ptid);
|
||||
|
||||
/* Return the set of signals used by the threads library. */
|
||||
extern void lin_thread_get_thread_signals (sigset_t *mask);
|
||||
|
||||
/* 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);
|
||||
|
||||
|
Reference in New Issue
Block a user