diff --git a/proctl/proctl_linux_amd64.go b/proctl/proctl_linux_amd64.go index 56d5b6c9..bd5ebf65 100644 --- a/proctl/proctl_linux_amd64.go +++ b/proctl/proctl_linux_amd64.go @@ -117,7 +117,7 @@ func (dbp *DebuggedProcess) parseDebugFrame(exe *elf.File, wg *sync.WaitGroup) { } dbp.FrameEntries = frame.Parse(debugFrame) } else { - fmt.Println("No debug symbols found") + fmt.Println("could not find .debug_frame section in binary") os.Exit(1) } }