C# Class Mono.Debugger.Languages.Mono.MonoFunctionType.MyBreakpointHandle

Inheritance: FunctionBreakpointHandle
Mostrar archivo Open project: baulig/debugger

Public Methods

Method Description
Insert ( System.Thread thread ) : void
MyBreakpointHandle ( Breakpoint bpt, MonoFunctionType function, int line, int column ) : System
Remove ( System.Thread thread ) : void

Private Methods

Method Description
MethodLoaded ( TargetAccess target, Method method ) : void

Method Details

Insert() public method

public Insert ( System.Thread thread ) : void
thread System.Thread
return void

MyBreakpointHandle() public method

public MyBreakpointHandle ( Breakpoint bpt, MonoFunctionType function, int line, int column ) : System
bpt Breakpoint
function MonoFunctionType
line int
column int
return System

Remove() public method

public Remove ( System.Thread thread ) : void
thread System.Thread
return void