Skip to content

Commit

Permalink
Merge pull request #8732 from dreamsyntax/debugger-function-differencing
Browse files Browse the repository at this point in the history
Qt/Debugger CodeWidget: Record and find specific functions by differencing
  • Loading branch information
AdmiralCurtiss committed Apr 2, 2022
2 parents 4957b2e + 88a1acd commit 25c173c
Show file tree
Hide file tree
Showing 6 changed files with 611 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/Core/DolphinQt/CMakeLists.txt
Expand Up @@ -208,6 +208,8 @@ add_executable(dolphin-emu
Config/WiimoteControllersWidget.h
Debugger/BreakpointWidget.cpp
Debugger/BreakpointWidget.h
Debugger/CodeDiffDialog.cpp
Debugger/CodeDiffDialog.h
Debugger/CodeViewWidget.cpp
Debugger/CodeViewWidget.h
Debugger/CodeWidget.cpp
Expand Down

0 comments on commit 25c173c

Please sign in to comment.