mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 01:28:46 +00:00
2005-11-16 Andrew Stubbs <andrew.stubbs@st.com>
* event-top.h (async_init_signals): Add SIGTERM handler. (handle_sigterm): New function. * event-top.h (handle_sigterm): New prototype.
This commit is contained in:
@@ -97,6 +97,7 @@ extern void handle_stop_sig (int sig);
|
||||
#endif
|
||||
#endif
|
||||
extern void handle_sigint (int sig);
|
||||
extern void handle_sigterm (int sig);
|
||||
extern void pop_prompt (void);
|
||||
extern void push_prompt (char *prefix, char *prompt, char *suffix);
|
||||
extern void gdb_readline2 (void *client_data);
|
||||
|
||||
Reference in New Issue
Block a user