On 25/06/13 07:49, Petr Kristan wrote:
Thank you for the fast response. I try it, but I get this message:
Debugger: Initialization output: &"Undefined command: \"\". Try \"help\".\n

In processes i have
/usr/bin/gdb -silent -i mi -nx --eval-command="handle SIGPIPE nostop noprint 
pass"

But gdb already stops on SIGPIPE.

If I try run
/usr/bin/gdb -silent -i mi -nx --eval-command="handle SIGPIPE nostop noprint 
pass"
from bash, then it works ok.

Did you try single quotes ?
looks like the parts of the command line are not correctly broken into individual args.


--
_______________________________________________
Lazarus mailing list
Lazarus@lists.lazarus.freepascal.org
http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to