From 1d3056ac0dcfc402d7b5c3887f9598ea4aca85a4 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Fri, 7 May 2004 14:08:52 +0000 Subject: [PATCH] * infcall.c (_initialize_infcall): Fix typo. --- gdb/ChangeLog | 4 ++++ gdb/infcall.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index e40321b875..d0ba0b5b3f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2004-05-07 Mark Kettenis + + * infcall.c (_initialize_infcall): Fix typo. + 2004-05-07 Andrew Cagney * cli/cli-decode.c (add_setshow_zinteger_cmd): New function. diff --git a/gdb/infcall.c b/gdb/infcall.c index 3034bc42bc..41aad923cd 100644 --- a/gdb/infcall.c +++ b/gdb/infcall.c @@ -1089,7 +1089,7 @@ 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.", "\ -Set unwinding of stack if a signal is received while in a call dummy.\n\ +Show unwinding of stack if a signal is received while in a call dummy.\n\ 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\ -- 2.34.1