Live data from Hacker News

Show HN: GdbShellPipe – Pipe output of gdb commands to shell

github.com

1–7 of 7 posts

Re: Show HN: GdbShellPipe – Pipe output of gdb commands to shell

#5
post #4
post #3

I didn't understand the example in the README. There is no "main" in those lines, so why did grep output them?

I think they meant to type (gdb) shell-pipe disas | grep mov

Must be because it doesn’t make sense otherwise...I submitted a PR to fix it.

Re: Show HN: GdbShellPipe – Pipe output of gdb commands to shell

#6
post #5
post #4

Earlier quoted context omitted.

I think they meant to type (gdb) shell-pipe disas | grep mov

Must be because it doesn’t make sense otherwise...I submitted a PR to fix it.

Thank you for the PR! That error was the result of copy-pasting output and typing the command manually.