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/12555] Hangup in MI commands if python StdStringPrinter usedon uninitialized std::string


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

--- Comment #8 from Tom Tromey <tromey at redhat dot com> 2011-11-10 21:34:18 UTC ---
Some kind of fetch limit makes sense to me.
It should not default to unlimited; that just makes naive clients die
when there is some kind of corruption.  Just make it big enough to cover
all normal uses -- 10K or something.
To be clear, I think the fetch limit should only apply to strings;
for varobjs with children we already have a limiting system in place.

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