Skip to content

Commit

Permalink
LinuxEmulation: Moves guest signal frame generation to its own file
Browse files Browse the repository at this point in the history
No functional change, just moving the code.

This is entirely freestanding from the rest of the signal delegator
handling and mostly gets in the way when I'm working with the rest of
the signal handling. Separate it out to improve readability.
  • Loading branch information
Sonicadvance1 committed Aug 28, 2024
1 parent ac814ac commit e92b243
Show file tree
Hide file tree
Showing 3 changed files with 801 additions and 783 deletions.
1 change: 1 addition & 0 deletions Source/Tools/LinuxEmulation/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ set (SRCS
LinuxSyscalls/SyscallsSMCTracking.cpp
LinuxSyscalls/SyscallsVMATracking.cpp
LinuxSyscalls/ThreadManager.cpp
LinuxSyscalls/SignalDelegator/GuestFramesManagement.cpp
LinuxSyscalls/Utils/Threads.cpp
LinuxSyscalls/x32/Syscalls.cpp
LinuxSyscalls/x32/EPoll.cpp
Expand Down
Loading

0 comments on commit e92b243

Please sign in to comment.