From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5267 invoked by alias); 18 Feb 2015 00:22:28 -0000 Mailing-List: contact gdb-testers-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-testers-owner@sourceware.org Received: (qmail 5234 invoked by uid 89); 18 Feb 2015 00:22:27 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.4 required=5.0 tests=AWL,BAYES_00,LIKELY_SPAM_BODY autolearn=no version=3.3.2 X-HELO: kwanyin.sergiodj.net Received: from kwanyin.sergiodj.net (HELO kwanyin.sergiodj.net) (176.31.208.32) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Wed, 18 Feb 2015 00:22:25 +0000 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: Test results for commit 3133f8c11fd2e18b9f5ffd35bb26410dc61a69c5 on branch master From: sergiodj@redhat.com To: gdb-testers@sourceware.org Message-Id: <3133f8c11fd2e18b9f5ffd35bb26410dc61a69c5@kwanyin> Date: Wed, 18 Feb 2015 00:57:00 -0000 X-IsSubscribed: yes X-SW-Source: 2015-q1/txt/msg02321.txt.bz2 *** TEST RESULTS FOR COMMIT 3133f8c11fd2e18b9f5ffd35bb26410dc61a69c5 *** Author: Jose E. Marchesi Branch: master Commit: 3133f8c11fd2e18b9f5ffd35bb26410dc61a69c5 Documentation for DTrace USDT probes. This patch modifies the `Static Probe Points' section on the GDB manual in order to cover the support for DTrace USDT probes, in addition to SystemTap SDT probes. gdb/doc/ChangeLog: 2015-02-17 Jose E. Marchesi * gdb.texinfo (Static Probe Points): Add cindex `static probe point, DTrace'. (Static Probe Points): Modified to cover DTrace probes in addition to SystemTap probes. Also modified to cover the `enable probe' and `disable probe' commands.