Property | Type | Description | |
---|---|---|---|
comp_unit | DieCompileUnit | ||
const_add_pc_range | int | ||
default_is_stmt | bool | ||
line_base | int | ||
minimum_insn_length | byte | ||
opcode_base | byte | ||
reader | |||
source_files |
Method | Description | |
---|---|---|
DumpLineNumbers ( |
||
LineNumberEngine ( DieCompileUnit comp_unit, long offset, string compilation_dir ) : System | ||
Lookup ( TargetAddress address ) : SourceAddress | ||
Lookup ( int line ) : TargetAddress | ||
ToString ( ) : string |
Method | Description | |
---|---|---|
Read ( ) : void | ||
commit ( ) : void | ||
do_extended_opcode ( ) : void | ||
do_standard_opcode ( byte opcode ) : void | ||
error ( string message ) : void | ||
warning ( string message ) : void |
Method | Description | |
---|---|---|
debug ( string message ) : void | ||
do_lookup ( TargetAddress address, int start_pos, int end_pos ) : SourceAddress |
public DumpLineNumbers ( |
||
writer | ||
return | void |
public LineNumberEngine ( DieCompileUnit comp_unit, long offset, string compilation_dir ) : System | ||
comp_unit | DieCompileUnit | |
offset | long | |
compilation_dir | string | |
return | System |
public Lookup ( TargetAddress address ) : SourceAddress | ||
address | TargetAddress | |
return | SourceAddress |
protected do_standard_opcode ( byte opcode ) : void | ||
opcode | byte | |
return | void |
protected DwarfBinaryReader,Mono.Debugger.Backend reader | ||
return |