Gdb: Threads now being cleared before launching or continuing debugger execution to avoid debugger crash while switching threads during debugging.

git-svn-id: svn://ultimatepp.org/upp/trunk@12033 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
klugier 2018-06-30 16:00:49 +00:00
parent e80a65d76a
commit ab5af37988

View file

@ -290,6 +290,9 @@ String Gdb::DoRun()
pid = atoi(~s + q);
IdeSetBar();
}
threads.Clear();
return Cmdp("continue");
}