프로퍼티 | 타입 | 설명 | |
---|---|---|---|
bfd | |||
filename | string | ||
module | Module |
메소드 | 설명 | |
---|---|---|
DwarfReader ( |
||
FindMethod ( string name ) : MethodSource | ||
GetMethod ( long handle ) : Method | ||
GetMethods ( SourceFile file ) : MethodSource[] | ||
IsSupported ( |
||
ModuleLoaded ( ) : void | ||
ReadTypes ( ) : void |
메소드 | 설명 | |
---|---|---|
AddType ( DieType type ) : void | ||
GetAddress ( long address ) : TargetAddress | ||
GetMethodSource ( DieSubprogram subprog, int start_row, int end_row ) : DwarfMethodSource | ||
GetSourceFile ( string filename ) : SourceFile | ||
get_symtab_at_offset ( long offset ) : ISymbolTable |
메소드 | 설명 | |
---|---|---|
create_reader ( string section_name, bool optional ) : ObjectCache | ||
create_reader_func ( object user_data ) : object | ||
debug ( string message ) : void | ||
read_aranges ( ) : |
||
read_pubnames ( ) : |
||
read_pubtypes ( ) : |
public DwarfReader ( |
||
bfd | ||
module | Module | |
리턴 | System |
protected GetAddress ( long address ) : TargetAddress | ||
address | long | |
리턴 | TargetAddress |
protected GetMethodSource ( DieSubprogram subprog, int start_row, int end_row ) : DwarfMethodSource | ||
subprog | DieSubprogram | |
start_row | int | |
end_row | int | |
리턴 | DwarfMethodSource |
public GetMethods ( SourceFile file ) : MethodSource[] | ||
file | SourceFile | |
리턴 | MethodSource[] |
protected GetSourceFile ( string filename ) : SourceFile | ||
filename | string | |
리턴 | SourceFile |
protected get_symtab_at_offset ( long offset ) : ISymbolTable | ||
offset | long | |
리턴 | ISymbolTable |