*** empty log message ***
authorNick Roberts <nickrob@snap.net.nz>
Tue, 20 Jan 2004 00:51:13 +0000 (00:51 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Tue, 20 Jan 2004 00:51:13 +0000 (00:51 +0000)
gdb/ChangeLog
gdb/doc/ChangeLog
gdb/testsuite/ChangeLog

index db5193aaed979a4a79b3f54130cd804465fb2647..67668ea76bd73a2958dc837bef5d44c23aa4db24 100644 (file)
@@ -1,3 +1,14 @@
+2004-01-20  Nick Roberts  <nick@nick.uklinux.net>
+
+       * mi/mi-cmds.h (enum print_values): Add definition.
+
+       * mi/mi-cmd-stack.c (mi_cmd_stack_list_locals): Print the name,
+       type and value for simple data types and just the name and type
+       for complex ones, if required.
+
+       * mi/mi-cmd-var.c (mi_cmd_var_list_children): Print the values of the
+       children, if required.
+
 2004-01-19  Kevin Buettner  <kevinb@redhat.com>
 
        * frv-tdep.c (frv_push_arguments, frv_saved_pc_after_call): Delete
index 6b0016616588a055b3a85f5f7a38fc3443a46da3..27ace6d9101cd6835144fc6ab97e45ec9681e2e1 100644 (file)
@@ -1,3 +1,10 @@
+2004-01-19  Nick Roberts  <nick@nick.uklinux.net>
+
+       * gdb.texinfo (GDB/MI Stack Manipulation): Describe extension to
+       -stack-list-locals.
+       (GDB/MI Variable Objects): Describe extension to
+       -var-list-children.
+
 2004-01-17  Daniel Jacobowitz  <drow@mvista.com>
 
        * gdbint.texinfo (DECR_PC_AFTER_HW_BREAK): Don't document.
index 39d84516c4ea7252cec8a108bc106113bcfe18b3..150107333158d12045696f7f7032cfff59600f28 100644 (file)
@@ -1,3 +1,10 @@
+2004-01-20  Nick Roberts  <nick@nick.uklinux.net>
+
+       * gdb.mi/mi-stack.exp (test_stack_locals_listing): Test for
+       case "-stack-list-locals 2".
+       * gdb.mi/mi-var-child.exp: Test for case
+       "-var-list-children --all-values NAME".
+
 2004-01-18  Michael Chastain  <mec.gnu@mindspring.com>
 
        * gdb.cp/local.exp: Accept correct output for gcc v3 -gstabs+.