Merge pull request #10771 from TryTwo/PR_AutoStep

Debugger: Implement base code tracing logic. and feature to auto-step through code.
This commit is contained in:
Admiral H. Curtiss
2022-11-04 23:32:54 +01:00
committed by GitHub
8 changed files with 611 additions and 0 deletions

View File

@ -33,6 +33,8 @@ add_library(common
Crypto/ec.h
Crypto/SHA1.cpp
Crypto/SHA1.h
Debug/CodeTrace.cpp
Debug/CodeTrace.h
Debug/MemoryPatches.cpp
Debug/MemoryPatches.h
Debug/Threads.h