mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-20 09:19:48 +00:00
Debugger: Add a Network widget
Display socket table, SSL context and options
This commit is contained in:
parent
88ae4c7914
commit
5e33cd48da
14 changed files with 406 additions and 20 deletions
|
@ -126,6 +126,8 @@ public:
|
|||
bool IsCodeVisible() const;
|
||||
void SetMemoryVisible(bool enabled);
|
||||
bool IsMemoryVisible() const;
|
||||
void SetNetworkVisible(bool enabled);
|
||||
bool IsNetworkVisible() const;
|
||||
void SetJITVisible(bool enabled);
|
||||
bool IsJITVisible() const;
|
||||
QFont GetDebugFont() const;
|
||||
|
@ -168,6 +170,7 @@ signals:
|
|||
void BreakpointsVisibilityChanged(bool visible);
|
||||
void CodeVisibilityChanged(bool visible);
|
||||
void MemoryVisibilityChanged(bool visible);
|
||||
void NetworkVisibilityChanged(bool visible);
|
||||
void JITVisibilityChanged(bool visible);
|
||||
void DebugModeToggled(bool enabled);
|
||||
void DebugFontChanged(QFont font);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue