aarzilli
ae846a51f2
proc: StepOut remove if condition that is always true
2020-04-10 10:49:19 -07:00
aarzilli
7dedf1ed55
proc: simplify next/step/stepout condition code
...
Adds a library of utility functions to generated breakpoint conditions
for next, step and stepout.
2020-04-04 11:00:54 -07:00
aarzilli
431dea7ee6
proc: skip autogenerated wrappers when stepping in and out
...
Under some circumstances (methods with non-pointer receivers or from
embedded fields called through an interface) the compiler will
autogenerate wrapper functions.
This commit changes next, step and stepout to skip all autogenerated
wrappers.
Fixes #1908
2020-03-31 10:04:36 -07:00
Alessandro Arzilli
223e0a57ca
proc: convert Arch into a struct ( #1972 )
...
Replace the interface type Arch with a struct with the same
functionality.
2020-03-30 11:03:29 -07:00
Derek Parker
5177c247f6
pkg/proc: Remove unused parameter
...
Also cleanup some typos.
2020-03-28 16:32:09 +01:00
Derek Parker
4abf4f1c1f
pkg/proc: Rename proc.go -> target_exec.go
2020-03-25 17:45:12 +01:00