delve/pkg/proc/gdbserial
Alessandro Arzilli 9f97edb0bb
proc,proc/*: add StopReason field to Target (#1877)
* proc,proc/*: move SelectedGoroutine to proc.Target, remove PostInitializationSetup

moves SelectedGoroutine, SwitchThread and SwitchGoroutine to
proc.Target, merges PostInitializationSetup with NewTarget.

* proc,proc/*: add StopReason field to Target

Adds a StopReason field to the Target object describing why the target
process is currently stopped. This will be useful for the DAP server
(which needs to report this reason in one of its requests) as well as
making pull request #1785 (reverse step) conformant to the new
architecture.

* proc: collect NewTarget arguments into a struct
2020-03-10 12:27:38 -07:00
..
gdbserver_conn.go *: Go 1.14 support branch (#1727) 2020-02-10 17:31:54 -08:00
gdbserver_unix.go *: FreeBSD initial support (#1480) 2019-07-12 18:28:04 -07: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,proc/*: add StopReason field to Target (#1877) 2020-03-10 12:27:38 -07:00
rr_test.go *: Go 1.14 support branch (#1727) 2020-02-10 17:31:54 -08:00
rr.go proc,proc/*: add StopReason field to Target (#1877) 2020-03-10 12:27:38 -07:00