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/13636] New: displays are disabled when variables becomeoptimized out


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

             Bug #: 13636
           Summary: displays are disabled when variables become optimized
                    out
           Product: gdb
           Version: unknown
            Status: NEW
          Severity: normal
          Priority: P2
         Component: gdb
        AssignedTo: unassigned@sourceware.org
        ReportedBy: nmiell@comcast.net
    Classification: Unclassified


gdb prints
    Disabling display $X to avoid infinite recursion.
    $X: $VAR = value has been optimized out
and then the user is forced to manually re-enable display $X.

Instead, gdb should print
    $X: $VAR = value has been optimized out
and never disable the display.

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