From 7501537f4e998c5197e8435fa96901a3645a0dbe Mon Sep 17 00:00:00 2001 From: Andrew Cagney Date: Fri, 27 Sep 2002 18:09:27 +0000 Subject: [PATCH] 2002-07-12 Mo DeJong * gdbmi.texinfo (var-evaluate-expression): Note that var-list-children must be invoked before child variable values can be evaluated. --- gdb/mi/ChangeLog | 7 +++++++ gdb/mi/gdbmi.texinfo | 3 +++ 2 files changed, 10 insertions(+) diff --git a/gdb/mi/ChangeLog b/gdb/mi/ChangeLog index 5e844e6..86bec4a 100644 --- a/gdb/mi/ChangeLog +++ b/gdb/mi/ChangeLog @@ -1,3 +1,10 @@ +2002-09-27 Andrew Cagney + + From 2002-07-12 Mo DeJong + * gdbmi.texinfo (var-evaluate-expression): Note that + var-list-children must be invoked before child variable + values can be evaluated. + 2002-09-26 Elena Zannoni * mi-cmd-disas.c (dump_insns): Add text only output for CLI. diff --git a/gdb/mi/gdbmi.texinfo b/gdb/mi/gdbmi.texinfo index a71b702..6145dcf 100644 --- a/gdb/mi/gdbmi.texinfo +++ b/gdb/mi/gdbmi.texinfo @@ -3786,6 +3786,9 @@ for the object: value=@var{value} @end example +Note that one must invoke @code{-var-list-children} for a variable +before the value of a child variable can be evaluated. + @subheading The @code{-var-assign} Command @findex -var-assign -- 2.7.4