From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eli Zaretskii To: Joshua Lamorie Cc: gdb@sourceware.cygnus.com Subject: Re: Variable locations in a loaded kernel (bsd.gdb) Date: Mon, 27 Aug 2001 09:24:00 -0000 Message-id: References: X-SW-Source: 2001-08/msg00212.html On Mon, 27 Aug 2001, Joshua Lamorie wrote: > I'm trying to find how a specific variable is referenced in an > OpenBSD 2.8 kernel. I build a kernel with symbols, and load it into gdb, > however I can't find a way to see where a specific variable is stored > (stack, memory, register etc...). I can't run the kernel, and when I type > 'p function::variable' it responds with... > > No frame is currently executing in block scpshc_decompress. Does the command "info address" help?