------- Comment #10 from jakub at gcc dot gnu dot org 2009-09-19 11:04 -------
Actually, I think it is wrong how mem_loc_descriptor handles CONST_STRING, I'm
afraid we can't do anything for it, unless we can find such string in the
rodata section of the compilation unit.
.byte 0x3 # DW_OP_addr
.long .LASF74
.byte 0x9f # DW_OP_stack_value
.byte 0x93 # DW_OP_piece
.byte 0x4 # uleb128 0x4
doesn't look right, .LASF74 is a label in .debug_str section, which isn't
allocated, so I wonder what will the debugger do with that anyway.
--
jakub at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |aoliva at gcc dot gnu dot
| |org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41404