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 gdb/11228] New: Unable to resolve symbol to source file


When attempting to add breakpoints to my executable, I get the following results:

(gdb) b rflib::SrcBasic<float, rflib::PrsNanoV3, rflib::InsBasic>::init
Breakpoint 1 at 0x461774: file src/source/SrcBasic.cpp, line 41.
(gdb) b rflib::SrcBasic<float, rflib::PrsNanoV3, rflib::InsBasic>::populate
Breakpoint 2 at 0x463830

For some unknown reason, gdb us unable to locate the source line for the
populate() method, though it is in the same source file and is not overloaded
(though the base class does contain a pure virtual 'populate' method).  I will
send the executable and source code to the assignee upon request.

-- 
           Summary: Unable to resolve symbol to source file
           Product: gdb
           Version: 7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: gdb
        AssignedTo: unassigned at sourceware dot org
        ReportedBy: mid9090 at gmail dot com
                CC: gdb-prs at sourceware dot org
  GCC host triplet: Linux 2.6.31.12-174.2.3.fc12.x86_64


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

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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