diff options
author | Jan Kratochvil <jan.kratochvil@redhat.com> | 2011-07-13 17:07:16 +0000 |
---|---|---|
committer | Jan Kratochvil <jan.kratochvil@redhat.com> | 2011-07-13 17:07:16 +0000 |
commit | 67f41397ce652a92b8160eb15de66c33b598a376 (patch) | |
tree | ca128975dceefe65b38fabf81b8d0c945a137b91 /gdb/ChangeLog | |
parent | 28a0b48c4849f00a1ea2fd2edbb7417574547e66 (diff) | |
download | gdb-67f41397ce652a92b8160eb15de66c33b598a376.zip gdb-67f41397ce652a92b8160eb15de66c33b598a376.tar.gz gdb-67f41397ce652a92b8160eb15de66c33b598a376.tar.bz2 |
gdb/
Work around kgdb.
* remote.c (remote_get_trace_status): New variable ex. Put
remote_get_noisy_reply into TRY_CATCH. Call exception_fprintf for it.
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 4062bf9..6d2ee2c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,9 @@ +2011-07-13 Jan Kratochvil <jan.kratochvil@redhat.com> + + Work around kgdb. + * remote.c (remote_get_trace_status): New variable ex. Put + remote_get_noisy_reply into TRY_CATCH. Call exception_fprintf for it. + 2011-07-13 Tom Tromey <tromey@redhat.com> * dwarf2expr.c (execute_stack_op) <DW_OP_GNU_regval_type>: Use |