From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 19160 invoked by alias); 12 Nov 2007 21:55:54 -0000 Received: (qmail 19143 invoked by uid 9163); 12 Nov 2007 21:55:54 -0000 Date: Mon, 12 Nov 2007 21:55:00 -0000 Message-ID: <20071112215554.19141.qmail@sourceware.org> From: hunt@sourceware.org To: systemtap-cvs@sourceware.org Subject: src ChangeLog parse.cxx staptree.cxx staptree. ... Mailing-List: contact systemtap-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-cvs-owner@sourceware.org List-Archive: X-SW-Source: 2007-q4/txt/msg00144.txt.bz2 CVSROOT: /cvs/systemtap Module name: src Changes by: hunt@sourceware.org 2007-11-12 21:55:54 Modified files: . : ChangeLog parse.cxx staptree.cxx staptree.h translate.cxx Log message: 2007-11-12 Martin Hunt * translate.cxx (visit_print_format): Strings without a format or formatted with "%s" or "%s\n" should be printed with calls to _stp_print(). Call _stp_print_char() if printing a char. * staptree.cxx (parse_print): Check for "print_char". * staptree.h (struct print_format): Add print_char. (parse_print): Update prototype. * parse.cxx (parse_symbol): Set print_char bool in print_format. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=systemtap&r1=1.711&r2=1.712 http://sourceware.org/cgi-bin/cvsweb.cgi/src/parse.cxx.diff?cvsroot=systemtap&r1=1.71&r2=1.72 http://sourceware.org/cgi-bin/cvsweb.cgi/src/staptree.cxx.diff?cvsroot=systemtap&r1=1.64&r2=1.65 http://sourceware.org/cgi-bin/cvsweb.cgi/src/staptree.h.diff?cvsroot=systemtap&r1=1.53&r2=1.54 http://sourceware.org/cgi-bin/cvsweb.cgi/src/translate.cxx.diff?cvsroot=systemtap&r1=1.187&r2=1.188