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

Method parseExpression

pcsx2/DebugTools/DebugInterface.cpp:156–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154}
155
156bool DebugInterface::parseExpression(PostfixExpression& exp, u64& dest, std::string& error)
157{
158 MipsExpressionFunctions funcs(this, nullptr, false);
159 return parsePostfixExpression(exp, &funcs, dest, error);
160}
161
162DebugInterface& DebugInterface::get(BreakPointCpu cpu)
163{

Callers 2

MipsCheckImmediateFunction · 0.80
EvaluateMethod · 0.80

Calls 1

parsePostfixExpressionFunction · 0.85

Tested by

no test coverage detected