mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-07 15:31:26 +12:00
Patches: Add savable breakpoints patch type
This commit is contained in:
parent
b2c6958750
commit
e79fc867c5
12 changed files with 47 additions and 4 deletions
|
@ -1250,6 +1250,11 @@ void debugger_frame::PerformGoToRequest(const QString& text_argument)
|
|||
}
|
||||
}
|
||||
|
||||
void debugger_frame::PerformAddBreakpointRequest(u32 addr)
|
||||
{
|
||||
m_debugger_list->BreakpointRequested(addr, true);
|
||||
}
|
||||
|
||||
u64 debugger_frame::EvaluateExpression(const QString& expression)
|
||||
{
|
||||
bool ok = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue