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

[RFA 0/3] Initial Fission support


Hi.

This patch series provides the initial support for Fission.
ref: http://gcc.gnu.org/wiki/DebugFission

There's another patch to include/dwarf2.h, I'll send it separately
since it needs to go to binutils.

The first patch changes how reference attributes are stored:
DW_ADDR -> DW_UNSND.
The second patch I posted earlier, and rewrites how DIE reading is done,
and lays the foundation for the third patch which is the Fission support.


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