How to pass arguments to dbx in command line?

All off topic discussions go here. Everything from the funny thing your cat did to your favorite tv shows. Non-programming computer questions are ok too.
Post Reply
yinlinzhang
Posts: 1
Joined: Fri Aug 05, 2011 10:08 pm

How to pass arguments to dbx in command line?

Post 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!
Post Reply