Bug 62992

Summary: gdb stays open if app file name does not exist
Product: [Applications] kdevelop Reporter: Jon Smirl <jonsmirl>
Component: CPP DebuggerAssignee: KDevelop Developers <kdevelop-devel>
Status: RESOLVED INTENTIONAL    
Severity: normal    
Priority: NOR    
Version: git master   
Target Milestone: ---   
Platform: RedHat Enterprise Linux   
OS: Linux   
Latest Commit: Version Fixed In:

Description Jon Smirl 2003-08-20 06:20:26 UTC
Version:           CVS (using KDE KDE 3.1)
Installed from:    RedHat RPMs

Gdb stays open if app file name does not exist. 
It also stays open if the program does an exit().

I can type 'quit' to close the window but gdb still seems to be active.

If I make changes, compile, restart gdb ofter dies probably becuase copy it is debugging doesn't machine one on disk? This only happens when I am in the quasi open mode after an exit() or invalid app name.
Comment 1 Harald Fernengel 2003-09-04 22:04:07 UTC
afaik this is intended behaviour, use the "Stop" Button to kill gdb in those 
cases.