From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12532 invoked by alias); 10 Jul 2008 14:34:33 -0000 Received: (qmail 12421 invoked by uid 426); 10 Jul 2008 14:34:32 -0000 Date: Thu, 10 Jul 2008 14:34:00 -0000 Message-ID: <20080710143431.12386.qmail@sourceware.org> From: fche@sourceware.org To: systemtap-cvs@sourceware.org Subject: [SCM] systemtap: system-wide probe/trace tool branch, pr6429-comp-unwindsyms, updated. rhel52-ga-500-ga00cc8c X-Git-Refname: refs/heads/pr6429-comp-unwindsyms X-Git-Reftype: branch X-Git-Oldrev: df00639dbe262b8919bdf625f30d80e5b9b96346 X-Git-Newrev: a00cc8c70d20f2f3429590b629d272c8db65b40f 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: 2008-q3/txt/msg00021.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, pr6429-comp-unwindsyms has been updated via a00cc8c70d20f2f3429590b629d272c8db65b40f (commit) via 51a3785482396c9f653e3e7647945bfc24f7b160 (commit) via 25814e6c66b461380bbc9ef8fa263c868983efa6 (commit) via 07bd3b82ab643ba1f889c07132074dd0cd8c2d1d (commit) via 3559f184314739bebe527d279d2513ac5124260f (commit) via a3ee6543b34b773568961e3d48f6ea30e65bc59c (commit) via 0b8f65798e0b454ccaab1d93925c3e034d4f5624 (commit) via d99a656a615dd78773316b7ac3972f3f1bcd5fca (commit) via 23957b6c147b63db1c071a4c2daaf23b4185dadb (commit) via 26de79f7a2b4db7c123f43cca0d01f5a505103d5 (commit) via 1027502bf8cae522bac37847931a05feceae96d1 (commit) via b7278cda1ffbe3f1e711adb40577ad12f3527260 (commit) via ff7b8b4a8fbcba5e78e72617753fd33f6f3ebc07 (commit) via ec4d1558731efe3fb9b423c325c012798eab59fb (commit) via 7fe437e69acdfa85e8b2a5f65ec327a0731e7968 (commit) from df00639dbe262b8919bdf625f30d80e5b9b96346 (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 a00cc8c70d20f2f3429590b629d272c8db65b40f Merge: df00639dbe262b8919bdf625f30d80e5b9b96346 51a3785482396c9f653e3e7647945bfc24f7b160 Author: Frank Ch. Eigler Date: Wed Jul 9 22:44:13 2008 -0400 Merge commit 'origin/master' into pr6429-comp-unwindsyms * commit 'origin/master': fix shutdown race condition for scripts that might exit during begin probes Fix PR 6732: Add runtime/autoconf-real-parent.c check for task_struct field. clarify dejagnu test case name for empty-struct changes add changelog entries for last two changes Add test suite for declaration resolution Fix semantic error: empty struct Add hack to support git 1.6 in git_version.sh Sync latest fix for git_version.sh from RadeonHD's tree Slightly cleanup code of translate.cxx PR2111: add general blurbage to stapprobes.5 on syscalls tapset Use `uname -rvm` for checking system compatibility. Generate Add section to stapex manual page on how installed examples are documented. Install examples, demos and samples. Install tutorial and langref manuals. ----------------------------------------------------------------------- Summary of changes: ChangeLog | 49 ++++++++++++++++ Makefile.am | 71 ++++++++++++++-------- Makefile.in | 91 ++++++++++++++++++----------- aclocal.m4 | 38 +++++++----- buildrun.cxx | 1 + doc/ChangeLog | 6 ++ doc/Makefile.am | 15 +++++- doc/Makefile.in | 38 +++++++++---- git_version.sh | 25 ++++++++- runtime/ChangeLog | 8 +++ runtime/autoconf-real-parent.c | 15 +++++ runtime/task_finder.c | 3 +- runtime/transport/ChangeLog | 4 + runtime/transport/transport.c | 4 +- stap-client | 16 +++++- stap-server | 7 +- stap-serverd | 5 +- stapex.5.in | 7 ++ stapprobes.5.in | 41 +++++++++++++ systemtap.spec.in | 23 +++++--- tapset/ChangeLog | 7 ++ tapset/context.stp | 8 +++ tapset/task.stp | 4 + tapsets.cxx | 93 ++++++++++++++++++++++++++++++ testsuite/ChangeLog | 6 ++ testsuite/config/unix.exp | 1 + testsuite/lib/stap_compile.exp | 39 ++++++++++++ testsuite/systemtap.base/declaration.exp | 19 ++++++ testsuite/systemtap.base/marker.exp | 40 ------------- translate.cxx | 6 +- 30 files changed, 538 insertions(+), 152 deletions(-) create mode 100644 runtime/autoconf-real-parent.c create mode 100644 testsuite/lib/stap_compile.exp create mode 100644 testsuite/systemtap.base/declaration.exp hooks/post-receive -- systemtap: system-wide probe/trace tool