delve/service/api
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
..
command.go terminal/command: 'goroutines' command add new flags '-exec command' (#3044) 2022-07-25 10:14:43 -07:00
conversions.go *: switch to int64 for goroutine IDs (#3110) 2022-08-16 09:31:11 -07:00
prettyprint_test.go terminal: add -size argument to examinemem command 2020-09-11 08:21:11 +02:00
prettyprint.go proc,service: pretty print time.Time variables (#2865) 2022-03-25 13:59:57 -07:00
types.go *: switch to int64 for goroutine IDs (#3110) 2022-08-16 09:31:11 -07:00