From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14538 invoked by alias); 9 Jan 2008 19:54:29 -0000 Received: (qmail 14512 invoked by uid 367); 9 Jan 2008 19:54:28 -0000 Date: Wed, 09 Jan 2008 19:54:00 -0000 Message-ID: <20080109195428.14495.qmail@sourceware.org> From: cagney@sourceware.org To: frysk-cvs@sourceware.org Subject: [SCM] master: Mention start in news. X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: ec5496456ceee6f7f3a9b8d1d1784440b8508451 X-Git-Newrev: b1e11cbeca590477dd14037e646309ec17ccd8a3 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-q1/txt/msg00033.txt.bz2 The branch, master has been updated via b1e11cbeca590477dd14037e646309ec17ccd8a3 (commit) from ec5496456ceee6f7f3a9b8d1d1784440b8508451 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email. - Log ----------------------------------------------------------------- commit b1e11cbeca590477dd14037e646309ec17ccd8a3 Author: Andrew Cagney Date: Wed Jan 9 14:52:21 2008 -0500 Mention start in news. ----------------------------------------------------------------------- Summary of changes: htdocs/index.html | 22 ++++++++++++---------- 1 files changed, 12 insertions(+), 10 deletions(-) First 500 lines of diff: diff --git a/htdocs/index.html b/htdocs/index.html index 4a25a68..61efa3c 100644 --- a/htdocs/index.html +++ b/htdocs/index.html @@ -75,18 +75,20 @@ available as both a research and development platform.

-The fhpd's tab completer is expanding options and fields: +Need to debug two programs +simultaneously? fhpd's start> command now works +with multiple-processes:

-(fhpd) print my_cars_ptr->
-audi    lexus   skoda
-(fhpd) print my_cars_ptr->skoda -
--format     -location   -raw        -tree
--type       -value
-(fhpd) print my_cars_ptr->skoda -location
-[0.0]
-Address 0x80497cc - 8 byte(s)
-(fhpd)
+$ ./frysk/bindir/fhpd
+(fhpd) load /bin/bash
+Loaded executable file: /bin/bash
+(fhpd) load /bin/ls
+Loaded executable file: /bin/ls
+(fhpd) start
+Attached to process 17686
+Attached to process 17687
+(fhpd) 
 

Where Next?

hooks/post-receive -- frysk system monitor/debugger