aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStu Grossman <grossman@cygnus>1992-01-15 00:52:19 +0000
committerStu Grossman <grossman@cygnus>1992-01-15 00:52:19 +0000
commit5e746644b625e336cd4052a74d38ed099067c576 (patch)
treecd116a571dba4a78d54ab050f3013c5862e09e31
parentd261ece7eaad126ce7129d0f82b4a2f23f22fece (diff)
downloadgdb-5e746644b625e336cd4052a74d38ed099067c576.zip
gdb-5e746644b625e336cd4052a74d38ed099067c576.tar.gz
gdb-5e746644b625e336cd4052a74d38ed099067c576.tar.bz2
Reference: gdb-pend/646
* infrun.c (wait_for_inferior!!!!): Prevent gdb from hanging when nexting over recursive function calls.
-rw-r--r--gdb/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 2ef2e5e..04fe54d 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,8 @@
Tue Jan 14 12:28:52 1992 Stu Grossman (grossman at cygnus.com)
+ * infrun.c (wait_for_inferior!!!!): Prevent gdb from hanging when
+ nexting over recursive function calls.
+
* target.c (target_read_string): Create this routine to read null
terminated strings from the target. It deals with running off the
end of memory elegantly as well. solib.c (find_solib): Use