mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-29 06:06:54 -06:00
Ide/Debuggers/Gdb_MI2 : resume all threads on continue command
git-svn-id: svn://ultimatepp.org/upp/trunk@4873 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
45f652c44e
commit
bd0b4e9975
1 changed files with 1 additions and 1 deletions
|
|
@ -87,7 +87,7 @@ void Gdb_MI2::Run()
|
|||
if(firstRun)
|
||||
val = MICmd("exec-run");
|
||||
else
|
||||
val = MICmd("exec-continue");
|
||||
val = MICmd("exec-continue --all");
|
||||
int i = 50;
|
||||
while(!started && --i)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue