C# Class Mono.Debugger.SymbolFile

Inheritance: DebuggerMarshalByRefObject, IDisposable
Show file Open project: baulig/debugger Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
FindMethod ( string name ) : MethodSource
GetMethods ( SourceFile file ) : MethodSource[]
SimpleLookup ( TargetAddress address, bool exact_match ) : Symbol

Protected Methods

Method Description
DoDispose ( ) : void

Private Methods

Method Description
Dispose ( bool disposing ) : void
OnModuleChanged ( ) : void
UnwindStack ( StackFrame last_frame, TargetMemoryAccess memory ) : StackFrame

Method Details

Dispose() public method

public Dispose ( ) : void
return void

DoDispose() protected method

protected DoDispose ( ) : void
return void

FindMethod() public abstract method

public abstract FindMethod ( string name ) : MethodSource
name string
return MethodSource

GetMethods() public abstract method

public abstract GetMethods ( SourceFile file ) : MethodSource[]
file SourceFile
return MethodSource[]

SimpleLookup() public abstract method

public abstract SimpleLookup ( TargetAddress address, bool exact_match ) : Symbol
address TargetAddress
exact_match bool
return Symbol