delorie.com/archives/browse.cgi | search |
Date: | Mon, 23 Apr 2001 13:57:40 +0300 (IDT) |
From: | Eli Zaretskii <eliz AT is DOT elta DOT co DOT il> |
X-Sender: | eliz AT is |
To: | Dennis Yelle <dennis51 AT jps DOT net> |
cc: | djgpp AT delorie DOT com |
Subject: | Re: can gdb display the processor registers? |
In-Reply-To: | <3AE38DF3.4ACA8315@jps.net> |
Message-ID: | <Pine.SUN.3.91.1010423135711.25673V-100000@is> |
MIME-Version: | 1.0 |
Reply-To: | djgpp AT delorie DOT com |
Errors-To: | nobody AT delorie DOT com |
X-Mailing-List: | djgpp AT delorie DOT com |
X-Unsubscribes-To: | listserv AT delorie DOT com |
On Sun, 22 Apr 2001, Dennis Yelle wrote: > Can gdb display the processor registers? Yes. "info registers" displays all registers except FPU; "info all-registers" displays all registers including the FP ones. Any single register can be displayed with the "print" command, as in "p/x $eax". This is in the manual, btw: type "info gdb" from the DOS command line, and then type "i registers" inside Info.
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |