diff options
author | Tom Tromey <tromey@redhat.com> | 2008-02-28 17:43:47 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2008-02-28 17:43:47 +0000 |
commit | 258c00ccb0ca7ed81df2fd226ae2a36008b7df60 (patch) | |
tree | 709d432943a2d831a928a8c3dc24139e82070c48 /gdb/ChangeLog | |
parent | 8edfe2693228f91b78661dc04e8c91095ab19487 (diff) | |
download | gdb-258c00ccb0ca7ed81df2fd226ae2a36008b7df60.zip gdb-258c00ccb0ca7ed81df2fd226ae2a36008b7df60.tar.gz gdb-258c00ccb0ca7ed81df2fd226ae2a36008b7df60.tar.bz2 |
* infcmd.c (notice_args_read): Print result of get_inferior_args.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 18a4641..5be237f 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2008-02-28 Tom Tromey <tromey@redhat.com> + + * infcmd.c (notice_args_read): Print result of get_inferior_args. + 2008-02-28 Daniel Jacobowitz <dan@codesourcery.com> * infcmd.c (kill_if_already_running): Make static. Use |