Revert "gdb commander, non stop mode was inverted"

This reverts commit 4b16fe0128.
This commit is contained in:
Basile Burg 2017-10-30 03:21:03 +01:00
parent 5f571849cf
commit e1288094ab
No known key found for this signature in database
GPG Key ID: 1868039F415CB8CF
1 changed files with 2 additions and 2 deletions

View File

@ -1760,9 +1760,9 @@ begin
gdbCommand('break _d_switch_error');
gdbCommand('-gdb-set mi-async on');
if not fOptions.stopAllThreadsOnBreak then
gdbCommand('-gdb-set non-stop off')
gdbCommand('-gdb-set non-stop on')
else
gdbCommand('-gdb-set non-stop on');
gdbCommand('-gdb-set non-stop off');
fGdb.OnReadData := @gdboutJsonize;
cpuViewer.TIObject := fInspState;
cpuViewer.RefreshPropertyValues;