This is the mail archive of the frysk-cvs@sources.redhat.com mailing list for the frysk project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[SCM] master: Mention start in news.


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 <cagney@redhat.com>
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.</p>
 
 <p>
 
-The <tt>fhpd</tt>'s tab completer is expanding options and fields:
+Need to debug two programs
+simultaneously?  <tt>fhpd</tt>'s <tt>start</tt>> command now works
+with multiple-processes:
 
 <pre>
-(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) 
 </pre>
 
 <h2>Where Next?</h2>


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]