summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDoug Moore <dougm@rice.edu>2017-05-08 21:52:00 -0500
committerDoug Moore <dougm@rice.edu>2017-05-12 22:24:00 -0500
commitbbdc4b12da26510e3b7f1d50c2c9888d672fa3bd (patch)
treeae6be93654ffbeb4d79a9362f9ddf071fb014110 /doc
parent06d230d732b90fc8d004ef137cf4b9ad2dfa3b75 (diff)
downloadlibunwind-bbdc4b12da26510e3b7f1d50c2c9888d672fa3bd.tar.gz
Capture the address of the first byte after the instructionless gap
that follows the procedure.
Diffstat (limited to 'doc')
-rw-r--r--doc/unw_get_proc_info.tex6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/unw_get_proc_info.tex b/doc/unw_get_proc_info.tex
index 72621f1a..89c25193 100644
--- a/doc/unw_get_proc_info.tex
+++ b/doc/unw_get_proc_info.tex
@@ -31,6 +31,12 @@ following members:
instruction \emph{beyond} the end of the procedure. If this address
cannot be determined (e.g., due to lack of unwind information),
the \Var{end\_ip} member is cleared to 0. \\
+\item[\Type{unw\_word\_t} \Var{last\_ip}] The address of the first
+ instruction that could begin another procedure. Addresses from
+ end\_ip up to last\_ip are addresses where there are no
+ instructions. If this address cannot be determined (e.g., due to
+ lack of unwind information), the \Var{end\_ip} member is cleared to
+ 0. \\
\item[\Type{unw\_word\_t} \Var{lsda}] The address of the
language-specific data-area (LSDA). This area normally contains
language-specific information needed during exception handling. If