Skip to main content

Module protocol

Module protocol 

Source
Expand description

IPC protocol message types

Defines the request/response format for CLI ↔ daemon communication. Uses a simple length-prefixed JSON protocol.

Structs§

BreakpointInfo
Breakpoint information
ContextResult
Context result with source code
EvaluateResult
Evaluate result
Request
IPC request from CLI to daemon
Response
IPC response from daemon to CLI
SourceLine
A source line with its number
StackFrameInfo
Stack frame information
StatusResult
Status response
StopResult
Stop event result
ThreadInfo
Thread information
VariableInfo
Variable information

Enums§

BreakpointLocation
Breakpoint location specification
Command
Commands that can be sent from CLI to daemon
EvaluateContext
Context for expression evaluation