summaryrefslogtreecommitdiff
path: root/gdb/symfile.h
diff options
context:
space:
mode:
authorJiri Smid <smid@suse.cz>2001-12-07 12:10:15 +0000
committerJiri Smid <smid@suse.cz>2001-12-07 12:10:15 +0000
commitae4a47d0896b967446261e69ab10f44596da4ec7 (patch)
treecb5e9ab16976eed4f66f64715a4a0e21d97766d7 /gdb/symfile.h
parent2d3426dbeb848a105ebec61fdcf5bbe97ec84989 (diff)
downloadgdb-ae4a47d0896b967446261e69ab10f44596da4ec7.tar.gz
* dwarf2cfi.c: New file.
* dwarf2cfi.h: New file. * dwarf2read.c (dwarf_frame_offset, dwarf_frame_size): New variables. (dwarf_eh_frame_offset, dwarf_eh_frame_size): New variables. (dwarf2_read_section): Change to non static. (dwarf2_locate_sections): Add .debug_frame and .eh_frame section recognition. (FRAME_SECTION, EH_FRAME_SECTION): New define. * elfread.c (elf_symfile_read): Add call of frame informations build. * frame.h (frame_info): Add pointer to unwind_context. * symfile.h (dwarf2_build_frame_info): Add declaration. * gdbarch.sh (DWARF2_BUILD_FRAME_INFO): Add. * gdbarch.h, gdbarch.c: Regenerate. * Makefile.in: Add dwarf2cfi_h, dwarf2cfi.o * x86-64-tdep.c (i386_gdbarch_init): Initialize target vector to use debug frame info.
Diffstat (limited to 'gdb/symfile.h')
-rw-r--r--gdb/symfile.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/symfile.h b/gdb/symfile.h
index a6bf3f6da8f..8af5aeaff14 100644
--- a/gdb/symfile.h
+++ b/gdb/symfile.h
@@ -300,6 +300,7 @@ dwarf_build_psymtabs (struct objfile *, int, file_ptr, unsigned int,
extern int dwarf2_has_info (bfd * abfd);
extern void dwarf2_build_psymtabs (struct objfile *, int);
+extern void dwarf2_build_frame_info (struct objfile *);
/* From mdebugread.c */