This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: symbol maintenance


At 11:53 29.11.2006 +0100, you wrote:
>At 11:42 28.11.2006 -0800, Jim Blandy wrote:
>
>>Fabian Cenedese <Cenedese@indel.ch> writes:
>>>>> This is a gdb 6.5 cross-compiled with cygwin on WinXP for ppc.
>>>>>
>>>>> (gdb) file gccext3.x
>>>>> Reading symbols from /data/gdb-6.5/gdb/gccext3.x...unknown symbol type 0x1e...ex
>>>>> panding to full symbols...unsupported const value attribute form: 'DW_FORM_string'...
>
>Got it, this warning comes from a variable defined as:
>
>const char systemTable[] = "SYSTEM";
>
>The warning is output in dwarf2_const_value where there really is no
>case for DW_FORM_string.

Ack, actually that's wrong, this variable has type DW_FORM_strp.
The DW_FORM_string is produced by:

static char aStructNamebasetable[] = "Base";

bye  Fabi



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]