]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit
* infrun.c (wait_for_inferior): Fix PC out of subroutine bounds
authorStu Grossman <grossman@cygnus>
Mon, 25 Oct 1993 22:24:02 +0000 (22:24 +0000)
committerStu Grossman <grossman@cygnus>
Mon, 25 Oct 1993 22:24:02 +0000 (22:24 +0000)
commitb58a197344d539b878e5c0c5cdb90dba4e8f9feb
treeb0b95965cda3f99f5ce0118abd064a1e9e80dda5
parent3c1423d6458909187ccf6257f4ce97be5f99dc0c
* infrun.c (wait_for_inferior):  Fix PC out of subroutine bounds
check to use prev_func_start/end instead of stop_func_start/end.
* remote-udi.c (store_register):  Invalidate NPC/PC_REGNUM after
changing PC.
gdb/ChangeLog
gdb/infrun.c
gdb/remote-udi.c