mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -06:00
GDBStub: Signal Breakpoint Changes To Host
This commit is contained in:
@ -271,6 +271,12 @@ void Host_PPCSymbolsChanged()
|
||||
QueueOnObject(QApplication::instance(), [] { emit Host::GetInstance()->PPCSymbolsChanged(); });
|
||||
}
|
||||
|
||||
void Host_PPCBreakpointsChanged()
|
||||
{
|
||||
QueueOnObject(QApplication::instance(),
|
||||
[] { emit Host::GetInstance()->PPCBreakpointsChanged(); });
|
||||
}
|
||||
|
||||
// We ignore these, and their purpose should be questioned individually.
|
||||
// In particular, RequestRenderWindowSize, RequestFullscreen, and
|
||||
// UpdateMainFrame should almost certainly be removed.
|
||||
|
Reference in New Issue
Block a user