delve/pkg/proc/core
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
..
minidump *: Update import name to github.com/go-delve/delve 2019-01-04 19:43:13 +01:00
core_test.go proc,service: allow printing registers for arbitrary frames (#1875) 2020-02-24 10:47:02 -08:00
core.go proc,proc/*: add StopReason field to Target (#1877) 2020-03-10 12:27:38 -07:00
linux_core.go pkg/proc,service: support linux/386 (#1884) 2020-03-10 09:34:40 -07:00
windows_amd64_minidump.go Miscellaneous logging improvements (#1525) 2019-03-27 14:58:36 -07:00