Skip to content
Snippets Groups Projects
Commit d626a8fa authored by Friedemann Kleint's avatar Friedemann Kleint
Browse files

Debugger: Fix a crash debugging with GdbAdapters (Windows/MSVC).

parent 318eb0bd
No related branches found
No related tags found
No related merge requests found
......@@ -31,6 +31,9 @@
#define DEBUGGER_ABSTRACT_GDB_ADAPTER
#include "debuggerconstants.h"
// Need to include gdbengine.h as otherwise MSVC crashes
// on invoking the first adapter callback in a *derived* adapter class.
#include "gdbengine.h"
#include <QtCore/QObject>
......@@ -40,7 +43,6 @@ class DebuggerStartParameters;
namespace Internal {
class AbstractGdbProcess;
class GdbEngine;
class GdbResponse;
// AbstractGdbAdapter is inherited by PlainGdbAdapter used for local
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment