How do you list all processes in SunStudio attach debugger dialog?

99 views Asked by At

I'm using SunStudio 12.3 to debug a C++ CGI. SunStudio runs under my userid, and I have ownership of the executable. However, the CGI process runs with the web server's id, not mine.

When I try to attach to the process, I see only processes running under my id. Thus, the CGI is not listed. Is there a way to list all processes, or processes belonging to specific ids other than mine?

0

There are 0 answers