ddd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

"--args" doesn't work with ddd . please help


From: Anish Kr. Nayak
Subject: "--args" doesn't work with ddd . please help
Date: Wed, 09 Feb 2005 18:10:57 +0530
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4) Gecko/20030922

Hi

I've an executable named "myexe" and takes certain arguments, like
myexe -opt1 val1 -opt2 val2

Now, I've another wrapper script "wrap_myexe" which internally calls "myexe .......<args>....".

I want to invoke ddd with the above arguments directly from "wrap_myexe".
There is an option called "--args" in ddd as well as gdb which does this. But this doesn't work with "ddd".

Basically I want to do:
ddd --args <program> <prog_args>
And this doesn't work.
Obviously, I can open "ddd" with ddd <program> and then type "run <args>". But I want to do it from the script directly.

gdb --args <programs> <prog_args>
works fine.

Please help me.

Thanks and Warm Regards
Anish





reply via email to

[Prev in Thread] Current Thread [Next in Thread]