forked from qt-creator/qt-creator
Debugger: Force GNU/Linux osabi when debugging elf on Windows
Coredump fails to open with multi-target gdb on Windows. Change-Id: I66cea184a84539c9f56cc46d7eabadd7760ba649 Reviewed-by: hjk <hjk@theqtcompany.com>
This commit is contained in:
@@ -94,6 +94,7 @@ protected: ////////// Gdb Process Management //////////
|
||||
void startGdb(const QStringList &args = QStringList());
|
||||
void handleInferiorShutdown(const DebuggerResponse &response);
|
||||
void handleGdbExit(const DebuggerResponse &response);
|
||||
void setLinuxOsAbi();
|
||||
|
||||
void loadInitScript();
|
||||
void setEnvironmentVariables();
|
||||
|
||||
Reference in New Issue
Block a user