delve/pkg/proc/gdbserial
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
..
gdbserver_conn.go proc/gdbserver: ignore spurious stop packet from debugserver (#3021) 2022-06-08 10:56:50 -07:00
gdbserver_unix.go fmt code (#2826) 2021-12-13 10:25:23 -08:00
gdbserver_windows.go proc/native,proc/gdbserial: ignore SIGTTIN, SIGTTOU when fg'ing target 2018-07-31 12:05:54 -07:00
gdbserver.go proc/gdbserver: ignore spurious stop packet from debugserver (#3021) 2022-06-08 10:56:50 -07:00
rr_test.go proc,service: represent logical breakpoints explicitly (#2946) 2022-05-25 13:58:26 -07:00
rr.go *: run go1.19 'go fmt' on everything and fix problems (#3031) 2022-06-17 10:08:11 -07:00