diff options
author | Joel Brobecker <brobecker@gnat.com> | 2007-11-09 19:04:35 +0000 |
---|---|---|
committer | Joel Brobecker <brobecker@gnat.com> | 2007-11-09 19:04:35 +0000 |
commit | 88408340b86be224130c470c129997ccc947a975 (patch) | |
tree | 47391a602dcf0e38f9f5a76338cff2005b340283 /gdb/ChangeLog | |
parent | 1c86e440c3178f9b729a0e99c0d45e40c7b813e8 (diff) | |
download | gdb-88408340b86be224130c470c129997ccc947a975.zip gdb-88408340b86be224130c470c129997ccc947a975.tar.gz gdb-88408340b86be224130c470c129997ccc947a975.tar.bz2 |
* stack.c (print_frame_arguments_choices): New static global.
(print_frame_arguments): Likewise.
(print_this_frame_argument_p): New function.
(print_frame_args): Print the argument value only when appropriate.
(_initialize_task): Add new "set/show print frame-arguments" command.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 17433cc..4f0d9a9 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,11 @@ +2007-11-06 Joel Brobecker <brobecker@adacore.com> + + * stack.c (print_frame_arguments_choices): New static global. + (print_frame_arguments): Likewise. + (print_this_frame_argument_p): New function. + (print_frame_args): Print the argument value only when appropriate. + (_initialize_task): Add new "set/show print frame-arguments" command. + 2007-11-09 Luis Machado <luisgpm@br.ibm.com> * ppc-linux-nat.c (ppc_linux_insert_watchpoint): Move |