ddd
[Top][All Lists]
Advanced

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

Re: How do I run VSIM in DDD


From: Joachim Geishauser
Subject: Re: How do I run VSIM in DDD
Date: Thu, 10 Jan 2002 15:30:39 +0100

Try ddd --gdb -command batch simv
where batch contains
run -pli libt.so top
and
b <your function>
For the shared lib you need to use the right version of gdb (3.1.17 or above)

Regards
Joachim

"Ramanathan, Nithya" wrote:

> I have a pli application that I need to debug. So I need to run vsim inside
> DDD. I don't have an executable, instead, I compile my C and C++ code into
> shared libraries and link those together, and run them in vsim with the
> command:
>
> vsim -pli libt.so top
>
> where libt.so is my C/C++ and pli code.
>
> thank you,
> nithya
>
> _______________________________________________
> Ddd mailing list
> address@hidden
> http://mail.gnu.org/mailman/listinfo/ddd

Attachment: r38313.vcf
Description: Card for Joachim Geishauser


reply via email to

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