delve/service/test
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
..
common_test.go terminal: restore breakpoints set with line offset on restart (#3425) 2023-07-20 12:29:59 +02:00
integration1_test.go all: use "len == 0" rather than "len <= 0" when checking empty slice/string (#3439) 2023-07-13 11:30:32 -07:00
integration2_test.go pkg/proc: fix watchpoints on macos (#3703) 2024-04-29 14:06:32 +02:00