re: crash dump module sections addresses

2025-04-14 Thread matthew green
Beesdeckar writes: > Hello, > How can I retrieve kernel module's addresses of .text .data .bss > sections from crash dump in gdb ? have a look at sys/gdbscripts/module? .mrg.

Re: crash dump module sections addresses

2025-04-04 Thread Christos Zoulas
In article <33813164-f469-41e0-bceb-4a2d14557...@softinengines.com>, Beesdeckar wrote: >On 27-Mar-25 10:22 AM, Paul Goyette wrote: >> See src/sys/kern/subr_kobj.c (kern_module.c which calls some of >> the kobj routines.) > >I looked on it. If I want to retrieve .text module base address I found t

Re: crash dump module sections addresses

2025-03-27 Thread Beesdeckar
On 27-Mar-25 10:22 AM, Paul Goyette wrote: See src/sys/kern/subr_kobj.c (kern_module.c which calls some of the kobj routines.) I looked on it. If I want to retrieve .text module base address I found that modctl() is able to provide .text base address of kernel module to userspace and utility m

Re: crash dump module sections addresses

2025-03-27 Thread Paul Goyette
See src/sys/kern/subr_kobj.c (kern_module.c which calls some of the kobj routines.) On Thu, 27 Mar 2025, Beesdeckar wrote: Hello, How can I retrieve kernel module's addresses of .text .data .bss sections from crash dump in gdb ? Peter !DSPAM:67e50afb70686123613163! +--