Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-debug-dev] Re: CDT debugging on Solaris 8

Sorry, but I am not familiar with the Managed Builder. Post your question to the cdt-dev mailing list. 


From: cdt-debug-dev-bounces@xxxxxxxxxxx [mailto:cdt-debug-dev-bounces@xxxxxxxxxxx] On Behalf Of Brent Washburne
Sent: 26 January 2007 17:53
To: CDT Debug developers list
Subject: RE: [cdt-debug-dev] Re: CDT debugging on Solaris 8

I also have a problem with the PATH environment variable.  I would like to add a path from within Eclipse like this existing bug report:
    https://bugs.eclipse.org/bugs/show_bug.cgi?id=80905
I don't understand the mechanism described there, though.  Can you explain specifically what class I need to create, what it extends/implements and how to add a path so that make/gcc will be run with the correct PATH environment variable?  Thanks,
    Brent Washburne
    MIPS Technologies, Inc.


On Fri, 2007-01-26 at 17:35 +0000, Mikhail Khodjaiants wrote:
It's not problem with gdb. You probably broke something in the
plugin.xml file. If you post it I'll take a look at it. 

-----Original Message-----
From: cdt-debug-dev-bounces@xxxxxxxxxxx
[mailto:cdt-debug-dev-bounces@xxxxxxxxxxx] On Behalf Of Derek
Sent: 26 January 2007 17:10
To: cdt-debug-dev@xxxxxxxxxxx
Subject: [cdt-debug-dev] Re: CDT debugging on Solaris 8

Thanks, I was eventually able to get the patch applied, and now the
launch configuration dialog comes up.

However I am still unable to run my program from within Eclipse because
it can't find my debugger. The launch configuration dialog complains
that no debugger is available. When I go to the debugger tab the
debugger drop down list is empty, and I can't type in a path to GDB. Is
there maybe some other patch that needs to be applied?

GDB 6.4 is available on the path in my environment before I start
eclipse. 
Is there some other way to explicitly tell CDT where GDB is??


_______________________________________________
cdt-debug-dev mailing list
cdt-debug-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-debug-dev

--

IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium.  Thank you.


Back to the top