mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
811741eb8e
The three commands shared identical dispatch logic. Extract a shared dbgcmd_set_breakpoint() that takes function pointers, reducing each command to a one-line wrapper. Co-authored-by: Claude <noreply@anthropic.com>