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

Method contextCopyFunctionName

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

Source from the content-addressed store, hash-verified

278}
279
280void DisassemblyView::contextCopyFunctionName()
281{
282 std::string name = cpu().GetSymbolGuardian().FunctionStartingAtAddress(m_selectedAddressStart).name;
283 QGuiApplication::clipboard()->setText(QString::fromStdString(name));
284}
285
286void DisassemblyView::contextRemoveFunction()
287{

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected