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 #2 from Jens Elmenthaler <jens.elmenthaler at verigy dot com> 2011-03-09 16:16:09 UTC ---
Some thoughts on how to circumvent such hangups:

I don't think that pretty printers for strings should implement a limit on the
max number of chars to fetch, this should be controlled by the frontend, as the
gdb command line has its own user setting for the limit

This would lead to a MI command that lets the frontend adjust such a limit.

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