]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ctf: Note a future enhancement
authorNick Alcock <nick.alcock@oracle.com>
Wed, 3 Oct 2012 18:31:10 +0000 (19:31 +0100)
committerNick Alcock <nick.alcock@oracle.com>
Mon, 29 Jun 2015 21:40:33 +0000 (22:40 +0100)
commit162c461d6d7fdba91b3ce04183b7f9ac985668ca
tree60fc49a006506f950421a45a785c3f98759fdf59
parentfb366e047709e887524e73900f7443fe5bee66be
ctf: Note a future enhancement

In -DDEBUG mode, we should not assume that identically-named structures with
different numbers of members are declarations of the same structure with a
shared prefix, but should validate it.  (The compiler cannot always verify this,
e.g. if the same structure is defined in multiple translation units.)

Signed-off-by: Nick Alcock <nick.alcock@oracle.com>
scripts/dwarf2ctf/dwarf2ctf.c