delve/pkg/proc/core
Derek Parker 94a20d57da
pkg/proc: Introduce Target and remove CommonProcess (#1834)
* pkg/proc: Introduce Target

* pkg/proc: Remove Common.fncallEnabled

Realistically we only block it on recorded backends.

* pkg/proc: Move fncallForG to Target

* pkg/proc: Remove CommonProcess

Remove final bit of functionality stored in CommonProcess and move it to
*Target.

* pkg/proc: Add SupportsFunctionCall to Target
2020-01-21 12:41:24 -08:00
..
minidump *: Update import name to github.com/go-delve/delve 2019-01-04 19:43:13 +01:00
core_test.go pkg/proc: Introduce Target and remove CommonProcess (#1834) 2020-01-21 12:41:24 -08:00
core.go pkg/proc: Introduce Target and remove CommonProcess (#1834) 2020-01-21 12:41:24 -08:00
linux_amd64_core.go *: Update import name to github.com/go-delve/delve 2019-01-04 19:43:13 +01:00
windows_amd64_minidump.go Miscellaneous logging improvements (#1525) 2019-03-27 14:58:36 -07:00