Subject: | --args doesn't work |
Getting a fatal error using --args.
gdb++ --args foobin arg1 arg2
Use of uninitialized value in print at /usr/bin/gdb++ line 209.
GNU gdb Fedora (6.8-27.el5)
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "i386-redhat-linux-gnu".
Reading symbols from foobin...
done.
Undefined command: "args". Try "help".
Error: msg="Undefined command: \"args\". Try \"help\"." at
/usr/bin/gdb++ line 220, <GEN0> line 15.
Any ideas?