1
0
Fork 0
mirror of https://github.com/tobast/libunwind-eh_elf.git synced 2024-06-30 21:21:45 +02:00
libunwind-eh_elf/src/ia64
hp.com!davidm 629d7d3263 (ia64_per_thread_cache): Initialize busy/lock member.
(get_script_cache): Return NULL if caching is disabled.  If
	HAVE_ATOMIC_OPS_H is defined, set the busy flag and if
	the script cache is busy already, return NULL.
(put_script_cache): Don't allow it to be called for UNW_CACHE_NONE case.
	If HAVE_ATOMIC_OPS_H is defined, clear the "busy" flag via
	AO_CLEAR.
(ia64_get_cached_proc_info): If we're unable to acquire the cache,
	return -UNW_ENOINFO.
(script_init): New function.
(script_new): Replace open code with call to script_init().
(uncached_find_save_locs): New function.
(ia64_find_save_locs): Move code for uncached case to
	uncached_find_save_locs().  If get_script_cache() is unable to
	lock the script-cache, fall back to uncached_find_save_locs().
(ia64_script_cache_init): Delete.

(Logical change 1.124)
2003-11-24 23:53:25 +00:00
..
flush_cache-ia64.c Drop include of <ia64intrin.h>. 2003-11-24 21:37:22 +00:00
Gcreate_addr_space-ia64.c (unw_create_addr_space): Initialize global script-cache here (while 2003-09-18 06:01:09 +00:00
Gdestroy_addr_space-ia64.c Initial revision 2002-12-19 07:16:50 +00:00
get_accessors-ia64.c (unw_get_accessors): Let ia64_init() clear unw.needs_initialization. 2003-11-19 03:11:25 +00:00
Gget_fpreg-ia64.c Rename ia64_cursor -> cursor. 2002-12-19 07:16:50 +00:00
Gget_proc_info-ia64.c Rename ia64_cursor -> cursor. 2002-12-19 07:16:50 +00:00
Gget_proc_name-ia64.c (unw_get_proc_name): Drop "is_local" argument in call to unwi_get_proc_name). 2003-02-22 08:19:43 +00:00
Gget_reg-ia64.c Rename ia64_cursor -> cursor. 2002-12-19 07:16:50 +00:00
Gget_save_loc-ia64.c (unw_get_save_loc): Handle floating-point registers as well. 2003-10-11 01:06:49 +00:00
Ginit-ia64.c (ia64_local_addr_space_init): Instead of calling ia64_script_cache_init(), 2003-11-24 23:53:25 +00:00
Ginit_local-ia64.c (unw_init_local): Let ia64_init() clear unw.needs_initialization. 2003-11-19 03:11:25 +00:00
Ginit_remote-ia64.c (unw_init_remote): Let ia64_init() clear unw.needs_initialization. 2003-11-19 03:11:25 +00:00
Ginstall_cursor.S Initial revision 2003-04-23 19:22:42 +00:00
Gis_signal_frame-ia64.c (unw_is_signal_frame): Call ia64_fetch_proc_info() before creating 2003-09-18 06:09:22 +00:00
global-asm-ia64.S (Logical change 1.68) 2003-03-27 04:29:07 +00:00
global-ia64.c (ia64_init): To prevent a race, unw.needs_initialization must be cleared 2003-11-24 18:33:44 +00:00
Gparser-ia64.c (create_state_record_for): Drop extraneous clearing of 2003-11-15 09:46:17 +00:00
Grbs-ia64.c (rbs_cover_and_flush): Cast unw_word_t values to (unsigned long) before 2003-07-08 22:29:34 +00:00
Gregs-ia64.c (linux_scratch_loc): Add a default-case which simply returns the 2003-11-22 06:16:20 +00:00
Gresume-ia64.c (local_resume): Clear IA64_SC_FLAG_IN_SYSCALL before resuming via 2003-09-25 05:08:18 +00:00
Gscript-ia64.c (ia64_per_thread_cache): Initialize busy/lock member. 2003-11-24 23:53:25 +00:00
Gset_fpreg-ia64.c Rename ia64_cursor -> cursor. 2002-12-19 07:16:50 +00:00
Gset_reg-ia64.c Rename ia64_cursor -> cursor. 2002-12-19 07:16:50 +00:00
Gstep-ia64.c (linux_interrupt): Add "marker" argument. Support both old and new 2003-07-08 22:29:34 +00:00
init.h (common_init): Clear c->last_abi_marker. 2003-04-25 07:44:23 +00:00
Lcreate_addr_space-ia64.c Regenerate. 2003-04-03 07:59:15 +00:00
Ldestroy_addr_space-ia64.c Regenerate. 2003-04-03 07:59:15 +00:00
Lget_accessors-ia64.c Rename: src/ia64/Lget_accessors.c -> src/ia64/Lget_accessors-ia64.c 2002-12-19 07:16:50 +00:00
Lget_fpreg-ia64.c Regenerate. 2003-04-03 07:59:15 +00:00
Lget_proc_info-ia64.c Regenerate. 2003-04-03 07:59:15 +00:00
Lget_proc_name-ia64.c Regenerate. 2003-04-03 07:59:15 +00:00
Lget_reg-ia64.c Regenerate. 2003-04-03 07:59:15 +00:00
Lget_save_loc-ia64.c Regenerate. 2003-04-03 07:59:15 +00:00
Linit-ia64.c Regenerate. 2003-04-03 07:59:15 +00:00
Linit_local-ia64.c Regenerate. 2003-04-03 07:59:15 +00:00
Linit_remote-ia64.c Regenerate. 2003-04-03 07:59:15 +00:00
Linstall_cursor.S Initial revision 2003-04-23 19:22:42 +00:00
Lis_signal_frame-ia64.c Regenerate. 2003-04-03 07:59:15 +00:00
Lparser-ia64.c Regenerate. 2003-04-03 07:59:15 +00:00
Lrbs-ia64.c Initial revision 2003-04-23 05:56:59 +00:00
Lregs-ia64.c Regenerate. 2003-04-03 07:59:15 +00:00
Lregs.c~ (Logical change 1.8) 2002-02-28 16:24:48 +00:00
Lresume-ia64.c Regenerate. 2003-04-03 07:59:15 +00:00
Lscript-ia64.c Regenerate. 2003-04-03 07:59:15 +00:00
Lscript.c~ Initial revision 2002-02-28 16:24:48 +00:00
Lset_fpreg-ia64.c Regenerate. 2003-04-03 07:59:15 +00:00
Lset_reg-ia64.c Regenerate. 2003-04-03 07:59:15 +00:00
Lstep-ia64.c Regenerate. 2003-04-03 07:59:15 +00:00
Lunw_get_reg.c~ (Logical change 1.8) 2002-02-28 16:24:48 +00:00
mk_Gcursor_i-ia64.c Rename: src/ia64/Gmk_cursor_i-ia64.c -> src/ia64/mk_Gcursor_i-ia64.c 2003-04-24 20:45:07 +00:00
mk_Lcursor_i-ia64.c Initial revision 2003-04-24 20:45:07 +00:00
NOTES Clarify comment about proc_info. 2002-02-15 23:51:28 +00:00
offsets.h (LINUX_SC_AR_SSD_OFF): Rename from LINUX_SC_AR_26_OFF. 2003-07-08 22:29:34 +00:00
regname-ia64.c Fix signed/unsigned comparisons. 2003-02-08 10:10:59 +00:00
regs.h (rotate_gr): Fix off-by-1 bug and simplify the function. 2003-08-20 18:02:30 +00:00
rse.h Include "config.h" if we have it. 2003-03-19 19:25:18 +00:00
set_caching_policy-ia64.c (unw_set_caching_policy): If caching-policy didn't change, return 2003-11-22 06:21:26 +00:00
setjmp-ia64.S (Logical change 1.45) 2003-02-08 10:10:59 +00:00
siglongjmp-ia64.S (sigprocmask): Declare as "global" (Intel assembler insists on this). 2003-03-27 04:29:07 +00:00
sigsetjmp-ia64.S (sigprocmask): Declare as global (Intel assembler insists on this). 2003-03-27 04:29:07 +00:00
tables-ia64.c (_Uia64_search_unwind_table): Correct off-by-8 error in calculating 2003-11-15 09:46:17 +00:00
ucontext_i.h Switch to MIT license. 2002-11-16 03:25:36 +00:00
unwind_decoder.h Switch to MIT license. 2002-11-16 03:25:36 +00:00
unwind_i.h (ia64_fetch_proc_info): New procedure. 2003-09-18 06:09:22 +00:00