aboutsummaryrefslogtreecommitdiff
path: root/gdb/event-top.h
diff options
context:
space:
mode:
authorAndrew Stubbs <andrew.stubbs@st.com>2005-11-25 18:33:12 +0000
committerAndrew Stubbs <andrew.stubbs@st.com>2005-11-25 18:33:12 +0000
commita7266fef19dfc55fd00c0fbe4db8b277424ea52d (patch)
tree3d457523f8d699136a4528aa8019e6b855bfbe2d /gdb/event-top.h
parentb5f558d4051798191faa80960ad0b12c1b51066f (diff)
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.
Diffstat (limited to 'gdb/event-top.h')
-rw-r--r--gdb/event-top.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/event-top.h b/gdb/event-top.h
index 7e48a6ca19..9eead416ed 100644
--- a/gdb/event-top.h
+++ b/gdb/event-top.h
@@ -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);