Fixed a segfault crash that would occur if you stepped at the end of a script
authorRobert Sesek <rsesek@bluestatic.org>
Sun, 15 Feb 2009 16:02:27 +0000 (11:02 -0500)
committerRobert Sesek <rsesek@bluestatic.org>
Sun, 15 Feb 2009 16:02:27 +0000 (11:02 -0500)
commit2d8f1c5d6021f278e2025877c9e6946fa6094c6e
treef3634533379283c55afc68c4840a27009db28de1
parent71d8af26ec0f832c291e4892e2517c784d7c2e79
Fixed a segfault crash that would occur if you stepped at the end of a script

* Source/GDBpConnection.m:
(stepIn): Update the status before creating the stack frame so we know if we're connected or not
(stepOut): ditto
(stepOver): ditto
CHANGES
Source/GDBpConnection.m