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 symtab/17265] New: Handle DW_LNS_set_prologue_end


https://sourceware.org/bugzilla/show_bug.cgi?id=17265

            Bug ID: 17265
           Summary: Handle DW_LNS_set_prologue_end
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: symtab
          Assignee: unassigned at sourceware dot org
          Reporter: dje at google dot com

Both gcc and clang can emit DW_LNS_set_prologue_end now.

We should either use it or choose to not to and document in the source code why
that is so.

There is also DW_LNS_set_epilogue_begin and DW_LNS_set_isa from dwarf3 (ref:
src/include/dwarf2.h).  This pr is specifically about just
DW_LNS_set_prologue_end.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


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