summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDoug Moore <dougm@rice.edu>2017-05-12 23:45:56 -0500
committerDoug Moore <dougm@rice.edu>2017-05-12 23:45:56 -0500
commitbb61e0bc2bf0d9887da1826a1a460886ea59fa5b (patch)
treec2bb87bd9c38cd1874dec4f9cfba542b8cb1d875 /doc
parent1568d7afa2ebea396076f535c7263437b02f4ab6 (diff)
downloadlibunwind-bb61e0bc2bf0d9887da1826a1a460886ea59fa5b.tar.gz
Bury the last_ip field until it can reappear in version 2.0.
Diffstat (limited to 'doc')
-rw-r--r--doc/unw_get_proc_info.tex6
1 files changed, 0 insertions, 6 deletions
diff --git a/doc/unw_get_proc_info.tex b/doc/unw_get_proc_info.tex
index 89c25193..72621f1a 100644
--- a/doc/unw_get_proc_info.tex
+++ b/doc/unw_get_proc_info.tex
@@ -31,12 +31,6 @@ 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