프로퍼티 | 타입 | 설명 | |
---|---|---|---|
BacktraceHelper | MonoDevelop.D.Debugging.DLocalExamBacktrace | ||
CurrentFrameIndex | int |
메소드 | 설명 | |
---|---|---|
Allocate ( int size ) : ulong | ||
DGdbBacktrace ( |
||
Execute ( ulong offset ) : void | ||
FindSymbol ( string s ) : IDBacktraceSymbol | ||
Free ( ulong offset, int size ) : void | ||
GetCurrentStackFrameInfo ( string &file, ulong &offset, D_Parser &sourceLocation ) : void | ||
GetLocalVariables ( int frameIndex, Mono.Debugging.Client.EvaluationOptions options ) : Mono.Debugging.Client.ObjectValue[] | ||
GetParameters ( int frameIndex, Mono.Debugging.Client.EvaluationOptions options ) : Mono.Debugging.Client.ObjectValue[] | ||
GetRawValue ( Mono.Debugging.Client.ObjectPath path, Mono.Debugging.Client.EvaluationOptions options ) : object |
Used when viewing variable contents in the dedicated window in MonoDevelop.
|
|
ReadByte ( ulong offset ) : byte | ||
ReadBytes ( ulong offset, ulong size ) : byte[] | ||
ReadInt16 ( ulong offset ) : short | ||
ReadInt32 ( ulong offset ) : int | ||
ReadInt64 ( ulong offset ) : long | ||
Write ( ulong offset, byte data ) : void |
메소드 | 설명 | |
---|---|---|
CreateFrame ( |
||
CreateVarObject ( string exp, Mono.Debugging.Client.EvaluationOptions opt ) : Mono.Debugging.Client.ObjectValue |
메소드 | 설명 | |
---|---|---|
ConstructBacktraceSymbol ( string name, string value, string rawExpression = null ) : GdbBacktraceSymbol | ||
ParseHexValue ( string v ) : ulong |
protected CreateFrame ( |
||
frameData | ||
리턴 | Mono.Debugging.Client.StackFrame |
protected CreateVarObject ( string exp, Mono.Debugging.Client.EvaluationOptions opt ) : Mono.Debugging.Client.ObjectValue | ||
exp | string | |
opt | Mono.Debugging.Client.EvaluationOptions | |
리턴 | Mono.Debugging.Client.ObjectValue |
public DGdbBacktrace ( |
||
session | ||
threadId | long | |
count | int | |
firstFrame | ||
리턴 | System |
public FindSymbol ( string s ) : IDBacktraceSymbol | ||
s | string | |
리턴 | IDBacktraceSymbol |
public GetCurrentStackFrameInfo ( string &file, ulong &offset, D_Parser &sourceLocation ) : void | ||
file | string | |
offset | ulong | |
sourceLocation | D_Parser | |
리턴 | void |
public GetLocalVariables ( int frameIndex, Mono.Debugging.Client.EvaluationOptions options ) : Mono.Debugging.Client.ObjectValue[] | ||
frameIndex | int | |
options | Mono.Debugging.Client.EvaluationOptions | |
리턴 | Mono.Debugging.Client.ObjectValue[] |
public GetParameters ( int frameIndex, Mono.Debugging.Client.EvaluationOptions options ) : Mono.Debugging.Client.ObjectValue[] | ||
frameIndex | int | |
options | Mono.Debugging.Client.EvaluationOptions | |
리턴 | Mono.Debugging.Client.ObjectValue[] |
public GetRawValue ( Mono.Debugging.Client.ObjectPath path, Mono.Debugging.Client.EvaluationOptions options ) : object | ||
path | Mono.Debugging.Client.ObjectPath | |
options | Mono.Debugging.Client.EvaluationOptions | |
리턴 | object |
public ReadBytes ( ulong offset, ulong size ) : byte[] | ||
offset | ulong | |
size | ulong | |
리턴 | byte[] |
public DLocalExamBacktrace,MonoDevelop.D.Debugging BacktraceHelper | ||
리턴 | MonoDevelop.D.Debugging.DLocalExamBacktrace |