From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24145 invoked by alias); 23 Mar 2007 13:08:10 -0000 Received: (qmail 24122 invoked by uid 22791); 23 Mar 2007 13:08:09 -0000 X-Spam-Check-By: sourceware.org Received: from nitzan.inter.net.il (HELO nitzan.inter.net.il) (213.8.233.22) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 23 Mar 2007 13:07:59 +0000 Received: from HOME-C4E4A596F7 ([81.5.34.178]) by nitzan.inter.net.il (MOS 3.7.3a-GA) with ESMTP id GJA59796 (AUTH halo1); Fri, 23 Mar 2007 15:07:54 +0200 (IST) Date: Fri, 23 Mar 2007 13:08:00 -0000 Message-Id: From: Eli Zaretskii To: Daniel Jacobowitz CC: Markus.Grunwald@pruftechnik.com, gdb@sourceware.org In-reply-to: <20070322123906.GA30375@caradoc.them.org> (message from Daniel Jacobowitz on Thu, 22 Mar 2007 08:39:06 -0400) Subject: Re: faster printing of QStrings Reply-to: Eli Zaretskii References: <20070322123906.GA30375@caradoc.them.org> X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2007-03/txt/msg00293.txt.bz2 > Date: Thu, 22 Mar 2007 08:39:06 -0400 > From: Daniel Jacobowitz > Cc: gdb@sourceware.org > > The only way you could use it with display today is by defining a > hook-stop macro. I would like to offer something better involving > integrated Python, but it probably won't happen until next year. What about adding to the debuggee a function that prints a Qstring, and calling that from GDB?