Page 1 of 1

How to pass arguments to dbx in command line?

Posted: Fri Aug 05, 2011 10:15 pm
by yinlinzhang
In gdb, you can set args by:
1. gdb --args (directly in gdb command line);
2. set args;
3. run + args list.

But while debugging under AIX by using dbx, I only be able to set args in dbx debugging window and run + args list.
So can I set args in command line directly when invoke dbx? I refered some materials and manuals from website but seems no more hints for it.

Thanks beforehand!