MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / getPC

Method getPC

pcsx2/DebugTools/DebugInterface.cpp:555–558  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

553}
554
555u32 R5900DebugInterface::getPC()
556{
557 return cpuRegs.pc;
558}
559
560// Taken from COP0.cpp
561bool R5900DebugInterface::getCPCOND0()

Callers 15

paintEventMethod · 0.80
keyPressEventMethod · 0.80
dataMethod · 0.80
onVMPausedMethod · 0.80
onStepIntoMethod · 0.80
onStepOverMethod · 0.80
onStepOutMethod · 0.80
needsResetMethod · 0.80
getSymbolsMethod · 0.80
setupFunctionFieldMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected