diff options
author | Andrew Stubbs <andrew.stubbs@st.com> | 2005-11-25 18:33:12 +0000 |
---|---|---|
committer | Andrew Stubbs <andrew.stubbs@st.com> | 2005-11-25 18:33:12 +0000 |
commit | a7266fef19dfc55fd00c0fbe4db8b277424ea52d (patch) | |
tree | 3d457523f8d699136a4528aa8019e6b855bfbe2d /gdb/event-top.h | |
parent | b5f558d4051798191faa80960ad0b12c1b51066f (diff) | |
download | gdb-a7266fef19dfc55fd00c0fbe4db8b277424ea52d.zip gdb-a7266fef19dfc55fd00c0fbe4db8b277424ea52d.tar.gz gdb-a7266fef19dfc55fd00c0fbe4db8b277424ea52d.tar.bz2 |
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.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/event-top.h b/gdb/event-top.h index 7e48a6c..9eead41 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); |