From d04e8ab1d0c54ada41672d6919401b8ac54f4a33 Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Wed, 26 Feb 2020 22:48:18 +0100 Subject: [PATCH] Update manual. --- manual/tracy.tex | 1 + 1 file changed, 1 insertion(+) diff --git a/manual/tracy.tex b/manual/tracy.tex index 1c9c0d3a..28313f78 100644 --- a/manual/tracy.tex +++ b/manual/tracy.tex @@ -2450,6 +2450,7 @@ Stack frame location may be displayed in the following number of ways, depending \item \emph{Source code} -- displays source file and line number associated with the frame. \item \emph{Return address} -- shows return address, which may be used to pinpoint the exact instruction in the disassembly. \item \emph{Symbol address} -- displays begin address of the function containing the frame address. +\item \emph{Function} -- opens source code at the beginning of the function containing selected frame. \end{itemize} In some cases it may be not possible to properly decode stack frame address. Such frames will be presented with a dimmed '\texttt{[ntdll.dll]}' name of the image containing the frame address, or simply '\texttt{[unknown]}' if even this information cannot be retrieved. '\texttt{[kernel]}' is used to indicate unknown stack frames within the operating system internal routines.