1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-06-18 07:41:44 +02:00
libunwind-eh_elf/include
mostang.com!davidm b6251b0f41 (unw_proc_info_t): Remove proc_name member and replace it with unw_get_proc_name().
The former didn't work because of memory management issues (there was no
	reasonable way to allocate/free the memory needed for the string).
	Shorten unwind_info_size from size_t to int.
(unw_accessors_t): Add new callbacks put_unwind_info() and get_dyn_info_list_addr().
(unw_create_addr_space): Take byte-order as second argument.
(unw_get_proc_name): New routine.
(unw_find_dynamic_proc_info): Remove (it's brother is in internal.h now).
(unw_flush_cache): Add missing declaration.
(unw_set_caching_policy): Ditto.

(Logical change 1.30)
2002-12-12 09:17:41 +00:00
..
config.h.in (HAVE___THREAD): Mention it. 2002-11-09 07:59:02 +00:00
internal.h (Logical change 1.30) 2002-12-12 09:17:41 +00:00
libunwind-common.h (unw_proc_info_t): Remove proc_name member and replace it with unw_get_proc_name(). 2002-12-12 09:17:41 +00:00
libunwind-dynamic.h Rewrite to resemble something that actually might work. 2002-12-03 08:19:58 +00:00
libunwind-ia64.h (struct unw_ia64_table): Delete. 2002-12-03 08:19:58 +00:00
stamp-h.in Initial revision 2002-02-23 20:27:03 +00:00
tdep-ia64.h (Logical change 1.30) 2002-12-12 09:17:41 +00:00