Re: ktrace/kdump question: intrepretting calls.

2003-10-23 Thread Josef Karthauser
On Thu, Oct 23, 2003 at 05:33:09PM +0100, David Malone wrote: > On Thu, Oct 23, 2003 at 04:40:41PM +0100, Josef Karthauser wrote: > > I'm trying to work out what a particular application does by using > > ktrace and kdump. At the relevant point in the kdump it says: > > > > 1080 Application CAL

Re: ktrace/kdump question: intrepretting calls.

2003-10-23 Thread David Malone
On Thu, Oct 23, 2003 at 04:40:41PM +0100, Josef Karthauser wrote: > I'm trying to work out what a particular application does by using > ktrace and kdump. At the relevant point in the kdump it says: > > 1080 Application CALL #91(0x28d28000,0x4000) > 1080 Application RET #91 0 > > How do I

ktrace/kdump question: intrepretting calls.

2003-10-23 Thread Josef Karthauser
I'm trying to work out what a particular application does by using ktrace and kdump. At the relevant point in the kdump it says: 1080 Application CALL #91(0x28d28000,0x4000) 1080 Application RET #91 0 How do I go about working out what this call means? I guess that it's to a library some