Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] Unable to load symbols error.

Ok. I've filed a bug. See
https://bugs.eclipse.org/bugs/show_bug.cgi?id=110759

Thanks,
JP 

-----Original Message-----
From: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx]
On Behalf Of Mikhail Khodjaiants
Sent: Monday, September 26, 2005 11:39 PM
To: CDT General developers list.
Subject: Re: [cdt-dev] Unable to load symbols error.

This is a bug in CDT.
Currently, with the CDT debugger you can't load symbols from the file
with name different than default. On Windows gdb returns the symbol file
names for DLLs in the CygWin format. When you select the same file
(KERNEL32.DLL) from the dialog it comes as a regular Windows path. The
comparision of the two paths fails and the debugger considers the second
path as a different filename.
Please, submit a bug in Bugzilla.

----- Original Message -----
From: "Logantha, Jayaprakash (STSD)" <jayaprakash.logantha@xxxxxx>
To: "CDT General developers list." <cdt-dev@xxxxxxxxxxx>
Sent: Monday, September 26, 2005 8:28 AM
Subject: [cdt-dev] Unable to load symbols error.


> Hi,
>
> The Modules view lists executables and shared libraries. If I right
> click on any one of the shared library and select 'Properties', it
opens
> a properties dialog for the module. It provides 'Browse' button. If I
> browse the same file from the file system and click 'Ok', it gives
> 'unable to load symbols' error on Windows.
>
> Is it expected behaviour? Or Am I missing something here? See the
> attached image.
>
> Thanks,
> JP
>
> 

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


Back to the top