This is the mail archive of the gdb-prs@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]

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


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.


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