mirror of
https://github.com/go-delve/delve.git
synced 2025-10-30 10:17:03 +08:00
Adds the low-level support for watchpoints (aka data breakpoints) to the native linux/amd64 backend. Does not add user interface or functioning support for watchpoints on stack variables. Updates #279