This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
[RFA 0/3] Initial Fission support
- From: dje at google dot com (Doug Evans)
- To: gdb-patches at sourceware dot org
- Cc: ccoutant at google dot com, saugustine at google dot com
- Date: Wed, 18 Apr 2012 11:40:28 -0700 (PDT)
- Subject: [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.