Property | Type | Description | |
---|---|---|---|
bfd | |||
filename | string | ||
module | Module |
Method | Description | |
---|---|---|
DwarfReader ( |
||
FindMethod ( string name ) : MethodSource | ||
GetMethod ( long handle ) : Method | ||
GetMethods ( SourceFile file ) : MethodSource[] | ||
IsSupported ( |
||
ModuleLoaded ( ) : void | ||
ReadTypes ( ) : void |
Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
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 | |
return | System |
public FindMethod ( string name ) : MethodSource | ||
name | string | |
return | MethodSource |
protected GetAddress ( long address ) : TargetAddress | ||
address | long | |
return | TargetAddress |
protected GetMethodSource ( DieSubprogram subprog, int start_row, int end_row ) : DwarfMethodSource | ||
subprog | DieSubprogram | |
start_row | int | |
end_row | int | |
return | DwarfMethodSource |
public GetMethods ( SourceFile file ) : MethodSource[] | ||
file | SourceFile | |
return | MethodSource[] |
protected GetSourceFile ( string filename ) : SourceFile | ||
filename | string | |
return | SourceFile |
protected get_symtab_at_offset ( long offset ) : ISymbolTable | ||
offset | long | |
return | ISymbolTable |