From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20073 invoked by alias); 23 Feb 2006 21:01:52 -0000 Received: (qmail 20060 invoked by uid 9163); 23 Feb 2006 21:01:51 -0000 Date: Thu, 23 Feb 2006 21:01:00 -0000 Message-ID: <20060223210151.20058.qmail@sourceware.org> From: hunt@sourceware.org To: systemtap-cvs@sources.redhat.com Subject: src ChangeLog elaborate.cxx staptree.cxx stapt ... Mailing-List: contact systemtap-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: systemtap-cvs-owner@sourceware.org List-Archive: X-SW-Source: 2006-q1/txt/msg00155.txt.bz2 List-Id: CVSROOT: /cvs/systemtap Module name: src Changes by: hunt@sourceware.org 2006-02-23 21:01:51 Modified files: . : ChangeLog elaborate.cxx staptree.cxx staptree.h Log message: 2006-02-23 Martin Hunt PR 1989. Adds support for %p in printf * staptree.h (struct print_format): Add conv_unsigned_ptr. * staptree.cxx (components_to_string): Output 'p' for conv_unsigned_ptr. * elaborate.cxx (visit_print_format): Add case for conv_unsigned_ptr. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/src/ChangeLog.diff?cvsroot=systemtap&r1=1.323&r2=1.324 http://sourceware.org/cgi-bin/cvsweb.cgi/src/elaborate.cxx.diff?cvsroot=systemtap&r1=1.48&r2=1.49 http://sourceware.org/cgi-bin/cvsweb.cgi/src/staptree.cxx.diff?cvsroot=systemtap&r1=1.42&r2=1.43 http://sourceware.org/cgi-bin/cvsweb.cgi/src/staptree.h.diff?cvsroot=systemtap&r1=1.35&r2=1.36