public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* Kdb for modules
@ 2001-01-07 13:31 Sourav Sen
  2001-01-07 13:49 ` Keith Owens
  0 siblings, 1 reply; 4+ messages in thread
From: Sourav Sen @ 2001-01-07 13:31 UTC (permalink / raw)
  To: lkml


Hi,
	For using kdb I have done the following:
	1) upgrade modutils using modutils-2.3.11-1.i386.rpm
	2) patched the source using kdb-v0.6-2.2.13 as I am using
	   linux-2.2.16.(I don't know, this kdb for 2.2.13 works for
	   linux-2.2.16, I haven't used it extensively, so don't know 
	   whether it works correctly or not?, but I couldn't find kdb
	   for 2.2.16 in SGI site, any clues in this is very much 
	   welcomed  :))

	so this works ... , 
	But if I want to debug the modules, set breakpoints at, see the
	address of, module functions, what shall I have to do? I haven't 
	found any clue on this as yet, Plz. help..

sourav
--------------------------------------------------------------------------------

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

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

* Re: Kdb for modules
  2001-01-07 13:31 Kdb for modules Sourav Sen
@ 2001-01-07 13:49 ` Keith Owens
  0 siblings, 0 replies; 4+ messages in thread
From: Keith Owens @ 2001-01-07 13:49 UTC (permalink / raw)
  To: Sourav Sen; +Cc: lkml

On Sun, 7 Jan 2001 19:01:06 +0530 (IST), 
Sourav Sen <sourav@csa.iisc.ernet.in> wrote:
>	For using kdb I have done the following:

kdb is not part of the standard linux kernel, linux-kernel is the wrong
mailing list.

>	2) patched the source using kdb-v0.6-2.2.13 as I am using
>	   linux-2.2.16.(I don't know, this kdb for 2.2.13 works for
>	   linux-2.2.16, I haven't used it extensively, so don't know 
>	   whether it works correctly or not?, but I couldn't find kdb
>	   for 2.2.16 in SGI site, any clues in this is very much 
>	   welcomed  :))

kdb v0.6 is out of date and no longer supported.  kdb v1.5 against
2.2.18 is in ftp://oss.sgi.com/projects/kdb/download/ix86/, it supports
modules correctly.  This patch is only there as a courtesy, SGI do not
support kdb on 2.2 kernels, all our debugging work is on 2.4 kernels.
If you want to use kdb on 2.2 kernels, you are pretty much on your own.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

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

* Re: Kdb for modules
@ 2001-01-08 10:57 Guennadi Liakhovetski
  2001-01-08 14:54 ` Keith Owens
  0 siblings, 1 reply; 4+ messages in thread
From: Guennadi Liakhovetski @ 2001-01-08 10:57 UTC (permalink / raw)
  To: linux-kernel

> kdb v0.6 is out of date and no longer supported. kdb v1.5 against 
> 2.2.18 is in ftp://oss.sgi.com/projects/kdb/download/ix86/, it supports 
> modules correctly. This patch is only there as a courtesy, SGI do not 
> support kdb on 2.2 kernels, all our debugging work is on 2.4 kernels. 
> If you want to use kdb on 2.2 kernels, you are pretty much on your own. 

Ok, this is fine, but just one question, please: is    
kdb-v1.5-2.2.18-pre15.gz going (or at least supposed to) work with 2.2.18
(final)?

Thanks
Guennadi
___

Dr. Guennadi V. Liakhovetski
Department of Applied Mathematics
University of Sheffield, U.K.
email: G.Liakhovetski@sheffield.ac.uk


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

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

* Re: Kdb for modules
  2001-01-08 10:57 Guennadi Liakhovetski
@ 2001-01-08 14:54 ` Keith Owens
  0 siblings, 0 replies; 4+ messages in thread
From: Keith Owens @ 2001-01-08 14:54 UTC (permalink / raw)
  To: Guennadi Liakhovetski; +Cc: linux-kernel

On Mon, 8 Jan 2001 10:57:32 +0000 (GMT), 
Guennadi Liakhovetski <g.liakhovetski@ragingbull.com> wrote:
>Keith Owens wrote
>> kdb v0.6 is out of date and no longer supported. kdb v1.5 against 
>> 2.2.18 is in ftp://oss.sgi.com/projects/kdb/download/ix86/, it supports 
>> modules correctly. This patch is only there as a courtesy, SGI do not 
>> support kdb on 2.2 kernels, all our debugging work is on 2.4 kernels. 
>> If you want to use kdb on 2.2 kernels, you are pretty much on your own. 
>
>Ok, this is fine, but just one question, please: is    
>kdb-v1.5-2.2.18-pre15.gz going (or at least supposed to) work with 2.2.18
>(final)?

The only obvious difference between 2.2.18-pre15 and 2.2.18 that
affects kdb is a change to the sysctl numbers.  I have put
kdb-v1.5-2.2.18.gz in http://oss.sgi.com/projects/kdb/download/ix86/.
Warning: I have not even compiled this patch, let alone tested it.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

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

end of thread, other threads:[~2001-01-08 14:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-01-07 13:31 Kdb for modules Sourav Sen
2001-01-07 13:49 ` Keith Owens
  -- strict thread matches above, loose matches on Subject: below --
2001-01-08 10:57 Guennadi Liakhovetski
2001-01-08 14:54 ` Keith Owens

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