Qt: Implement GDB server
This commit is contained in:
committed by
Connor McLaughlin
parent
abd2399aaf
commit
7dcacc2cda
@@ -21,6 +21,8 @@ class DebuggerWindow;
|
||||
class HostDisplay;
|
||||
struct GameListEntry;
|
||||
|
||||
class GDBServer;
|
||||
|
||||
class MainWindow final : public QMainWindow
|
||||
{
|
||||
Q_OBJECT
|
||||
@@ -145,4 +147,6 @@ private:
|
||||
|
||||
bool m_emulation_running = false;
|
||||
bool m_was_paused_by_focus_loss = false;
|
||||
|
||||
GDBServer* m_gdb_server = nullptr;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user