Esempio n. 1
0
 void IsBreakpoint(uint Address, out XboxBreakpointType Type)
 {
     Type = XboxBreakpointType.NoBreakpoint;
 }
Esempio n. 2
0
 void SetDataBreakpoint(uint Address, XboxBreakpointType Type, uint Size)
 {
 }