On 2018-10-07 01:45, Paul Eggert wrote: [snip]
Try running grep as follows$ gdb src/grep ... (gdb) run . < fifo
For those reading this thread:- https://stackoverflow.com/questions/9031554/gdb-input-redirection-using-cygwin
( gdb input redirection using cygwin )
"It seems that input redirection in gdb does not work in Cygwin e.g
(gdb) run < input.txt
Is there other way to redirect input in gdb of Cygwin?"
-----
