프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Session | DGdbSession |
메소드 | 설명 | |
---|---|---|
BuildAddressExpression ( string rawExpression, string nonRawFormat = "{0}" ) : string | ||
CalcOffset ( int times = 1 ) : int | ||
MemoryExamination ( DGdbSession sess ) : System | ||
Read ( |
||
Read ( string exp, |
||
Read ( string exp, int count, |
||
Read ( string exp, int length, byte &data ) : bool | ||
Read ( string exp, int length, string &v, int charWidth = 1 ) : bool | ||
Read ( string exp, uint length, byte &data ) : bool | ||
ReadArray ( string arrayHeaderAddress, int itemSize = 1 ) : byte[] | ||
ReadDArrayHeader ( string exp ) : |
||
ReadDynamicObjectTypeString ( string exp ) : string | ||
ReadObjectBytes ( string exp ) : byte[] | ||
ReadString ( string arrayHeaderAddress, int charWidth = 1 ) : string | ||
enforceRawExpr ( string &exp ) : bool |
메소드 | 설명 | |
---|---|---|
WriteMemory ( string addressExpression, byte data ) : GdbCommandResult | ||
WriteMemory ( string addressExpression, string data ) : GdbCommandResult |
public static BuildAddressExpression ( string rawExpression, string nonRawFormat = "{0}" ) : string | ||
rawExpression | string | |
nonRawFormat | string | |
리턴 | string |
public MemoryExamination ( DGdbSession sess ) : System | ||
sess | DGdbSession | |
리턴 | System |
public Read ( |
||
arrayInfo | ||
data | byte | |
itemSize | int | |
리턴 | bool |
public Read ( string exp, int count, |
||
exp | string | |
count | int | |
v | ||
리턴 | bool |
public Read ( string exp, int length, byte &data ) : bool | ||
exp | string | |
length | int | |
data | byte | |
리턴 | bool |
public Read ( string exp, int length, string &v, int charWidth = 1 ) : bool | ||
exp | string | |
length | int | |
v | string | |
charWidth | int | |
리턴 | bool |
public Read ( string exp, uint length, byte &data ) : bool | ||
exp | string | |
length | uint | |
data | byte | |
리턴 | bool |
public ReadArray ( string arrayHeaderAddress, int itemSize = 1 ) : byte[] | ||
arrayHeaderAddress | string | |
itemSize | int | |
리턴 | byte[] |
public ReadDArrayHeader ( string exp ) : |
||
exp | string | |
리턴 |
public ReadDynamicObjectTypeString ( string exp ) : string | ||
exp | string | |
리턴 | string |
public ReadString ( string arrayHeaderAddress, int charWidth = 1 ) : string | ||
arrayHeaderAddress | string | |
charWidth | int | |
리턴 | string |