diff options
author | Tom Tromey <tromey@redhat.com> | 2012-07-30 17:16:10 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2012-07-30 17:16:10 +0000 |
commit | 728400d7698631b5f58f222c1506a2e30ca2aa2d (patch) | |
tree | 106bd47026444b02cca88e64423e6cce60d589ee /gdb/ChangeLog | |
parent | db7c7ead666454dbfb4cd526eb5823a789b6d456 (diff) | |
download | gdb-728400d7698631b5f58f222c1506a2e30ca2aa2d.zip gdb-728400d7698631b5f58f222c1506a2e30ca2aa2d.tar.gz gdb-728400d7698631b5f58f222c1506a2e30ca2aa2d.tar.bz2 |
* remote-sim.c (gdb_os_poll_quit): Don't check immediate_quit.
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 7ca0070..00411df 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,7 @@ +2012-07-30 Tom Tromey <tromey@redhat.com> + + * remote-sim.c (gdb_os_poll_quit): Don't check immediate_quit. + 2012-07-30 Ulrich Weigand <ulrich.weigand@linaro.org> * arm-linux-nat.c (arm_linux_hw_breakpoint_initialize): Do not |