diff options
Diffstat (limited to 'gdb/infcall.c')
-rw-r--r-- | gdb/infcall.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/infcall.c b/gdb/infcall.c index e2ef6b4..8febf82 100644 --- a/gdb/infcall.c +++ b/gdb/infcall.c @@ -885,8 +885,8 @@ function. However, some older debug info formats do not provide enough\n\ information to determine that a function is prototyped. If this flag is\n\ set, GDB will perform the conversion for a function it considers\n\ unprototyped.\n\ -The default is to perform the conversion.\n", "\ -Coercion of floats to doubles when calling functions is %s.", +The default is to perform the conversion.\n", + NULL, /* PRINT: Coercion of floats to doubles when calling functions is %s. */ NULL, NULL, &setlist, &showlist); add_setshow_boolean_cmd ("unwindonsignal", no_class, @@ -896,7 +896,7 @@ Show unwinding of stack if a signal is received while in a call dummy.", "\ The unwindonsignal lets the user determine what gdb should do if a signal\n\ is received while in a function called from gdb (call dummy). If set, gdb\n\ unwinds the stack and restore the context to what as it was before the call.\n\ -The default is to stop in the frame where the signal was received.", "\ -Unwinding of stack if a signal is received while in a call dummy is %s.", +The default is to stop in the frame where the signal was received.", + NULL, /* PRINT: Unwinding of stack if a signal is received while in a call dummy is %s. */ NULL, NULL, &setlist, &showlist); } |