Re: Debug information

2009-03-18 Thread Andrew Haley
Kelly O'Hair wrote: > A few pieces of information... you probably already know most of this... > > * Debugging -g -O code has it's limitations, I assume that is > understood. Sometimes local variable information is not included, > sometimes the source line to instruction mapping is a bi

Re: Debug information

2009-03-17 Thread Kelly O'Hair
Andrew, A few pieces of information... you probably already know most of this... * Debugging -g -O code has it's limitations, I assume that is understood. Sometimes local variable information is not included, sometimes the source line to instruction mapping is a bit hectic or missi