C# Class Mono.Debugger.Backtrace

Inheritance: DebuggerMarshalByRefObject
显示文件 Open project: baulig/debugger Class Usage Examples

Public Methods

Method Description
Backtrace ( StackFrame first_frame ) : System
Print ( ) : string
this ( int number ) : StackFrame

Private Methods

Method Description
AddFrame ( StackFrame new_frame ) : void
GetBacktrace ( ThreadServant thread, TargetMemoryAccess memory, Mode mode, TargetAddress until, int max_frames ) : void
IsFrameOkForMode ( StackFrame frame, Mode mode ) : bool
TryCallback ( ThreadServant thread, TargetMemoryAccess memory, StackFrame &frame, bool exact_match ) : bool
TryLMF ( ThreadServant thread, TargetMemoryAccess memory ) : StackFrame
TryUnwind ( ThreadServant thread, TargetMemoryAccess memory, Mode mode, TargetAddress until ) : bool

Method Details

Backtrace() public method

public Backtrace ( StackFrame first_frame ) : System
first_frame StackFrame
return System

Print() public method

public Print ( ) : string
return string

this() public method

public this ( int number ) : StackFrame
number int
return StackFrame