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:
12f4fe6
)
* infrun.c (wait_for_inferior): Fix PC out of objfile bounds
author
Stu Grossman
<grossman@cygnus>
Tue, 26 Oct 1993 01:13:28 +0000
(
01:13
+0000)
committer
Stu Grossman
<grossman@cygnus>
Tue, 26 Oct 1993 01:13:28 +0000
(
01:13
+0000)
check to just use stop_func_name == 0.
gdb/ChangeLog
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index e8af83d2c171fad04b4af0bf5737be0c66e43548..1bf5dcb194428ce3c67d7ccae08a54994e9650db 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-1,7
+1,7
@@
Mon Oct 25 11:08:59 1993 Stu Grossman (grossman at cygnus.com)
- * infrun.c (wait_for_inferior): Fix PC out of
subroutin
e bounds
- check to
use prev_func_start/end instead of stop_func_start/end
.
+ * infrun.c (wait_for_inferior): Fix PC out of
objfil
e bounds
+ check to
just use stop_func_name == 0
.
* remote-udi.c (store_register): Invalidate NPC/PC_REGNUM after
changing PC.