[Bug breakpoints/12270] This GDB was configured as "i686-linux-gnu".

ppluzhnikov at google dot com sourceware-bugzilla@sourceware.org
Mon Nov 29 04:10:00 GMT 2010


http://sourceware.org/bugzilla/show_bug.cgi?id=12270

--- Comment #3 from Paul Pluzhnikov <ppluzhnikov at google dot com> 2010-11-28 19:23:05 UTC ---
(In reply to comment #2)

> No symbol table is loaded.  Use the "file" command.
> what does it mean?

It means that GDB did not load the symbol table for your program.

One possible reason is that your program is a 64-bit executable, while your GDB
was built for i686, and can only debug 32-bit programs.

Please note that opening a bug in bugzilla is *not* an appropriate way to seek
help. If you still have questions, please ask them by sending mail to
gdb@sourceware.org, or posting them to e.g. http://stackoverflow.com

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the Gdb-prs mailing list