1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-05-02 21:25:18 +02:00
libunwind-eh_elf/src/dwarf
Keno Fischer 8afc33ce9f Add an option to have start_ip_offset be relative to start_ip
By default, the start_ip_offset in libunwind's table_entry struct is
relative to the unw_dyn_info_t's segbase. This presents a problem
for us in conjunction with using LLVM's MCJIT because it likes to
spread text sections and the corresponding eh_frame sections quite
far apart. This represents my attempt to support this use case in the
simplest manner that is backwards compatible, by adding a new format
kind (UNW_INFO_FORMAT_REMOTE_TABLE2) that indicates that the
`start_ip_offset` should be interpreted as relative to `start_ip`
rather than segbase.
2015-09-15 12:18:30 -07:00
..
Gexpr.c One time whitespace fixup. 2014-09-27 09:47:23 -07:00
Gfde.c Revert parts of 68a2910 2015-09-07 17:59:27 -07:00
Gfind_proc_info-lsb.c Add an option to have start_ip_offset be relative to start_ip 2015-09-15 12:18:30 -07:00
Gfind_unwind_table.c One time whitespace fixup. 2014-09-27 09:47:23 -07:00
global.c One time whitespace fixup. 2014-09-27 09:47:23 -07:00
Gparser.c One time whitespace fixup. 2014-09-27 09:47:23 -07:00
Gpe.c One time whitespace fixup. 2014-09-27 09:47:23 -07:00
Gstep.c One time whitespace fixup. 2014-09-27 09:47:23 -07:00
Lexpr.c Regenerate. 2004-08-17 15:34:28 +00:00
Lfde.c Regenerate. 2004-08-17 15:34:28 +00:00
Lfind_proc_info-lsb.c (Logical change 1.145) 2003-12-20 11:43:08 +00:00
Lfind_unwind_table.c Move some dwarf functionality from ptrace to dwarf 2012-03-12 20:06:37 -07:00
Lparser.c Regenerate. 2004-08-17 15:34:28 +00:00
Lpe.c Regenerate. 2004-08-17 15:34:28 +00:00
Lstep.c Regenerate. 2004-08-17 15:34:28 +00:00