gdb/
authorJan Kratochvil <jan.kratochvil@redhat.com>
Wed, 29 Jun 2011 22:19:24 +0000 (22:19 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Wed, 29 Jun 2011 22:19:24 +0000 (22:19 +0000)
commite0d00bc749e6b35f45c3497a55c9d2b0606b33d2
tree836d19cf711688fa0240628fb192a86c4b758a31
parent4632c0d0fff081cb28947ede3d6804e8a470423c
gdb/
Disable epilogue unwinders on recent GCCs.
* amd64-tdep.c (amd64_in_function_epilogue_p): New variable symtab,
initialize it, return 0 on EPILOGUE_UNWIND_VALID.
* dwarf2read.c (process_full_comp_unit): Initialize
EPILOGUE_UNWIND_VALID.
* i386-tdep.c (i386_in_function_epilogue_p): New variable symtab,
initialize it, return 0 on EPILOGUE_UNWIND_VALID.
* symtab.h (struct symtab): New field epilogue_unwind_valid.
gdb/ChangeLog
gdb/amd64-tdep.c
gdb/dwarf2read.c
gdb/i386-tdep.c
gdb/symtab.h
This page took 0.026263 seconds and 4 git commands to generate.