From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14289 invoked by alias); 16 Apr 2008 15:14:05 -0000 Received: (qmail 14263 invoked by uid 9708); 16 Apr 2008 15:14:05 -0000 Date: Wed, 16 Apr 2008 15:14:00 -0000 Message-ID: <20080416151405.14248.qmail@sourceware.org> From: tthomas@sourceware.org To: frysk-cvs@sourceware.org Subject: [SCM] master: Add watch command to news file. X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 641ed177f921ccaa93d7086b54fe64fa3bdb5b00 X-Git-Newrev: c2385ede8804d05066966d97177cbcf4fcfaed19 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: 2008-q2/txt/msg00109.txt.bz2 The branch, master has been updated via c2385ede8804d05066966d97177cbcf4fcfaed19 (commit) from 641ed177f921ccaa93d7086b54fe64fa3bdb5b00 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email. - Log ----------------------------------------------------------------- commit c2385ede8804d05066966d97177cbcf4fcfaed19 Author: Teresa Thomas Date: Wed Apr 16 07:11:54 2008 -0400 Add watch command to news file. frysk-top/ChangeLog: 2008-04-16 Teresa Thomas * NEWS: Update - add watch command. ----------------------------------------------------------------------- Summary of changes: NEWS | 31 +++++++++++++++++++++---------- frysk-top/ChangeLog | 4 ++++ 2 files changed, 25 insertions(+), 10 deletions(-) First 500 lines of diff: diff --git a/NEWS b/NEWS index 6ab8e5e..3c3dd0a 100644 --- a/NEWS +++ b/NEWS @@ -9,6 +9,17 @@ and C++. It is aimed at providing developers and system administrators with the ability to examine and analyze multi-host, multi-process, and multi-threaded systems while they are running. +-- + +Post-Release 0.2 Updates: + +-> 2004-04-16 - New command in FHPD: watch + + Use to set watchpoints on expressions or variables. This stops + program execution when memory location associated with the + expression is written to or read from. + +-- Release 0.2, 2008-04-02: @@ -16,17 +27,17 @@ This initial release of frysk includes: -> command line utilities: - fauxv - print the auxiliary vector (new) - fcatch - catch and print the stack of a crashing process - fcore - extract a core file from a running process (faster, more correct) + fauxv - print the auxiliary vector (new) + fcatch - catch and print the stack of a crashing process + fcore - extract a core file from a running process (faster, more correct) fdebuginfo - list debug-info requirements of a process (new) - fdebugrpm - install debug-info requirements of a process (new) - ferror - catch and back-trace error calls (new) - fexe - print the executable path - fmaps - print the address map (new) - fstack - print each thread's stack (supports in-line back-traces) - fstep - single-step a process - ftrace - trace a processes system and (new) library calls + fdebugrpm - install debug-info requirements of a process (new) + ferror - catch and back-trace error calls (new) + fexe - print the executable path + fmaps - print the address map (new) + fstack - print each thread's stack (supports in-line back-traces) + fstep - single-step a process + ftrace - trace a processes system and (new) library calls Known limitations: large resident set size; large executable size. diff --git a/frysk-top/ChangeLog b/frysk-top/ChangeLog index e34b7f6..f48b197 100644 --- a/frysk-top/ChangeLog +++ b/frysk-top/ChangeLog @@ -1,3 +1,7 @@ +2008-04-16 Teresa Thomas + + * NEWS: Update - add watch command. + 2008-04-08 Andrew Cagney * Makefile.am (javadoc): Use frysk-common/javadocs.sh. hooks/post-receive -- frysk system monitor/debugger