1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-11-22 15:47:37 +01:00
libunwind-eh_elf/include
mostang.com!davidm 744b910408 Clarify comment on how when to use a pointer type and when to use unw_word_t.
(unw_dyn_info_format_t): New type.
(unw_dyn_op): Decrease "tag" from 16 to 8 bits, ditto for "qp" member.
(unw_dyn_proc_info): Change "name" pointer to "name_ptr" value (unw_word_t) and
	make padding explicit.
(unw_dyn_table_info): Change "name" pointer to "name_ptr" value.  Rename
	"table_size" to "table_len" and change type of table_data from
	void * to "unw_word_t *".
(unw_dyn_info): Switch to doubly-linked list so _U_dyn_cancel() can be O(1).
	Change type of "format" member from enum to int32_t.  Make padding explicit.
(unw_dyn_info_list): Make "generation" member 32 bits wide.  Add "version" member
	to enable future extensions to the dynamic info list.
(_U_dyn_register): Don't return anything (it can't fail).
(_U_dyn_cancel): Ditto.

(Logical change 1.30)
2002-12-12 09:17:41 +00:00
..
ia64 Add copyright header and forward-declration of ia64_cursor. 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 Clarify comment on how when to use a pointer type and when to use unw_word_t. 2002-12-12 09:17:41 +00:00
libunwind-ia64.h (unw_sysdep_search_unwind_table): Remove. 2002-12-12 09:17:41 +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