Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 22 Aug 2023 14:41:08 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 273293] lldb shell command will not allow output to be piped to another command
Message-ID:  <bug-273293-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D273293

            Bug ID: 273293
           Summary: lldb shell command will not allow output to be piped
                    to another command
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: Individual Port(s)
          Assignee: ports-bugs@FreeBSD.org
          Reporter: pdh@pcsforney.com

when using the shell command with lldb the output can not be piped to anoth=
er
command. To reproduce this issue: open any executable file in lldb and
type
sh objdump -t <filename> | grep main
it will respond with:
| file not found
grep file not found
main file not found
the gdb debugger will correctly find the main function in the symbol table =
list
generated by the objdump command

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-273293-7788>