C# Class Mono.Debugger.Backend.DwarfReader.LineNumberEngine.StatementMachine

Exibir arquivo Open project: baulig/debugger

Public Properties

Property Type Description
basic_block bool
const_add_pc_range int
end_line int
end_offset long
end_sequence bool
engine LineNumberEngine
epilogue_begin bool
is_stmt bool
prologue_end bool
st_address long
st_column int
st_file int
st_line int
start_file int
start_offset long

Public Methods

Method Description
StatementMachine ( LineNumberEngine engine, long offset, long end_offset ) : System
set_end_sequence ( ) : void

Method Details

StatementMachine() public method

public StatementMachine ( LineNumberEngine engine, long offset, long end_offset ) : System
engine LineNumberEngine
offset long
end_offset long
return System

set_end_sequence() public method

public set_end_sequence ( ) : void
return void

Property Details

basic_block public_oe property

public bool basic_block
return bool

const_add_pc_range public_oe property

public int const_add_pc_range
return int

end_line public_oe property

public int end_line
return int

end_offset public_oe property

public long end_offset
return long

end_sequence public_oe property

public bool end_sequence
return bool

engine public_oe property

public LineNumberEngine engine
return LineNumberEngine

epilogue_begin public_oe property

public bool epilogue_begin
return bool

is_stmt public_oe property

public bool is_stmt
return bool

prologue_end public_oe property

public bool prologue_end
return bool

st_address public_oe property

public long st_address
return long

st_column public_oe property

public int st_column
return int

st_file public_oe property

public int st_file
return int

st_line public_oe property

public int st_line
return int

start_file public_oe property

public int start_file
return int

start_offset public_oe property

public long start_offset
return long