diff --git a/proctl/proctl_linux_amd64.go b/proctl/proctl_linux_amd64.go index c95b8f6b757c05702786775007f86aa9e2107945..330d28101259b726e6196ff839902724cd5a4f32 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 {