class

X::Engine::Debugger::Context

Inherits Reference / Object

Constants

Log = ::Log.for(self)

Constructors

Instance methods

add_breakpoint
Source
add_breakpoint_at(address : UInt64) : Breakpoint
Source
breakpoints
Source
clear_breakpoints
Source
enable_step_mode
Source
handle(process : Process::Context, instruction : Instruction::Operation | Nil) : Action
Source
remove_breakpoint(id : UInt64) : Bool
Source
reset
Source
should_break?(process : Process::Context, instruction : Instruction::Operation | Nil) : Bool
Source
stepping?
Source