Linux MIPS Architecture development
 help / color / mirror / Atom feed
* gdb/insight 5.3 buggy   in kernel module debug
@ 2003-07-08  8:00 renwei
  2003-07-09 12:36 ` Ralf Baechle
  0 siblings, 1 reply; 5+ messages in thread
From: renwei @ 2003-07-08  8:00 UTC (permalink / raw)
  To: linux-mips

Is there anyone else find the same problem?


I download the gdb/insight 5.3 , want to use 
it to debug my mipsel idt334 board.
configure as --target=mipsel-linux.

when connect to the target , it always give me
some wrong addr:

new thead xxxxxx
   0xffffffff83f28040 in ??()
something like that.
and the backtrace command can't work, also.
but my gdb5.0 for mipsel is ok.


I think that's the gdb get the pc as 64bit, but my 
board's cpu is 32bit, so it can't get the correct pc ...
The kernel addr is up to 0x80000000, so it's negative.

I trace the gdb5.3 , and find the place in 
mips-tdep.c, so I just fix the read_pc , make it 
as 32bit , now it can work, and the backtrace command 
can display the call trace .

But I'm not sure if my fix is a full one ? 
Anyone have full patch please tell me ...

                                      renc

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

end of thread, other threads:[~2003-07-11  2:43 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-07-08  8:00 gdb/insight 5.3 buggy in kernel module debug renwei
2003-07-09 12:36 ` Ralf Baechle
2003-07-11  2:14   ` [patch]: " renwei
2003-07-11  2:31     ` Ralf Baechle
2003-07-11  2:43       ` Daniel Jacobowitz

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