This is the mail archive of the gdb@sources.redhat.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Assembler


> Date: Wed, 23 Jan 2002 17:06:12 +0100 (CET)
> From: =?iso-8859-2?Q?Ji=F8=ED=20Banzet?= <jiribanzet@seznam.cz>
> 
> How can I get all processor registers ? I need register F (CF, ZF, SF
> etc.), and 16- and 8-bit registers (AX, AL, AH etc.).

"info registers" prints all the registers, including eflags (CF, ZF,
etc. are indivisual bits in eflags).  "info registers eflags" will
print only eflags.

> Can I install GDB on Windows without Cygwin ?

It depends on what compiler was used to build the programs you want to
debug.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]