From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7772 invoked by alias); 15 Aug 2008 23:30:16 -0000 Received: (qmail 3073 invoked by uid 48); 15 Aug 2008 22:28:33 -0000 Date: Fri, 15 Aug 2008 23:30:00 -0000 Message-ID: <20080815222833.3072.qmail@sourceware.org> From: "fche at redhat dot com" To: systemtap@sources.redhat.com In-Reply-To: <20061207014705.3672.mmlnx@us.ibm.com> References: <20061207014705.3672.mmlnx@us.ibm.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug translator/3672] Support formatted dump of kernel structures X-Bugzilla-Reason: AssignedTo Mailing-List: contact systemtap-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: systemtap-owner@sourceware.org X-SW-Source: 2008-q3/txt/msg00426.txt.bz2 ------- Additional Comments From fche at redhat dot com 2008-08-15 22:28 ------- Another possible syntax for this is inspired by the $$vars introduced recently. Expanding struct contents could be represented like so: $var$ => a string representation of $var's fields: like 0xfoo or {.foo=0xbeef, .zoo=0xp00} To control the depth of nesting expansion, we could add extra "$"s at the end: $var$$ => {.foo=0xbeef, .bar={.so=0x44, .po=0x848}} This could compose with the $$ variables too: $$vars$ => var1=0xdead var2={.foo=0xbeef, .zoo=0xp00} -- http://sourceware.org/bugzilla/show_bug.cgi?id=3672 ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.