From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4498 invoked by alias); 6 Jun 2008 19:47:34 -0000 Received: (qmail 4472 invoked by uid 9519); 6 Jun 2008 19:47:34 -0000 Date: Fri, 06 Jun 2008 19:47:00 -0000 Message-ID: <20080606194734.4457.qmail@sourceware.org> From: rmoseley@sourceware.org To: frysk-cvs@sourceware.org Subject: [SCM] master: Add bugzilla #'s to log, add item on hover-over variable fix. X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: d457d47661f4f6f233456e7f2ec24a94a79b2f90 X-Git-Newrev: 2dd0f7cccb6b3ab1ee506033388fa083b342d507 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/msg00349.txt.bz2 The branch, master has been updated via 2dd0f7cccb6b3ab1ee506033388fa083b342d507 (commit) from d457d47661f4f6f233456e7f2ec24a94a79b2f90 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email. - Log ----------------------------------------------------------------- commit 2dd0f7cccb6b3ab1ee506033388fa083b342d507 Author: Rick Moseley Date: Fri Jun 6 14:46:30 2008 -0500 Add bugzilla #'s to log, add item on hover-over variable fix. * News: Add bugzilla #'s to log, add item on hover-over variable fix. ----------------------------------------------------------------------- Summary of changes: NEWS | 3 +++ frysk-top/ChangeLog | 4 ++++ 2 files changed, 7 insertions(+), 0 deletions(-) First 500 lines of diff: diff --git a/NEWS b/NEWS index 6403ca0..1a4ba4f 100644 --- a/NEWS +++ b/NEWS @@ -29,11 +29,14 @@ Release 0.4, ????-??-?? when a "start" or "run" command is issued with no overriding parameters. Also, on subsequent runs, "-la" is always used unless other parameters are entered with the "run" or "start" command. + (This was bz #6515/6536). -> Support was added for fully-qualified symbol notation using the standard HPD "#" syntax (e.g. "#libc.so.6#malloc"). Ftrace now uses this notation to communicate with the user in both directions, FHPD recognizes the syntax although can't handle it yet. + +-> Fix Hover-over variable does not show variable value(bz #6484). -- diff --git a/frysk-top/ChangeLog b/frysk-top/ChangeLog index dcb5e9d..00498f2 100644 --- a/frysk-top/ChangeLog +++ b/frysk-top/ChangeLog @@ -1,3 +1,7 @@ +2008-06-06 Rick Moseley + + * NEWS: Add bz #'s; add item on hover-over variable. + 2008-06-04 Teresa Thomas * NEWS: Mention watching doubles, arrays. hooks/post-receive -- frysk system monitor/debugger