I\'m writing a netscape iplanet plugin (on solaris/C using eclipse) which is basically a shared object with specific entry points, and I\'d like to be able to debug the shar
Yes it is. You need to go to the Lauch Configuration Dialog and select "C++ Attach to ...". Depending on your Eclipse version there may be only one or more "C++ Attach to ..." variants available.
I use Eclipse CDT for HP/UX remote environment. I'm not sure whether it will work for you:
have your app running on unix
go to Run / Debug Configurations / C/C++ Attach to Remote
click Debug and a list of processess will be shown
select the process you want to debug.