Project

General

Profile

Actions

Emulator Issues #13044

closed

Debugger: CheckBreakPoints is hit twice per breakpoint.

Added by taolas over 1 year ago. Updated over 1 year ago.

Status:
Fixed
Priority:
Normal
Assignee:
% Done:

0%

Operating system:
N/A
Issue type:
Bug
Milestone:
Regression:
No
Relates to usability:
No
Relates to performance:
No
Easy:
No
Relates to maintainability:
No
Regression start:
Fixed in:
5.0-17611

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?

Actions

Also available in: Atom PDF