projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4ab0a8
)
* infcmd.c (continue_1): Add an ERROR_NO_INFERIOR call.
author
Pedro Alves
<palves@redhat.com>
Thu, 14 Aug 2008 01:39:24 +0000
(
01:39
+0000)
committer
Pedro Alves
<palves@redhat.com>
Thu, 14 Aug 2008 01:39:24 +0000
(
01:39
+0000)
gdb/ChangeLog
patch
|
blob
|
history
gdb/infcmd.c
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index ca1a7efd559997d788b362eb503535219ed20fa1..f246016442b0d7d871ed80999640d24e75b76957 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-1,3
+1,7
@@
+2008-08-14 Pedro Alves <pedro@codesourcery.com>
+
+ * infcmd.c (continue_1): Add an ERROR_NO_INFERIOR call.
+
2008-08-13 Pedro Alves <pedro@codesourcery.com>
* breakpoint.c (always_inserted_auto, always_inserted_on)
diff --git
a/gdb/infcmd.c
b/gdb/infcmd.c
index 572555c69d5881f614c19c394c2ec1bbc7b989a1..82d4710d1ddf798f982affc77aa4eafe0a80185a 100644
(file)
--- a/
gdb/infcmd.c
+++ b/
gdb/infcmd.c
@@
-614,6
+614,8
@@
proceed_thread_callback (struct thread_info *thread, void *arg)
void
continue_1 (int all_threads)
{
+ ERROR_NO_INFERIOR;
+
if (non_stop && all_threads)
{
/* Don't error out if the current thread is running, because