This is the mail archive of the gdb-prs@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]

[Bug breakpoints/8357] GDB does not support work with labels (DW_TAG_label).


------- Additional Comments From mjw at redhat dot com  2009-02-04 21:45 -------
Should have shown the DW_AT_lowpc is also there:
$ readelf -wi t | grep -A4 DW_TAG_label
 <2><b6>: Abbrev Number: 9 (DW_TAG_label)
    <b7>   DW_AT_name        : (indirect string, offset: 0x47): there	
    <bb>   DW_AT_decl_file   : 1	
    <bc>   DW_AT_decl_line   : 13	
    <bd>   DW_AT_low_pc      : 0x80483e2	
 <2><c1>: Abbrev Number: 9 (DW_TAG_label)
    <c2>   DW_AT_name        : (indirect string, offset: 0x48): here	
    <c6>   DW_AT_decl_file   : 1	
    <c7>   DW_AT_decl_line   : 16	
    <c8>   DW_AT_low_pc      : 0x80483cf	
 <2><cc>: Abbrev Number: 9 (DW_TAG_label)
    <cd>   DW_AT_name        : (indirect string, offset: 0xe): done	
    <d1>   DW_AT_decl_file   : 1	
    <d2>   DW_AT_decl_line   : 18	
    <d3>   DW_AT_low_pc      : 0x80483f4	


-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=8357

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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