delve/pkg
Derek Parker b83ea0c2fa
pkg/dwarf/line: Fix parsing file table for DWARFv5 (#3090)
As we parse this informatin in the loop we must take care to assemble
things correctly. In this situation when we encounter a file name,
the dir index is -1, then subsequently we get the correct dir index
for that file and can put them together. Previously we were adding the
file and then the directory location to the file list instead of
correctly concatenating them, resulting in an incorrect file list making
indexing into the list return incorrect results later on.
2022-08-05 19:16:38 +02:00
..
astutil proc: simplify next/step/stepout condition code 2020-04-04 11:00:54 -07:00
config terminal: add ability to show disassembly instead of source (#3047) 2022-07-14 14:08:47 -07: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 *: Bump version to 1.9.0 (#3054) 2022-07-06 19:18:27 +02:00
locspec pkg/locspec: support exact match in SubstitutePath (#3075) 2022-07-25 09:57:31 -07:00
logflags service/rpccommon,service/dap: warn about listening to remote connections (#2721) 2021-09-29 09:53:27 +02:00
proc pkg/dwarf/line: Fix parsing file table for DWARFv5 (#3090) 2022-08-05 19:16:38 +02:00
terminal :* Improve trace subcommand output (#3091) 2022-08-04 10:10:54 +02:00
version *: Bump version to 1.9.0 (#3054) 2022-07-06 19:18:27 +02:00