mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Rearrange UI.
This commit is contained in:
+1
-1
@@ -2482,9 +2482,9 @@ Stack frame location may be displayed in the following number of ways, depending
|
||||
|
||||
\begin{itemize}
|
||||
\item \emph{Source code} -- displays source file and line number associated with the frame.
|
||||
\item \emph{Entry point} -- source code at the beginning of the function containing selected frame, or function call place in case of inline frames.
|
||||
\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{Entry point} -- source code at the beginning of the function containing selected frame, or function call place in case of inline frames.
|
||||
\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. Additionally, '\texttt{[kernel]}' is used to indicate unknown stack frames within the operating system internal routines.
|
||||
|
||||
Reference in New Issue
Block a user