equal
deleted
inserted
replaced
856 \item \texttt{x/nxw addr} -- prints out \texttt{n} words starting |
856 \item \texttt{x/nxw addr} -- prints out \texttt{n} words starting |
857 from address \pcode{addr}, the address could be \code{$esp} |
857 from address \pcode{addr}, the address could be \code{$esp} |
858 for looking at the content of the stack |
858 for looking at the content of the stack |
859 \item \texttt{x/nxb addr} -- prints out \texttt{n} bytes |
859 \item \texttt{x/nxb addr} -- prints out \texttt{n} bytes |
860 \item \texttt{q} -- quits the debugger |
860 \item \texttt{q} -- quits the debugger |
|
861 \item \texttt{tui enable} or \texttt{C-x C-a} --- switches into |
|
862 TUI mode |
861 \end{itemize} |
863 \end{itemize} |
862 |
864 |
863 |
865 |
864 \end{document} |
866 \end{document} |
865 |
867 |