dolphin/Source/Core/Core/PowerPC
InusualZ caf140dea9 Fix issue were loaded memory breakpoints were not being triggered
This was caused, because we were saving the `break_on_hit` flag with the letter `p`. Then while loading the breakpoints, we read the flag with the letter `b`, resulting in the `break_on_hit` flag being always false
2021-02-19 16:09:50 +00:00
..
CachedInterpreter CachedInterpreter: Call UpdatePerformanceMonitor 2020-12-23 17:34:32 +01:00
Interpreter Interpreter_Integer: Use Common::CountLeadingZeros in cntlzwx 2020-12-28 01:08:50 +00:00
Jit64 rename Common/File to Common/IOFile 2021-01-27 14:29:48 -08:00
Jit64Common Core: Convert logging over to fmt pt.5 2020-11-25 13:23:48 -05:00
JitArm64 JitArm64: Fix improper uses of offsetof 2021-02-14 20:47:41 +01:00
JitArmCommon
JitCommon Jit: Fix correctness issue in dcbf/dcbi/dcbst 2021-01-23 15:17:09 -08:00
SignatureDB rename Common/File to Common/IOFile 2021-01-27 14:29:48 -08:00
BreakPoints.cpp Fix issue were loaded memory breakpoints were not being triggered 2021-02-19 16:09:50 +00:00
BreakPoints.h Add Break On Hit and Log On Hit for instruction breakpoints 2020-07-11 13:38:58 -04:00
ConditionRegister.cpp
ConditionRegister.h
CPUCoreBase.h
GDBStub.cpp msbuild: enable USE_GDBSTUB 2021-01-09 22:26:55 -08:00
GDBStub.h msbuild: enable USE_GDBSTUB 2021-01-09 22:26:55 -08:00
Gekko.h PowerPC: partially implement thermal related SPRs 2020-06-18 07:37:44 +02:00
JitInterface.cpp rename Common/File to Common/IOFile 2021-01-27 14:29:48 -08:00
JitInterface.h
MMU.cpp Core: Convert logging over to fmt pt.5 2020-11-25 13:23:48 -05:00
MMU.h
PowerPC.cpp JitArm64: Do downcount immediately before jumping to dispatcher 2020-11-29 14:01:14 +01:00
PowerPC.h JitArm64: Use STP for pc/npc 2021-01-30 11:56:25 +01:00
PPCAnalyst.cpp Core: Convert logging over to fmt pt.5 2020-11-25 13:23:48 -05:00
PPCAnalyst.h PowerPC/PPCAnalyst: Remove unimplemented LogFunctionCall prototype 2019-12-15 00:23:32 -05:00
PPCCache.cpp rename Core/Analytics to Core/DolphinAnalytics 2021-01-27 14:29:47 -08:00
PPCCache.h PPCCache: Make arrays constexpr where applicable 2019-12-03 04:05:09 -05:00
PPCSymbolDB.cpp rename Common/File to Common/IOFile 2021-01-27 14:29:48 -08:00
PPCSymbolDB.h
PPCTables.cpp rename Common/File to Common/IOFile 2021-01-27 14:29:48 -08:00
PPCTables.h
Profiler.h