History log of /external/libunwind/src/dwarf/Gfde.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d1c383c5bb03420decf5cf789cf14ab144b0720d 10-Apr-2014 Christopher Ferris <cferris@google.com> Fix all warnings, and make warnings errors.

Change-Id: Ia2039922b55891551b1de0f0c281c266db6ee219
/external/libunwind/src/dwarf/Gfde.c
dac2d001afb1fa7040ca7d8ae57032f684d7023e 20-Apr-2010 Lassi Tuura <lat@cern.ch> Identify signal frames by augmentation attribute.
/external/libunwind/src/dwarf/Gfde.c
250382c56d2c84fc3976cf8a4c834433bb68990d 20-Apr-2010 Lassi Tuura <lat@cern.ch> Use wider format when printing addresses in debug format.
/external/libunwind/src/dwarf/Gfde.c
3842dac7333e42aa44531eda34ba55200b99ccf8 05-Feb-2008 Daniel Jacobowitz <drow@false.org> Add initial ARM and MIPS support. To support this, also enable the
reading of .debug_frame sections (used in lieu of .eh_frame sections
when they're not available).
/external/libunwind/src/dwarf/Gfde.c
5ed2da2a403fe091d953183449003c9df861c289 05-Feb-2008 Mark Wielaard <mwielaard@redhat.com> [DWARF] Fix error return.

* src/dwarf/Gfde.c (dwarf_extract_proc_info_from_fde):
Return -UNW_ENOMEM.
/external/libunwind/src/dwarf/Gfde.c
9fac7579ee3261babb6f745c8c1511c24ed88cb4 20-May-2005 hp.com!davidm <hp.com!davidm> Don't include <string.h> and "tdep.h".

(Logical change 1.294)
/external/libunwind/src/dwarf/Gfde.c
46b7b8196c7600aaa200e31d01a2b4df7e7760ad 03-May-2005 mostang.com!davidm <mostang.com!davidm> (is_cie_id): New function.
(parse_cie): Adjust for moving DWARF2 extra-info from
unw_dyn_dwarf_fde_info_t to dwarf_cie_info.
Add support for `S' augmentation ("special frames").
(dwarf_extract_proc_info_from_fde): Rename frm dwarf_parse_fde().
Convert to returning data via dwarf_cie_info rather than
unw_dyn-dwarf_fde_info_t. Allow 0-length FDE since those
can be used to indicate the end of the FDE-table. Return
the end of the FDE via *ADDRP. Ignore CIEs (we may pick them
up during linear searches through the FDE-table).
Fill in the unwind-info only if really needed. When needed,
return the info via a dynamically allocated dwarf_cie_info
structure. Add support for `S' augmentation (ABI/tag pairs).

(Logical change 1.290)
/external/libunwind/src/dwarf/Gfde.c
9ac7a860d1db4e607c9cb86e70524c17fe0bc087 20-Aug-2004 homeip.net!davidm <homeip.net!davidm> (parse_cie): Clarify the comment about the default FDE-encoding a bit.

(Logical change 1.253)
/external/libunwind/src/dwarf/Gfde.c
077322d41429859d924a87cd3c045c64851eb024 19-Aug-2004 homeip.net!davidm <homeip.net!davidm> Drop DWARF-parsing debug prints from level 16 to 15.

(parse_cie): Pick correct default for FDE-encoding, not just DW_EH_PE_omit.

(Logical change 1.248)
/external/libunwind/src/dwarf/Gfde.c
32f3a1e58f48d6ec811f54dedf74eb4b17ae4e2c 17-Aug-2004 homeip.net!davidm <homeip.net!davidm> Rename: src/dwarf/Gfde-dwarf.c -> src/dwarf/Gfde.c

(Logical change 1.241)
/external/libunwind/src/dwarf/Gfde.c
3f9d2e9c5c1cfde324c08204259b65f74b2746a1 17-Aug-2004 homeip.net!davidm <homeip.net!davidm> Initial revision
/external/libunwind/src/dwarf/Gfde.c