bug-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Core dump (semi) update


From: Alfred M. Szmidt
Subject: Re: Core dump (semi) update
Date: Fri, 13 Feb 2004 20:33:56 +0100 (MET)

   ,----
   | (top-gdb) x/480 note->descdata 
   | 0x82bf854:      0x00000000      0x00000000      0x00000000      0x00000000
   | 0x82bf864:      0x00000000      0x00000000      0x0000001f      0x0000001f
   | 0x82bf874:      0x0000001f      0x0000001f      0x00000000      0x00000003
   | 0x82bf884:      0x0101771c      0x00000002      0x0117da18      0x011b7fc8
   | 0x82bf894:      0x00000000      0xffffffe7      0x00000000      0x00000000
   | 0x82bf8a4:      0x010378dc      0x00000017      0x010378dc      0x00000017
   | 0x82bf8b4:      0x010378dc      0x00000000      0x00000000      0x00000000
   | 0x82bf8c4:      0x00000000      0x00000000      0x00000000      0x00000000

I might note that the content of fp_reg should start here (at
0x82bf8b8 to be exact); atleast according to my calculations.  So
whatever gdb is reading is already zero.

,----
| (top-gdb) print 
sizeof(lwpstat.pr_flags)+sizeof(lwpstat.pr_lwpid)+sizeof(lwpstat.pr_cursig)+sizeof(lwpstat.pr_info)+sizeof(lwpstat.pr_reg)
| $17 = 100
| (top-gdb) p/x 0x82bf854+100
| $18 = 0x82bf8b8
`----




reply via email to

[Prev in Thread] Current Thread [Next in Thread]