From 5e746644b625e336cd4052a74d38ed099067c576 Mon Sep 17 00:00:00 2001 From: Stu Grossman Date: Wed, 15 Jan 1992 00:52:19 +0000 Subject: [PATCH] Reference: gdb-pend/646 * infrun.c (wait_for_inferior!!!!): Prevent gdb from hanging when nexting over recursive function calls. --- gdb/ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 2ef2e5e5377..04fe54d2ca0 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 -- 2.30.2