Re: [vox-tech] advanced gdb question

2002-06-14 Thread Charles Polisher
On Fri, Jun 14, 2002 at 06:58:38PM -0700, Micah Cowan wrote: > Peter Jay Salzman writes: > > hey there, > > > > every tutorial on gdb says "compile with -g" within the first few lines. > > but what if you don't? or rather, what if you can't compile with -g? > > > > but how do you inspect

[vox-tech] advanced gdb question

2002-06-14 Thread Micah Cowan
Peter Jay Salzman writes: > hey there, > > every tutorial on gdb says "compile with -g" within the first few lines. > but what if you don't? or rather, what if you can't compile with -g? > > but how do you inspect arguments, local variables, etc. in a given frame > if you don't know the

Re: [vox-tech] Device drivers

2002-06-14 Thread Seth Nagao
Cool. I'll probably want to borrow the book, can I get it the next meeting? Henry House wrote: > On Fri, Jun 14, 2002 at 05:15:50PM -0700, Seth Nagao wrote: > > Hey, > > Does anyone here know how to write device drivers for linux? I am > > interested specifically in network drivers. Of cours

Re: [vox-tech] Device drivers

2002-06-14 Thread Henry House
On Fri, Jun 14, 2002 at 05:15:50PM -0700, Seth Nagao wrote: > Hey, > Does anyone here know how to write device drivers for linux? I am > interested specifically in network drivers. Of course, if someone is > interested in helping, then I certainly won't mind. I know I had > something else to as

Re: [vox-tech] Device drivers

2002-06-14 Thread nbs
On Fri, Jun 14, 2002 at 05:15:50PM -0700, Seth Nagao wrote: > Hey, > Does anyone here know how to write device drivers for linux? Pete did a talk on devfs, where I believe he did a little driver creation: http://www.lugod.org/meeting/past/2001.11.19.php -bill! ___

[vox-tech] Device drivers

2002-06-14 Thread Seth Nagao
Hey, Does anyone here know how to write device drivers for linux? I am interested specifically in network drivers. Of course, if someone is interested in helping, then I certainly won't mind. I know I had something else to ask, but it has escaped my mind at the moment. --Seth

[vox-tech] advanced gdb question

2002-06-14 Thread Peter Jay Salzman
hey there, every tutorial on gdb says "compile with -g" within the first few lines. but what if you don't? or rather, what if you can't compile with -g? but how do you inspect arguments, local variables, etc. in a given frame if you don't know the address of these variables because the symbol t