From bb61e0bc2bf0d9887da1826a1a460886ea59fa5b Mon Sep 17 00:00:00 2001 From: Doug Moore Date: Fri, 12 May 2017 23:45:56 -0500 Subject: Bury the last_ip field until it can reappear in version 2.0. --- doc/unw_get_proc_info.tex | 6 ------ 1 file changed, 6 deletions(-) (limited to 'doc') 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 -- cgit v1.2.1