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/15871] New: Unavailable entry value is not shown correctly


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

            Bug ID: 15871
           Summary: Unavailable entry value is not shown correctly
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gdb
          Assignee: unassigned at sourceware dot org
          Reporter: qiyao at gcc dot gnu.org

In a test case, entry value of 'j' is unavailable, so it is expected that
j@entry is "<unavailable>", however, the actual output is like this:

bt 1^M
#0  0x080483c7 in foo (i=0, i@entry=2, j=-1073747804, j@entry=<error reading
variable: Cannot access memory at address 0x8049788>)

I'll attach the test case to reproduce this problem.

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