Expand description
IPC protocol message types
Defines the request/response format for CLI ↔ daemon communication. Uses a simple length-prefixed JSON protocol.
Structs§
- Breakpoint
Info - Breakpoint information
- Context
Result - Context result with source code
- Evaluate
Result - Evaluate result
- Request
- IPC request from CLI to daemon
- Response
- IPC response from daemon to CLI
- Source
Line - A source line with its number
- Stack
Frame Info - Stack frame information
- Status
Result - Status response
- Stop
Result - Stop event result
- Thread
Info - Thread information
- Variable
Info - Variable information
Enums§
- Breakpoint
Location - Breakpoint location specification
- Command
- Commands that can be sent from CLI to daemon
- Evaluate
Context - Context for expression evaluation