|
| From: | kenorb |
| Subject: | gdb: How to run debugger on start |
| Date: | Wed, 08 Dec 2010 15:03:40 -0000 |
| User-agent: | G2/1.0 |
Tried this: > echo run | gdb ls (gdb) Hangup detected on fd 0 error detected on stdin And this: > echo run | gdb -x /dev/stdin ls Program exited normally. (gdb) Hangup detected on fd 0 error detected on stdin Nothing in help and manual. Anything?
| [Prev in Thread] | Current Thread | [Next in Thread] |