From f698437e4b9dd8235f06d0cd46382ec506c3e0be Mon Sep 17 00:00:00 2001 From: Ulrich Weigand Date: Tue, 5 May 2009 13:09:00 +0000 Subject: * fork-child.c (startup_inferior): Move setting stop_pc ... * infcmd.c (post_create_inferior): ... to here. --- gdb/infcmd.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gdb/infcmd.c') diff --git a/gdb/infcmd.c b/gdb/infcmd.c index 9cad3cb..a209848 100644 --- a/gdb/infcmd.c +++ b/gdb/infcmd.c @@ -391,6 +391,9 @@ post_create_inferior (struct target_ops *target, int from_tty) don't need to. */ target_find_description (); + /* Now that we know the register layout, retrieve current PC. */ + stop_pc = read_pc (); + /* If the solist is global across processes, there's no need to refetch it here. */ if (exec_bfd && !gdbarch_has_global_solist (target_gdbarch)) -- cgit v1.1