Re: GDB to detect NAN

2006-07-03 Thread swagat
Paul Pluzhnikov wrote: > "swagat" <[EMAIL PROTECTED]> writes: > > > I don't know if it is the right forum to ask for gdb problems. IF it is > > not, please do let me know. > > Asking in OS-specific group (and indicating what OS you are on) > may yield better results. I realize my mistake. I am r

Re: GDB to detect NAN

2006-07-02 Thread Paul Pluzhnikov
"swagat" <[EMAIL PROTECTED]> writes: > I don't know if it is the right forum to ask for gdb problems. IF it is > not, please do let me know. Asking in OS-specific group (and indicating what OS you are on) may yield better results. > In my c++ program, a particular variable takes up "nan" value a

GDB to detect NAN

2006-06-30 Thread swagat
Hi all! I don't know if it is the right forum to ask for gdb problems. IF it is not, please do let me know. In my c++ program, a particular variable takes up "nan" value after sometime. I want my program to stop executing at a line where it takes up a NAN value. How can I use GDB to perform this