diff options
Diffstat (limited to 'gdb/common/signals-state-save-restore.h')
-rw-r--r-- | gdb/common/signals-state-save-restore.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gdb/common/signals-state-save-restore.h b/gdb/common/signals-state-save-restore.h index 71ec08e..276ddc4 100644 --- a/gdb/common/signals-state-save-restore.h +++ b/gdb/common/signals-state-save-restore.h @@ -28,9 +28,10 @@ back to what was originally inherited from gdb/gdbserver's parent, just before execing the target program to debug. */ -/* Save the signal state of all signals. */ +/* Save the signal state of all signals. If !QUIET, warn if we detect + a custom signal handler preinstalled. */ -extern void save_original_signals_state (void); +extern void save_original_signals_state (bool quiet); /* Restore the signal state of all signals. */ |