Debugger: Add a Network widget

Display socket table, SSL context and options
This commit is contained in:
Sepalani
2020-04-19 23:30:50 +04:00
parent 88ae4c7914
commit 5e33cd48da
14 changed files with 406 additions and 20 deletions

View File

@ -176,6 +176,8 @@ add_executable(dolphin-emu
Debugger/MemoryViewWidget.h
Debugger/MemoryWidget.cpp
Debugger/MemoryWidget.h
Debugger/NetworkWidget.cpp
Debugger/NetworkWidget.h
Debugger/NewBreakpointDialog.cpp
Debugger/NewBreakpointDialog.h
Debugger/PatchInstructionDialog.cpp