mirror of https://gitlab.com/basile.b/dexed.git
gdb commander, non stop mode was inverted
This commit is contained in:
parent
fc16b46cd8
commit
4b16fe0128
|
@ -1754,9 +1754,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 on')
|
gdbCommand('-gdb-set non-stop off')
|
||||||
else
|
else
|
||||||
gdbCommand('-gdb-set non-stop off');
|
gdbCommand('-gdb-set non-stop on');
|
||||||
fGdb.OnReadData := @gdboutJsonize;
|
fGdb.OnReadData := @gdboutJsonize;
|
||||||
cpuViewer.TIObject := fInspState;
|
cpuViewer.TIObject := fInspState;
|
||||||
cpuViewer.RefreshPropertyValues;
|
cpuViewer.RefreshPropertyValues;
|
||||||
|
|
Loading…
Reference in New Issue