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 mi/11079] New: -var-set-update-range not respected when there is a pretty printer


If I have a vector<int> object and set a breakpoint on the line:

std::vector<int> a;

Then the state for the vector is undefined and if I issue -var-list-children for
the vector's variable, gdb enters almost infinite loop.
In order to fix this problem I tried to issue -var-set-update-range var1 0 10,
but that command is ignored.

-- 
           Summary: -var-set-update-range not respected when there is a
                    pretty printer
           Product: gdb
           Version: 7.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: mi
        AssignedTo: unassigned at sourceware dot org
        ReportedBy: fuscated at gmail dot com
                CC: gdb-prs at sourceware dot org


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

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