Breakpoint list at the bottom of the disassembly window
This commit is contained in:
parent
b0f4849277
commit
d4214af710
10 changed files with 365 additions and 33 deletions
|
@ -172,6 +172,11 @@ int CBreakPoints::GetNumBreakpoints()
|
|||
return (int)m_iBreakPoints.size();
|
||||
}
|
||||
|
||||
BreakPoint CBreakPoints::GetBreakpoint(int i)
|
||||
{
|
||||
return m_iBreakPoints[i];
|
||||
}
|
||||
|
||||
int CBreakPoints::GetBreakpointAddress(int i)
|
||||
{
|
||||
return m_iBreakPoints[i].iAddress;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue