.. |
CachedInterpreter
|
CoreTiming: Refactor to class.
|
2022-11-27 03:47:12 +01:00 |
Interpreter
|
Replace BitUtils with C++20: Counting Zeroes
|
2022-12-21 04:17:00 -06:00 |
Jit64
|
Jit64: Check for breakpoint without disabling block link
|
2022-12-24 13:01:29 +01:00 |
Jit64Common
|
HW/Memmap: Refactor Memory to class, move to Core::System.
|
2022-12-03 13:27:02 +01:00 |
JitArm64
|
JitArm64: Implement breakpoints
|
2022-12-24 13:24:01 +01:00 |
JitArmCommon
|
JitArm64: Restructure the BackPatchInfo flags enum
|
2021-09-08 21:23:00 +02:00 |
JitCommon
|
Jit64: Check for breakpoint without disabling block link
|
2022-12-24 13:01:29 +01:00 |
SignatureDB
|
StripSpaces: only strip spaces
|
2022-07-25 18:40:12 -07:00 |
BreakPoints.cpp
|
Expand conditional breakpoints to memory breakpoints
|
2022-12-04 11:25:33 -07:00 |
BreakPoints.h
|
Expand conditional breakpoints to memory breakpoints
|
2022-12-04 11:25:33 -07:00 |
ConditionRegister.cpp
|
treewide: convert GPLv2+ license info to SPDX tags
|
2021-07-05 04:35:56 +02:00 |
ConditionRegister.h
|
treewide: convert GPLv2+ license info to SPDX tags
|
2021-07-05 04:35:56 +02:00 |
CPUCoreBase.h
|
treewide: convert GPLv2+ license info to SPDX tags
|
2021-07-05 04:35:56 +02:00 |
Expression.cpp
|
Add callstack to conditional breakpoints. Checks entire stack for value.
|
2022-12-03 20:52:17 -07:00 |
Expression.h
|
Add logging and error reporting to Breakpoint Conditionals.
|
2022-10-23 08:22:35 -07:00 |
GDBStub.cpp
|
Merge pull request #11274 from TryTwo/PR_Conditional_BP_Add_Memory
|
2022-12-07 19:55:04 +01:00 |
GDBStub.h
|
GDB Stub: do not send a packet when we just connected
|
2022-01-02 04:35:55 -05:00 |
Gekko.h
|
GDB Stub: Fix the id of the registers returned by p and P packets
|
2021-12-28 19:27:34 -05:00 |
JitInterface.cpp
|
Clean up DisassembleBlock and JitInterface::GetHostCode
|
2022-12-01 17:43:35 -08:00 |
JitInterface.h
|
Clean up DisassembleBlock and JitInterface::GetHostCode
|
2022-12-01 17:43:35 -08:00 |
MMU.cpp
|
PowerPC: Fix theoretically possible infinite loop in WriteToHardware
|
2022-12-25 12:29:13 +01:00 |
MMU.h
|
JitArm64: Implement "soft MMU"
|
2022-06-12 11:03:25 +02:00 |
PowerPC.cpp
|
CoreTiming: Refactor to class.
|
2022-11-27 03:47:12 +01:00 |
PowerPC.h
|
JitArm64: Enforce correct alignment of SPR_TL
|
2022-09-20 18:55:28 +02:00 |
PPCAnalyst.cpp
|
PPCAnalyst: Remove unused variables and methods in BlockRegStats.
|
2022-10-08 03:26:42 +02:00 |
PPCAnalyst.h
|
PPCAnalyst: Remove unused variables in BlockStats.
|
2022-10-08 03:30:56 +02:00 |
PPCCache.cpp
|
HW/Memmap: Refactor Memory to class, move to Core::System.
|
2022-12-03 13:27:02 +01:00 |
PPCCache.h
|
PPCCache: Stop storing lookup table in savestates
|
2022-08-01 16:36:59 -07:00 |
PPCSymbolDB.cpp
|
PPCSymbolDB: Fix getting symbol for the last function
|
2022-07-29 18:41:11 -07:00 |
PPCSymbolDB.h
|
treewide: convert GPLv2+ license info to SPDX tags
|
2021-07-05 04:35:56 +02:00 |
PPCTables.cpp
|
Treewide: Remove unused inclusions of <cinttypes>
|
2022-01-09 12:43:11 -08:00 |
PPCTables.h
|
Jit: Raise program exception on floating point exceptions
|
2021-10-13 17:42:56 +02:00 |
Profiler.h
|
Fix all uninitialized variable warnings (C26495)
|
2021-10-13 12:32:16 -07:00 |