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]

debugging assembler instructions


		Hi,

I've written assembler code using __asm__. The code does not work as
expected and I would like to debug it.

Is it possible to do so using GDB ? Ideally, I would like gdb to stop
after every assembler instruction so that I can inspect memory or
registers to find what's wrong.

Is it possible to do so using GDB ?
If not, does anybody know another tool that could do it ?

I'm using GDB 5.2 on a Debian woody system.

TIA

	Romain Guilleret


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