mirror of https://gitlab.com/basile.b/dexed.git
Revert "gdb commander, non stop mode was inverted"
This reverts commit 4b16fe0128
.
This commit is contained in:
parent
5f571849cf
commit
e1288094ab
|
@ -1760,9 +1760,9 @@ begin
|
||||||
gdbCommand('break _d_switch_error');
|
gdbCommand('break _d_switch_error');
|
||||||
gdbCommand('-gdb-set mi-async on');
|
gdbCommand('-gdb-set mi-async on');
|
||||||
if not fOptions.stopAllThreadsOnBreak then
|
if not fOptions.stopAllThreadsOnBreak then
|
||||||
gdbCommand('-gdb-set non-stop off')
|
gdbCommand('-gdb-set non-stop on')
|
||||||
else
|
else
|
||||||
gdbCommand('-gdb-set non-stop on');
|
gdbCommand('-gdb-set non-stop off');
|
||||||
fGdb.OnReadData := @gdboutJsonize;
|
fGdb.OnReadData := @gdboutJsonize;
|
||||||
cpuViewer.TIObject := fInspState;
|
cpuViewer.TIObject := fInspState;
|
||||||
cpuViewer.RefreshPropertyValues;
|
cpuViewer.RefreshPropertyValues;
|
||||||
|
|
Loading…
Reference in New Issue