mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-12-27 01:28:46 +00:00
Make infcall.c:unwind_on_signal_p static.
gdb/ChangeLog: * infcall.c (unwind_on_signal_p): Make static.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
2012-05-02 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
* infcall.c (unwind_on_signal_p): Make static.
|
||||
|
||||
2012-05-02 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
* sol-thread.c (solaris_pid_to_str): Make static.
|
||||
|
||||
@@ -88,7 +88,7 @@ show_coerce_float_to_double_p (struct ui_file *file, int from_tty,
|
||||
|
||||
The default is to stop in the frame where the signal was received. */
|
||||
|
||||
int unwind_on_signal_p = 0;
|
||||
static int unwind_on_signal_p = 0;
|
||||
static void
|
||||
show_unwind_on_signal_p (struct ui_file *file, int from_tty,
|
||||
struct cmd_list_element *c, const char *value)
|
||||
|
||||
Reference in New Issue
Block a user