This is the mail archive of the gdb@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Help with Code in Multiple Directories


Summary for the list:

On Fri, Mar 27, 2009 at 8:33 AM, Paul Pluzhnikov <ppluzhnikov@google.com> wrote:
> Did you build your program with debugging info (the '-g' GCC option) ?


We discovered that this indeed was the cause: Nir added '-g'
to CFLAGS, but neglected to do 'make clean' and only relinked his binary.

-- 
Paul Pluzhnikov


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]