delve/pkg
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
..
astutil proc: simplify next/step/stepout condition code 2020-04-04 11:00:54 -07:00
config service/dap: Add support for empty string in substitutePath (#3088) 2022-08-14 16:01:39 +02:00
dwarf pkg/dwarf/line: Fix parsing file table for DWARFv5 (#3090) 2022-08-05 19:16:38 +02:00
elfwriter terminal,service,proc/*: adds dump command (gcore equivalent) (#2173) 2021-01-29 13:39:33 -08:00
gobuild gobuild: drop support for building on Go < 1.10 (#2960) 2022-04-06 12:02:21 -07:00
goversion TeamCity,goversion: bump test matrix (#3092) 2022-08-05 12:04:26 -07:00
locspec service/dap: Add support for empty string in substitutePath (#3088) 2022-08-14 16:01:39 +02:00
logflags service/rpccommon,service/dap: warn about listening to remote connections (#2721) 2021-09-29 09:53:27 +02:00
proc *: switch to int64 for goroutine IDs (#3110) 2022-08-16 09:31:11 -07:00
terminal *: switch to int64 for goroutine IDs (#3110) 2022-08-16 09:31:11 -07:00
version *: Bump version to 1.9.0 (#3054) 2022-07-06 19:18:27 +02:00