C# Class Mono.Debugger.Backtrace

Inheritance: DebuggerMarshalByRefObject
Afficher le fichier Open project: baulig/debugger Class Usage Examples

Méthodes publiques

Méthode Description
Backtrace ( StackFrame first_frame ) : System
Print ( ) : string
this ( int number ) : StackFrame

Private Methods

Méthode 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 méthode

public Backtrace ( StackFrame first_frame ) : System
first_frame StackFrame
Résultat System

Print() public méthode

public Print ( ) : string
Résultat string

this() public méthode

public this ( int number ) : StackFrame
number int
Résultat StackFrame