epasveer / seer

Seer - a gui frontend to gdb
GNU General Public License v3.0
2.09k stars 66 forks source link

run/start does not restart programs that fork/vfork very well. #167

Open epasveer opened 10 months ago

epasveer commented 10 months ago

When debugging programs that fork/vfork, seer does not restart them very well if you restgart with run/start. You need to exit seer and go back in.

Seer does not kill the child inferior. This shows up with the simple "hellovfork" test program.