mirror of
https://github.com/tobast/libunwind-eh_elf.git
synced 2024-12-23 12:03:41 +01:00
(struct cursor): Add "ec_loc" member.
(Logical change 1.293)
This commit is contained in:
parent
3d881cd0cb
commit
c3e9383d30
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
/* libunwind - a platform-independent unwind library
|
/* libunwind - a platform-independent unwind library
|
||||||
Copyright (C) 2001-2004 Hewlett-Packard Co
|
Copyright (C) 2001-2005 Hewlett-Packard Co
|
||||||
Contributed by David Mosberger-Tang <davidm@hpl.hp.com>
|
Contributed by David Mosberger-Tang <davidm@hpl.hp.com>
|
||||||
|
|
||||||
This file is part of libunwind.
|
This file is part of libunwind.
|
||||||
|
@ -132,6 +132,7 @@ struct cursor
|
||||||
unw_word_t sp; /* stack pointer value */
|
unw_word_t sp; /* stack pointer value */
|
||||||
unw_word_t psp; /* previous sp value */
|
unw_word_t psp; /* previous sp value */
|
||||||
ia64_loc_t cfm_loc; /* cfm save location (or NULL) */
|
ia64_loc_t cfm_loc; /* cfm save location (or NULL) */
|
||||||
|
ia64_loc_t ec_loc; /* ar.ec save location (usually cfm_loc) */
|
||||||
ia64_loc_t loc[IA64_NUM_PREGS];
|
ia64_loc_t loc[IA64_NUM_PREGS];
|
||||||
|
|
||||||
unw_word_t eh_args[4]; /* exception handler arguments */
|
unw_word_t eh_args[4]; /* exception handler arguments */
|
||||||
|
|
Loading…
Reference in a new issue