delve/pkg/dwarf
Alessandro Arzilli c412dcdc4f
*: run go1.19 'go fmt' on everything and fix problems (#3031)
Go 1.19 also formats doc comments according to the new godoc syntax.
Some of our comments, especially unexported symbols did not conform to
the godoc syntax and therefore are mangled by 'go fmt'.

This PR runs 'go fmt' from go1.19 on everything and manually fixes the
problems.

See also:
	https://github.com/golang/proposal/blob/master/design/51082-godocfmt.md
2022-06-17 10:08:11 -07:00
..
dwarfbuilder *: clean up staticcheck problems (#2723) 2021-09-28 12:07:42 -07:00
frame proc: add workaround for debug_frame bug on macOS (#2374) 2021-03-09 11:35:24 +01:00
godwarf *: run go1.19 'go fmt' on everything and fix problems (#3031) 2022-06-17 10:08:11 -07:00
line proc: rewrite FindFileLocation to support generics 2021-10-02 15:44:30 +02:00
loclist dwarf/loclist,godwarf,proc: support DWARF version 5 loclists and debug_addr (#2097) 2020-08-17 17:19:46 -07:00
op pkg/proc: merge register data before writing to register (#2699) 2021-09-24 15:27:44 -07:00
reader proc: do not check return args when loading return vals of call injection 2021-10-02 15:44:30 +02:00
regnum gdbserial,regnum: support ZMM registers, disable 'g' on debugserver (#2498) 2021-05-26 08:21:03 -07:00
util *: clean up staticcheck problems (#2723) 2021-09-28 12:07:42 -07:00