Remote GDB in -stable..

2002-03-07 Thread Daniel O'Connor
I'm trying to debug a KLD in -stable and I can't get gdb to show me a stack trace with the extra info (variable names, line numbers etc..) I've built a debugging kernel and copied it to the debug machine and I can connect to the machine to be debugged OK, but none of the back traces have the extr

Re: Remote GDB in -stable..

2002-03-08 Thread Willem van Engen
On 08 Mar 2002 19:30:34 +1130 "Daniel O'Connor" <[EMAIL PROTECTED]> wrote: > I'm trying to debug a KLD in -stable and I can't get gdb to show me a > stack trace with the extra info (variable names, line numbers etc..) > > I've built a debugging kernel and copied it to the debug machine and I > c

Re: Remote GDB in -stable..

2002-03-08 Thread Daniel O'Connor
On Fri, 2002-03-08 at 21:26, Willem van Engen wrote: > > Anyone have any handy tips? > Did you read the developers' handbook, chapter 16? > http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/x5013.html Yeah I read that. I can't get an annotates back trace though :( ie I want gdb

Re: Remote GDB in -stable..

2002-03-09 Thread Willem van Engen
On 09 Mar 2002 15:31:55 +1130 "Daniel O'Connor" <[EMAIL PROTECTED]> wrote: > On Fri, 2002-03-08 at 21:26, Willem van Engen wrote: > > > Anyone have any handy tips? > > Did you read the developers' handbook, chapter 16? > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/developers-handbook/x5013