delve/pkg/terminal
Alessandro Arzilli af1ffc8504 proc,proc/native,proc/gdbserial: initial plugin support (#1413)
Adds initial support for plugins, this is only the code needed to keep
track of loaded plugins on linux (both native and gdbserial backend).

It does not actually implement support for debugging plugins on linux.

Updates #865
2019-03-20 10:32:51 -07:00
..
command_test.go proc/gdbserial: do not return floating point regs when not requested (#1497) 2019-02-26 08:53:45 -08:00
command.go proc,proc/native,proc/gdbserial: initial plugin support (#1413) 2019-03-20 10:32:51 -07:00
config.go *: Update import name to github.com/go-delve/delve 2019-01-04 19:43:13 +01:00
disasmprint.go *: Update import name to github.com/go-delve/delve 2019-01-04 19:43:13 +01:00
docgen.go *: Update import name to github.com/go-delve/delve 2019-01-04 19:43:13 +01:00
terminal_other.go Move top-level packages into pkg 2017-02-08 12:17:19 -08:00
terminal_test.go *: Update import name to github.com/go-delve/delve 2019-01-04 19:43:13 +01:00
terminal_windows.go Move top-level packages into pkg 2017-02-08 12:17:19 -08:00
terminal.go *: Update import name to github.com/go-delve/delve 2019-01-04 19:43:13 +01:00