Mirror of the gdb mailing list
 help / color / mirror / Atom feed
* Accessing x86 general-purpose registers
@ 2004-10-18 23:41 Hanson, Jonathan M
  2004-10-19  2:23 ` Daniel Jacobowitz
  2004-10-19 13:28 ` Michael Chastain
  0 siblings, 2 replies; 3+ messages in thread
From: Hanson, Jonathan M @ 2004-10-18 23:41 UTC (permalink / raw)
  To: gdb

	My question really isn't about GDB per se but I was hoping some
of the developers on this list would be able to help with what I'm
trying to do.
	I have written a kernel module that, when triggered by an event,
dumps out the contents of memory and the architectural state of the
system to two files. The problem I'm running into is that the general
purpose registers (EAX, EBX, EIP, etc.) I'm storing are incorrect. To
investigate this problem I've downloaded the source to GDB and I've been
looking at how GDB accomplishes this.
	In include/asm-i386/user.h is a structure called struct user
with a member struct user_pt_regs, which is where GDB gets the general
purpose register information for a program being debugged. I can see
nowhere else in the kernel where this structure is written to. How is
this information populated? Is there a way I can access this structure
from the kernel itself?


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2004-10-19  2:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-10-18 23:41 Accessing x86 general-purpose registers Hanson, Jonathan M
2004-10-19  2:23 ` Daniel Jacobowitz
2004-10-19 13:28 ` Michael Chastain

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox