From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27436 invoked by alias); 27 Apr 2009 21:49:10 -0000 Received: (qmail 27406 invoked by uid 9586); 27 Apr 2009 21:49:09 -0000 Date: Mon, 27 Apr 2009 21:49:00 -0000 Message-ID: <20090427214908.27395.qmail@sourceware.org> From: jistone@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-0.9.7-21-g56eb845 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 975a582b1274eb66088466a66a2eb2c3a70cf766 X-Git-Newrev: 56eb845656c89a1a7027887c1b3e3dfb3aa866d7 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: Reply-To: systemtap@sourceware.org X-SW-Source: 2009-q2/txt/msg00144.txt.bz2 This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "systemtap: system-wide probe/trace tool". The branch, master has been updated via 56eb845656c89a1a7027887c1b3e3dfb3aa866d7 (commit) via 27805741410ddb1e62f451cd8a71ad5b92ed7dd8 (commit) from 975a582b1274eb66088466a66a2eb2c3a70cf766 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 56eb845656c89a1a7027887c1b3e3dfb3aa866d7 Author: Josh Stone Date: Mon Apr 27 14:38:20 2009 -0700 Handle more types of types in declaration_resolve Instead of just structs and unions, we now also process typedefs, enums, and base types in iterate_over_globals, so declaration_resolve can find more variations. This especially useful to let @casts reference typedef names. commit 27805741410ddb1e62f451cd8a71ad5b92ed7dd8 Author: Josh Stone Date: Mon Apr 27 14:29:19 2009 -0700 Warn if trying to dereference an enum In translate_components, give a cleaner warning about trying to dereference an enum type, rather than "unexpected type tag". ----------------------------------------------------------------------- Summary of changes: tapsets.cxx | 33 +++++++++++++++++++++------------ 1 files changed, 21 insertions(+), 12 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool