Browse Source

*** empty log message ***

cagney_bigcore-20040122-branch
Nick Roberts 23 years ago
parent
commit
8e94b9285c
  1. 11
      gdb/ChangeLog
  2. 7
      gdb/doc/ChangeLog
  3. 7
      gdb/testsuite/ChangeLog

11
gdb/ChangeLog

@ -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

7
gdb/doc/ChangeLog

@ -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.

7
gdb/testsuite/ChangeLog

@ -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+.

Loading…
Cancel
Save