class

X::Assembler::InteractiveDebugger

Inherits Reference / Object

Constructors

new(engine : Engine::Context)
Source

Instance methods

attach
Source
auto_continue
Source
auto_continue=(auto_continue : Bool)
Source
breakpoints
Source
breakpoints=(breakpoints : Hash(String, UInt64))
Source
display_state(process : Process::Context, instruction : Instruction::Operation | Nil)
Source
engine
Source
engine=(engine : Engine::Context)
Source
instruction_names
Source
instruction_names=(instruction_names : Hash(UInt64, Hash(UInt64, String)))
Source
last_command
Source
last_command=(last_command : String)
Source
process_filter
Source
process_filter=(process_filter : UInt64 | Nil)
Source
prompt(process : Process::Context, instruction : Instruction::Operation | Nil) : Engine::Debugger::Action
Source
show_context_lines
Source
show_context_lines=(show_context_lines : Int32)
Source