public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug breakpoints/12270] New: This GDB was configured as "i686-linux-gnu".
@ 2010-11-26 23:03 marcelavbx at gmail dot com
  2010-11-28  1:41 ` [Bug breakpoints/12270] " ppluzhnikov at google dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: marcelavbx at gmail dot com @ 2010-11-26 23:03 UTC (permalink / raw)
  To: gdb-prs

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

           Summary: This GDB was configured as "i686-linux-gnu".
           Product: gdb
           Version: unknown
            Status: NEW
          Severity: normal
          Priority: P2
         Component: breakpoints
        AssignedTo: unassigned@sourceware.org
        ReportedBy: marcelavbx@gmail.com


Hi everybody, i wanted to debug some assembly program and this message is shown
when I write 

gdb "name of my program"


Copyright (C) 2010 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "i686-linux-gnu".


what happen? what's the problem?
thanks in advance

-- 
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.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug breakpoints/12270] This GDB was configured as "i686-linux-gnu".
  2010-11-26 23:03 [Bug breakpoints/12270] New: This GDB was configured as "i686-linux-gnu" marcelavbx at gmail dot com
@ 2010-11-28  1:41 ` ppluzhnikov at google dot com
  2010-11-28 19:23 ` marcelavbx at gmail dot com
  2010-11-29  4:10 ` ppluzhnikov at google dot com
  2 siblings, 0 replies; 4+ messages in thread
From: ppluzhnikov at google dot com @ 2010-11-28  1:41 UTC (permalink / raw)
  To: gdb-prs

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

Paul Pluzhnikov <ppluzhnikov at google dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |ppluzhnikov at google dot
                   |                            |com
         Resolution|                            |INVALID

--- Comment #1 from Paul Pluzhnikov <ppluzhnikov at google dot com> 2010-11-28 01:33:28 UTC ---
(In reply to comment #0)

> what happen? what's the problem?

You tell us.

I suggest you seek help of a local guru.

Failing that, try to supply relevant details, and ask your question in
gdb@sourceware.org mailing list.

I suggest starting here: http://catb.org/esr/faqs/smart-questions.html

-- 
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.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug breakpoints/12270] This GDB was configured as "i686-linux-gnu".
  2010-11-26 23:03 [Bug breakpoints/12270] New: This GDB was configured as "i686-linux-gnu" marcelavbx at gmail dot com
  2010-11-28  1:41 ` [Bug breakpoints/12270] " ppluzhnikov at google dot com
@ 2010-11-28 19:23 ` marcelavbx at gmail dot com
  2010-11-29  4:10 ` ppluzhnikov at google dot com
  2 siblings, 0 replies; 4+ messages in thread
From: marcelavbx at gmail dot com @ 2010-11-28 19:23 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #2 from marce <marcelavbx at gmail dot com> 2010-11-28 18:52:55 UTC ---
I'm sorry I forgot to write the error.
When I want to list the program sourcecode with the command "l" this message
appears

No symbol table is loaded.  Use the "file" command.

what does it mean?

-- 
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.


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug breakpoints/12270] This GDB was configured as "i686-linux-gnu".
  2010-11-26 23:03 [Bug breakpoints/12270] New: This GDB was configured as "i686-linux-gnu" marcelavbx at gmail dot com
  2010-11-28  1:41 ` [Bug breakpoints/12270] " ppluzhnikov at google dot com
  2010-11-28 19:23 ` marcelavbx at gmail dot com
@ 2010-11-29  4:10 ` ppluzhnikov at google dot com
  2 siblings, 0 replies; 4+ messages in thread
From: ppluzhnikov at google dot com @ 2010-11-29  4:10 UTC (permalink / raw)
  To: gdb-prs

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.


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2010-11-28 19:23 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-26 23:03 [Bug breakpoints/12270] New: This GDB was configured as "i686-linux-gnu" marcelavbx at gmail dot com
2010-11-28  1:41 ` [Bug breakpoints/12270] " ppluzhnikov at google dot com
2010-11-28 19:23 ` marcelavbx at gmail dot com
2010-11-29  4:10 ` ppluzhnikov at google dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).