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

Method GetLineDisasm

pcsx2-qt/Debugger/DisassemblyView.cpp:384–389  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

382}
383
384QString DisassemblyView::GetLineDisasm(u32 address)
385{
386 DisassemblyLineInfo lineInfo;
387 m_disassemblyManager.getLine(address, true, lineInfo);
388 return QString("%1 %2").arg(lineInfo.name.c_str()).arg(lineInfo.params.c_str());
389};
390
391// Here we go!
392void DisassemblyView::paintEvent(QPaintEvent* event)

Callers

nothing calls this directly

Calls 3

getLineMethod · 0.80
argMethod · 0.80
c_strMethod · 0.45

Tested by

no test coverage detected