diff --git a/proctl/proctl_linux_amd64.go b/proctl/proctl_linux_amd64.go index c95b8f6b..330d2810 100644 --- a/proctl/proctl_linux_amd64.go +++ b/proctl/proctl_linux_amd64.go @@ -313,6 +313,7 @@ func (dbp *DebuggedProcess) parseDebugLine() error { dbp.DebugLine = line.Parse(debugLine) return nil } + func (dbp *DebuggedProcess) parseDebugFrame() error { debugFrame, err := dbp.Executable.Section(".debug_frame").Data() if err != nil {