From ec7e75e76075c3d35c8abfa58acbb6abac2c9932 Mon Sep 17 00:00:00 2001 From: Paul Pluzhnikov Date: Thu, 17 Sep 2009 17:49:46 +0000 Subject: testsuite/ChangeLog 2009-09-17 Paul Pluzhnikov * gdb.base/default.exp: Fix "show convenience". doc/ChangeLog 2009-09-17 Paul Pluzhnikov * gdb.texinfo (convenince variables): Mention $_siginfo could be empty. --- gdb/doc/gdb.texinfo | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'gdb/doc/gdb.texinfo') diff --git a/gdb/doc/gdb.texinfo b/gdb/doc/gdb.texinfo index 5a5f542..10640f9 100644 --- a/gdb/doc/gdb.texinfo +++ b/gdb/doc/gdb.texinfo @@ -7819,8 +7819,10 @@ the program being debugged terminates. @item $_siginfo @vindex $_siginfo@r{, convenience variable} -The variable @code{$_siginfo} is bound to extra signal information -inspection (@pxref{extra signal information}). +The variable @code{$_siginfo} contains extra signal information +(@pxref{extra signal information}). Note that @code{$_siginfo} +could be empty, if the application has not yet received any signals. +For example, it will be empty before you execute the @code{run} command. @end table On HP-UX systems, if you refer to a function or variable name that -- cgit v1.1