diff options
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 7aba5e8..31454ab 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2012-09-21 Jan Kratochvil <jan.kratochvil@redhat.com> + + Fix disassemble without parameters in tailcall frame. + * cli/cli-cmds.c (disassemble_current_function): Use + get_frame_address_in_block. + 2012-09-21 Tom Tromey <tromey@redhat.com> * c-typeprint.c (c_type_print_base) <TYPE_CODE_STRUCT, |