delve/service/debugger
Derek Parker bba7547156
pkg/proc: fix watchpoints on macos (#3703)
It seems newer MacOS kernels are sending mach exceptions for watchpoints
which contain the hardware register number as opposed to the address
which triggered the exception. Also, ARM64 seems to have switched to
sending _EXC_I386_SGL as medata[0] for this exception type.
2024-04-29 14:06:32 +02:00
..
debugger_linux.go all: replace deprecated io/ioutil with io and os (#3509) 2023-09-25 11:41:59 -07:00
debugger_test.go proc,service: simplify tests with T.Setenv (#3503) 2023-09-19 09:29:47 -07:00
debugger_unix_test.go all: remove obsolete build tags "// +build" (#3513) 2023-10-03 08:50:11 -07:00
debugger.go pkg/proc: fix watchpoints on macos (#3703) 2024-04-29 14:06:32 +02:00