Emulator Issues #13044
closedDebugger: CheckBreakPoints is hit twice per breakpoint.
0%
Description
What's the problem? Describe what went wrong.
PowerPC::CheckBreakPoints in Jit.cpp and JitAsm.cpp are both hit on a breakpoint. This produces two log outputs per one hit. Also, working on future stuff and having it hit twice is not good. This is for code breakpoints.
Is the issue present in the latest development version? For future reference, please also write down the version number of the latest development version.
Yes, it seems to have been around for quite awhile.
Other Info
I removed the one from JitAsm and it didn't cause any issues for me, but I don't really know if this is the correct fix. The call doesn't return anything, so I don't think it's needed for more than triggering a breakpoint report. So my other question is: Are both jit and jitasm debug sections always hit together? Is this platform dependent?