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 varobj/15313] New: Error message when evaluating a valid variable.


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

             Bug #: 15313
           Summary: Error message when evaluating a valid variable.
           Product: gdb
           Version: 7.3
            Status: NEW
          Severity: normal
          Priority: P2
         Component: varobj
        AssignedTo: unassigned@sourceware.org
        ReportedBy: nikolay.koldunov@oracle.com
    Classification: Unclassified


- I start a gdb session with breakpoints.
- I hit a break point and there are no problems.
- I add some watch variables, and eventually, when I step I get messages from
gdb that looks like:

Type <data variable, no debug info> is not a structure or union type.

In the debugger console this corresponds to the following:

(gdb) 
653-var-evaluate-expression var72
652^error,msg="Type <data variable, no debug info> is not a structure or union
type."

This remains even if I remove all the watch variables.

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