delve/service/test
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
..
common_test.go proc,terminal,service: support stack watchpoints (#2521) 2021-08-09 10:41:25 -07:00
integration1_test.go *: switch to int64 for goroutine IDs (#3110) 2022-08-16 09:31:11 -07:00
integration2_test.go proc: fix prettyprint for register components with large values (#3022) 2022-06-02 10:16:32 -07:00