diff options
author | Pedro Alves <palves@redhat.com> | 2012-05-28 20:43:26 +0000 |
---|---|---|
committer | Pedro Alves <palves@redhat.com> | 2012-05-28 20:43:26 +0000 |
commit | ae25568b690d6778eef8a2b800f14dd0a77c2fb2 (patch) | |
tree | d5968fcdc32a7511377827986bcd823702721316 /gdb/ChangeLog | |
parent | 0c5bf5a97d48620c93deb4dbc65da9cd94c2ef8f (diff) | |
download | gdb-ae25568b690d6778eef8a2b800f14dd0a77c2fb2.zip gdb-ae25568b690d6778eef8a2b800f14dd0a77c2fb2.tar.gz gdb-ae25568b690d6778eef8a2b800f14dd0a77c2fb2.tar.bz2 |
2012-05-28 Pedro Alves <palves@redhat.com>
* infrun.c (wait_for_inferior): Move ecss and ecs locals to the
block that uses them. Clear ecss before handling each event.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r-- | gdb/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 49e7259..197749e 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,3 +1,8 @@ +2012-05-28 Pedro Alves <palves@redhat.com> + + * infrun.c (wait_for_inferior): Move ecss and ecs locals to the + block that uses them. Clear ecss before handling each event. + 2012-05-28 Jan Kratochvil <jan.kratochvil@redhat.com> * solib-svr4.c (svr4_current_sos): New comment on |