From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21739 invoked by alias); 19 Nov 2010 05:31:44 -0000 Received: (qmail 21705 invoked by uid 9586); 19 Nov 2010 05:31:42 -0000 Date: Fri, 19 Nov 2010 05:31:00 -0000 Message-ID: <20101119053141.21694.qmail@sourceware.org> From: jistone@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, master, updated. release-1.3-306-g1beba84 X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: ea527496fe49207f29923f6b42ff5cba9170d6c0 X-Git-Newrev: 1beba84157d0ef112ba1188db110b6f0e5879d66 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: 2010-q4/txt/msg00086.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 1beba84157d0ef112ba1188db110b6f0e5879d66 (commit) via 75a371ce5d6bc65613edc9d4f475c4de516b68be (commit) via 7c15538e266a45590dd0e90b3eed1e53c18b9a5e (commit) via b0c986b603eb96ec2af08d613bc97acb664b37a8 (commit) via cda117193e340f81ac5f23b66e261ed6381d80b5 (commit) from ea527496fe49207f29923f6b42ff5cba9170d6c0 (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 1beba84157d0ef112ba1188db110b6f0e5879d66 Author: Josh Stone Date: Thu Nov 18 20:42:33 2010 -0800 sdt_types: remove manual type-casting For now, remove the int() and short() typecasting, as it seems to be working without. We should try as much as possible to fix these issues in the translator and/or sdt.h before masking it in the test. commit 75a371ce5d6bc65613edc9d4f475c4de516b68be Author: Josh Stone Date: Thu Nov 18 20:06:52 2010 -0800 Cast the proper sign and size of SDT constant args * tapsets.cxx (sdt_uprobe_var_expanding_visitor::visit_target_symbol): For the constant case, we still need to do some typecasting, as gcc doesn't necessarily match the sign of the constant to the type. commit 7c15538e266a45590dd0e90b3eed1e53c18b9a5e Author: Josh Stone Date: Thu Nov 18 19:32:56 2010 -0800 Cast the proper sign and size of SDT register args * tapsets.cxx (sdt_uprobe_var_expanding_visitor::visit_target_symbol): For the REGISTER case, insert a typecast to deal with truncation and sign-extension of the argument as needed. commit b0c986b603eb96ec2af08d613bc97acb664b37a8 Author: Josh Stone Date: Thu Nov 18 19:16:57 2010 -0800 sdt_types: Use direct array args rather than &array when possible commit cda117193e340f81ac5f23b66e261ed6381d80b5 Author: Josh Stone Date: Thu Nov 18 16:20:48 2010 -0800 sdt_types: add a PASS statement for bitfields_small_var ----------------------------------------------------------------------- Summary of changes: tapsets.cxx | 30 +++++++++++++++++++++++++++- testsuite/systemtap.base/sdt_types.c | 10 +++++++- testsuite/systemtap.base/sdt_types.stp | 33 ++++++++++++------------------- 3 files changed, 49 insertions(+), 24 deletions(-) hooks/post-receive -- systemtap: system-wide probe/trace tool