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 c++/14070] New: global symbol print issue


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

             Bug #: 14070
           Summary: global symbol print issue
           Product: gdb
           Version: 7.3
            Status: NEW
          Severity: normal
          Priority: P2
         Component: c++
        AssignedTo: unassigned@sourceware.org
        ReportedBy: Adam.R.Lininger@boeing.com
    Classification: Unclassified


Created attachment 6396
  --> http://sourceware.org/bugzilla/attachment.cgi?id=6396
Source for example

GDB seems unable to correlate a global symbol with the current execution
context. The attached example code can be used to create two dynamic libraries
and a loading executable. If GDB is used to step in to dll2_get() and then
examine the global dll_version, it will give the value from the first dll.
Ideally, it should give the value from the second.

This was first encountered in the WIN32 version. However, a similar test with a
recent Debian Linux install produced the same results.

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