gdb/
authorJan Kratochvil <jan.kratochvil@redhat.com>
Sun, 9 Oct 2011 19:23:41 +0000 (19:23 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Sun, 9 Oct 2011 19:23:41 +0000 (19:23 +0000)
commitbb984ff154d9e532deccdb52b3527496852c5930
tree713649ab6d268f6ec6d4d18fb752efab6df73ac3
parent8e3b41a9061833aa9dc504d68e7446bca4984f16
gdb/
Tail call sites reader implementation.
* dwarf2read.c (read_call_site_scope): Recognize DW_AT_GNU_tail_call,
fill in TYPE_TAIL_CALL_LIST.
* gdbtypes.h (struct func_type): New field tail_call_list.
(struct call_site): New field tail_call_next.
(TYPE_TAIL_CALL_LIST): New definition.
gdb/ChangeLog
gdb/dwarf2read.c
gdb/gdbtypes.h