Date: Sun, 25 Feb 1996 02:48:16 +1100 From: Bruce Evans <bde@zeta.org.au> To: freebsd-hackers@FreeBSD.org, j@uriah.heep.sax.de Subject: Re: Whither ddb Message-ID: <199602241548.CAA09204@godzilla.zeta.org.au>
next in thread | raw e-mail | index | archive | help
>> Stopped at _Debugger+0x2b: movb $0,_in_Debugger.100 >> db> >> >> ddb doesn't understand names with `.' in them like the one above. >What is this number for? It's to distinguish the static variable `in_Debugger' which is only in scope in Debugger() from other variables with the same name. Bruce
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199602241548.CAA09204>