diff options
-rw-r--r-- | gdb/mi/ChangeLog | 5 | ||||
-rw-r--r-- | gdb/mi/gdbmi.texinfo | 8 |
2 files changed, 5 insertions, 8 deletions
diff --git a/gdb/mi/ChangeLog b/gdb/mi/ChangeLog index 786c03a..3bafadf 100644 --- a/gdb/mi/ChangeLog +++ b/gdb/mi/ChangeLog @@ -1,5 +1,10 @@ 2001-06-26 Andrew Cagney <ac131313@redhat.com> + * gdbmi.texinfo (GDB/MI Output Syntax): Delete reference to query + packet. + +2001-06-26 Andrew Cagney <ac131313@redhat.com> + * mi-cmd-stack.c (list_args_or_locals): Output a list of "args" or "locals" entries. * gdbmi.texinfo (stack-list-locals, stack-list-arguments) diff --git a/gdb/mi/gdbmi.texinfo b/gdb/mi/gdbmi.texinfo index d2799d7..2f9dc8d 100644 --- a/gdb/mi/gdbmi.texinfo +++ b/gdb/mi/gdbmi.texinfo @@ -294,14 +294,6 @@ depending on the needs---this is still in development). @end table @noindent -In addition, the following are still being developed: - -@table @code -@item @var{query} -This action is currently undefined. -@end table - -@noindent Notes: @itemize @bullet |