You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
buildx/monitor/commands
Kohei Tokunaga bcf21dee44
monitor: support step-by-step breakpoint debugger
This commit adds a set of commands to monitor for enabling breakpoint debugger.
This is implemented based on the walker utility for step-by-step LLB inspection.
For each vertex and breakpoint, monitor calls Solve API so the user can enter to
the debugger container on each vertex for inspection.

User can enter to the breakpoint debugger mode by --invoke=debug-step flag.

Signed-off-by: Kohei Tokunaga <ktokunaga.mail@gmail.com>
2 years ago
..
attach.go monitor: support step-by-step breakpoint debugger 2 years ago
break.go monitor: support step-by-step breakpoint debugger 2 years ago
breakpoints.go monitor: support step-by-step breakpoint debugger 2 years ago
clear.go monitor: support step-by-step breakpoint debugger 2 years ago
clearall.go monitor: support step-by-step breakpoint debugger 2 years ago
continue.go monitor: support step-by-step breakpoint debugger 2 years ago
disconnect.go monitor: support step-by-step breakpoint debugger 2 years ago
exec.go monitor: add long help for commands 2 years ago
kill.go monitor: add long help for commands 2 years ago
list.go monitor: add long help for commands 2 years ago
next.go monitor: support step-by-step breakpoint debugger 2 years ago
ps.go monitor: add long help for commands 2 years ago
reload.go monitor: support step-by-step breakpoint debugger 2 years ago
rollback.go monitor: add long help for commands 2 years ago
show.go monitor: support step-by-step breakpoint debugger 2 years ago