Home
last modified time | relevance | path

Searched refs:RequestViewInMemory (Results 1 – 5 of 5) sorted by relevance

/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/DolphinQt/Debugger/
H A DRegisterWidget.h28 void RequestViewInMemory(u32 addr);
H A DThreadWidget.h30 void RequestViewInMemory(u32 addr);
H A DRegisterWidget.cpp129 [this, item] { emit RequestViewInMemory(item->GetValue()); }); in ShowContextMenu() local
H A DThreadWidget.cpp127 menu->addAction(tr("View &memory"), this, [this, addr] { emit RequestViewInMemory(addr); }); in ShowContextMenu() local
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/DolphinQt/
H A DMainWindow.cpp418 connect(m_register_widget, &RegisterWidget::RequestViewInMemory, request_view_in_memory); in CreateComponents()
423 connect(m_thread_widget, &ThreadWidget::RequestViewInMemory, request_view_in_memory); in CreateComponents()