Some MinGW gdb versions will crash on info registers
command.
[https://sourceware.org/bugzilla/show_bug.cgi?id=26304]
Once a debugger panel in QtCreator opened, it will keep sending info registers
command to gdb.
To stop this, remove Debugger.MainWindow/ChangedDocks
and Debugger.MainWindow/State
fields from C:\Users\[UserName]\AppData\Roaming\QtProject\QtCreator.ini
[Debugger.MainWindow]
AutoHideTitleBars=true
ShowCentralWidget=true
ChangedDocks=[REMOVED THIS]
State=[REMOVE THIS]