summary refs log tree commit diff stats
path: root/results/scraper/fex/777
blob: c850625e4165f69f90fafabc647d0b84458996cc (plain) (blame)
1
2
3
4
GDBServer: Crashes due to initialisation order issue.
Currently crashes if `FEXCore::Config::SetConfig(CTX, FEXCore::Config::CONFIG_GDBSERVER, ...)` is called before `FEXCore::Context::SetSignalDelegator()`

Probably need to delay initialisation of the GdbServer until `InitCore()` is called.