Module debugger

Module debugger 

Source

Modules§

address
async
call
process
register
rust
unwind
variable

Structs§

BreakpointView
BreakpointViewOwned
Debugger
Main structure of bug-stalker, control debugee state and provides application functionality.
DebuggerBuilder
Debugger structure builder.
ExplorationContext
Exploration context. Contains current explored thread and program counter. May be changed by user (by thread or frame command) or by debugger (at breakpoints, after steps, etc.).
FrameInfo
Stack frame information.
FunctionAssembly
FunctionDie
FunctionRange
NopHook
PlaceDescriptor
Represent a place in program text identified by file name line number and column number.
PlaceDescriptorOwned
Like a PlaceDescriptor but without reference to compilation unit.
RegionInfo
Information about loaded in VAS region.
Symbol
ThreadSnapshot
Debugee thread description.
Tracee
Tracee is a thread attached to debugger with ptrace.
WatchpointView
Watchpoint information struct.
WatchpointViewOwned

Enums§

CreateTransparentBreakpointRequest
Parameters for construct a transparent breakpoint.
Error
TypeDeclaration

Traits§

EventHook
Trait for the reverse interaction between the debugger and the user interface.

Functions§

read_memory_by_pid
Read N bytes from PID process.