delve/service/debugger
Alessandro Arzilli 5b9f65dac2
*: switch to int64 for goroutine IDs (#3110)
Go 1.20 switched to uint64 to represent goroutine IDs, we can't
actually follow suit because we have allowed clients to use -1 to refer
to the currently selected goroutine, however we should at least switch
to int64 and also update the rtype check to accept the 1.20 type.
2022-08-16 09:31:11 -07:00
..
debugger_darwin.go proc,service/debugger: introduce TargetGroup abstraction (#3030) 2022-07-14 14:14:45 -07:00
debugger_freebsd.go proc,service/debugger: introduce TargetGroup abstraction (#3030) 2022-07-14 14:14:45 -07:00
debugger_linux.go proc,service/debugger: introduce TargetGroup abstraction (#3030) 2022-07-14 14:14:45 -07:00
debugger_test.go *: Better error launching invalid binary format 2020-04-02 18:41:16 +02:00
debugger_unix_test.go service/debugger: make TestDebugger_LaunchWithTTY pass on FreeBSD (#2982) 2022-04-26 13:23:39 -07:00
debugger_unix.go service/debugger: close executable file (#2976) 2022-04-26 14:32:22 -07:00
debugger_windows.go proc,service/debugger: introduce TargetGroup abstraction (#3030) 2022-07-14 14:14:45 -07:00
debugger.go *: switch to int64 for goroutine IDs (#3110) 2022-08-16 09:31:11 -07:00