diff options
author | Andrew Cagney <cagney@redhat.com> | 2001-06-26 19:11:48 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2001-06-26 19:11:48 +0000 |
commit | 8eb6914741e29ba6bb39da788d8371f8534d59aa (patch) | |
tree | c6abe92cc0958d7eadf00deb1b1b641c73563bdf /gdb/mi | |
parent | dc61bc6d40462648d8d3cd29e7b6ee96645f3b4d (diff) | |
download | gdb-8eb6914741e29ba6bb39da788d8371f8534d59aa.zip gdb-8eb6914741e29ba6bb39da788d8371f8534d59aa.tar.gz gdb-8eb6914741e29ba6bb39da788d8371f8534d59aa.tar.bz2 |
delete reference to query output
Diffstat (limited to 'gdb/mi')
-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 |