gdb commander, non stop mode was inverted

This commit is contained in:
Basile Burg 2017-10-22 19:57:56 +02:00
parent fc16b46cd8
commit 4b16fe0128
No known key found for this signature in database
GPG Key ID: 1868039F415CB8CF
1 changed files with 2 additions and 2 deletions

View File

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