mirror of
https://github.com/justinian/jsix.git
synced 2025-12-09 16:04:32 -08:00
I had defined hook-quit in the GDB script to kill the inferior. But if the inferior had already terminated, then trying to quit GDB only printed an error. Now hook-quit is smarter and checks if the inferior is running before trying to kill it.