delve/pkg/proc/core
Alessandro Arzilli 01b01423ae
proc/*: minor miscellaneous code cleanups (#2790)
* made Pid a method of Target instead of a method of Process
* changed argument of NewTarget to ProcessInternal, since that's the
  interface that backends have to implement
* removed warnings about ProcessInternal since there is no way for
  users of pkg/proc to access those methods anyway
* made RecordingManipulation an optional interface for backends, Target
  supplies its own dummy implementation when the backend doesn't
* inlined small interfaces that only existed to be inlined in
  proc.Process anyway
* removed unused function findExecutable in the Windows and no-native
  darwin backends
* removed (*EvalScope).EvalVariable, an old synonym for EvalExpression
2021-11-26 08:06:23 -08:00
..
minidump *: clean up staticcheck problems (#2723) 2021-09-28 12:07:42 -07:00
core_test.go proc/*: minor miscellaneous code cleanups (#2790) 2021-11-26 08:06:23 -08:00
core.go proc/*: minor miscellaneous code cleanups (#2790) 2021-11-26 08:06:23 -08:00
delve_core.go proc: remove duplicate Registers.Get implementations (#2415) 2021-04-28 10:00:26 -07:00
linux_core.go terminal,service,proc/*: adds dump command (gcore equivalent) (#2173) 2021-01-29 13:39:33 -08:00
windows_amd64_minidump.go proc/*: remove proc.Thread.Blocked, refactor memory access (#2206) 2020-11-09 11:28:40 -08:00