delve/service
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
..
api proc: support reading captured variables of closures (#3682) 2024-04-07 21:36:50 -07:00
dap tests: fix tests on Go 1.23 (#3697) 2024-04-11 09:40:57 -07:00
debugger pkg/proc: fix watchpoints on macos (#3703) 2024-04-29 14:06:32 +02:00
internal/sameuser Don't use a fixed width for s when parsing /proc/net/tcp lines (#3660) 2024-02-13 10:14:07 -08:00
rpc1 service: fix a bunch of linter warnings from GoLand (#3551) 2023-11-05 17:36:37 +01:00
rpc2 pkg/terminal,pkg/proc: Implement next-instruction (#3671) 2024-02-28 09:28:33 +01:00
rpccommon service/rpccommon: correct wrong comments (#3397) 2023-05-31 10:11:47 -07:00
test pkg/proc: fix watchpoints on macos (#3703) 2024-04-29 14:06:32 +02:00
client.go pkg/terminal,pkg/proc: Implement next-instruction (#3671) 2024-02-28 09:28:33 +01:00
config.go cmd/dlv: Fix trace output (#2038) 2020-05-13 08:38:10 +02:00
listenerpipe.go cmd,service: in non-headless mode use an in-memory connection 2018-10-08 15:11:13 -07:00
rpccallback.go service: fix typos in comments (#3344) 2023-04-27 13:39:33 -07:00
server.go cmd,service: remove temporary def of Server interface in func 2018-10-09 07:56:48 -07:00