Date: Mon, 23 Apr 2001 13:57:40 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Dennis Yelle cc: djgpp AT delorie DOT com Subject: Re: can gdb display the processor registers? In-Reply-To: <3AE38DF3.4ACA8315@jps.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 Precedence: bulk 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.