[Bug 273293] lldb shell command will not allow output to be piped to another command
Date: Tue, 22 Aug 2023 14:41:08 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273293 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 another 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 -- You are receiving this mail because: You are the assignee for the bug.