Re: options KGDB doesn;t work

2010-10-29 Thread Ted Unangst
On Fri, Oct 29, 2010 at 3:04 PM, Amit Kulkarni wrote: > option KGDB > > causes error: lvalue required as left operand of assignment > In sys/kern/kgdb_stub.c > search for PC_REGS on line 353, 482, and 495 > I am just re-starting in C so don't know much for now. Can somebody > fix it or more likely

Re: options KGDB doesn;t work

2010-10-29 Thread Amit Kulkarni
Sorry, I didn't need to tell anybody what to do. I just don't use the file. My bad. Thanks On Fri, Oct 29, 2010 at 2:04 PM, Amit Kulkarni wrote: > option KGDB > > causes error: lvalue required as left operand of assignment > In sys/kern/kgdb_stub.c > search for PC_REGS on line 353, 482, and 495

options KGDB doesn;t work

2010-10-29 Thread Amit Kulkarni
option KGDB causes error: lvalue required as left operand of assignment In sys/kern/kgdb_stub.c search for PC_REGS on line 353, 482, and 495 I am just re-starting in C so don't know much for now. Can somebody fix it or more likely delete the file since its not being used much? (got there from man