From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1612 invoked by alias); 30 Oct 2007 23:16:49 -0000 Received: (qmail 1584 invoked by uid 9697); 30 Oct 2007 23:16:47 -0000 Date: Tue, 30 Oct 2007 23:16:00 -0000 Message-ID: <20071030231647.1567.qmail@sourceware.org> From: pmachata@sourceware.org To: frysk-cvs@sourceware.org Subject: [SCM] frysk system monitor/debugger branch, master, updated. f6f4dedcd05613eccc03e1311b8412cc65afdffd X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 78ad8a9e03f7dc5a709971efe0e84acde7e9e2fc X-Git-Newrev: f6f4dedcd05613eccc03e1311b8412cc65afdffd Mailing-List: contact frysk-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: frysk-cvs-owner@sourceware.org Reply-To: frysk@sourceware.org X-SW-Source: 2007-q4/txt/msg00263.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 "frysk system monitor/debugger". The branch, master has been updated via f6f4dedcd05613eccc03e1311b8412cc65afdffd (commit) via f8e8494ffc9a978efdbec038859db2aa31f89abb (commit) via 6a370e7b421bea70c2a1a7259b398f14c63d6f48 (commit) from 78ad8a9e03f7dc5a709971efe0e84acde7e9e2fc (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 f6f4dedcd05613eccc03e1311b8412cc65afdffd Author: Petr Machata Date: Wed Oct 31 00:07:17 2007 +0100 Necessary changelogs commit f8e8494ffc9a978efdbec038859db2aa31f89abb Author: Petr Machata Date: Wed Oct 31 00:04:34 2007 +0100 ltrace symbol cache fix, cleanups * Fixed storing of loaded symbol table to cache. * Changed syntax of -plt, -sym, -dyn arguments to ltrace commandline utility. * Few cleanups. commit 6a370e7b421bea70c2a1a7259b398f14c63d6f48 Author: Petr Machata Date: Tue Oct 30 23:59:29 2007 +0100 Add testcase for #5234. ----------------------------------------------------------------------- Summary of changes: frysk-core/frysk/bindir/ChangeLog | 6 ++ frysk-core/frysk/bindir/fltrace.java | 20 +---- frysk-core/frysk/bindir/fltrace.xml | 12 ++-- frysk-core/frysk/ftrace/ChangeLog | 4 + frysk-core/frysk/ftrace/Ltrace.java | 95 +++++++++-------------- frysk-core/frysk/ftrace/ObjectFile.java | 4 +- frysk-core/frysk/proc/ChangeLog | 4 + frysk-core/frysk/proc/TestTaskObserverCode.java | 96 +++++++++++++++++++++++ 8 files changed, 159 insertions(+), 82 deletions(-) hooks/post-receive -- frysk system monitor/debugger