diff options
author | Pedro Alves <palves@redhat.com> | 2012-05-24 15:54:57 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2012-05-24 15:54:57 +0000 |
commit | b09846a918b74f0371149f730f8b391548b11a8d (patch) | |
tree | 500e64b3c7699c52fb8c23aaad473a0c7eb6708d /gdb/ChangeLog | |
parent | 16224acd5cc40286a5e9b95704481a36b36fe6bd (diff) | |
download | gdb-b09846a918b74f0371149f730f8b391548b11a8d.zip gdb-b09846a918b74f0371149f730f8b391548b11a8d.tar.gz gdb-b09846a918b74f0371149f730f8b391548b11a8d.tar.bz2 |
2012-05-24 Pedro Alves <palves@redhat.com>
PR tui/14159
* tui/tui-hooks.c (tui_query_hook): Pre-compute the question
string, instead of reusing the va_list argument.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 18ae7f4..45c8605 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,10 @@ +2012-05-24 Pedro Alves <palves@redhat.com> + + PR tui/14159 + + * tui/tui-hooks.c (tui_query_hook): Pre-compute the question + string, instead of reusing the va_list argument. + 2012-05-24 Tom Tromey <tromey@redhat.com> * cp-support.h (cp_finalize_namespace, cp_initialize_namespace): |