aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2011-09-05 15:46:34 +0000
committerPedro Alves <palves@redhat.com>2011-09-05 15:46:34 +0000
commitf1d90504dc71a1e66a1f17c71ec1cef2e594682d (patch)
treef1bb5d3f74ad2165b594f46a24ca21099d474fcf /gdb/ChangeLog
parent0f641c01197d8f614a1ecb4a54c7d508f500367a (diff)
downloadgdb-f1d90504dc71a1e66a1f17c71ec1cef2e594682d.zip
gdb-f1d90504dc71a1e66a1f17c71ec1cef2e594682d.tar.gz
gdb-f1d90504dc71a1e66a1f17c71ec1cef2e594682d.tar.bz2
2011-09-05 Pedro Alves <pedro@codesourcery.com>
PR cli/13110 * infrun.c (fetch_inferior_event): Check if there's a selected thread before checking if the selected thread is executing.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 9f06267..80fc406 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,12 @@
2011-09-05 Pedro Alves <pedro@codesourcery.com>
+ PR cli/13110
+
+ * infrun.c (fetch_inferior_event): Check if there's a selected
+ thread before checking if the selected thread is executing.
+
+2011-09-05 Pedro Alves <pedro@codesourcery.com>
+
* inf-loop.c (execute_command): Don't check if the current thread
if running before synchronously waiting for command completion.
* infrun.c (fetch_inferior_event): Handle "set exec-done-display"