public inbox for frysk-cvs@sourceware.org
help / color / mirror / Atom feed
From: cmoller@sourceware.org
To: frysk-cvs@sourceware.org
Subject: [SCM]  master: part of massive update
Date: Mon, 18 Feb 2008 18:20:00 -0000	[thread overview]
Message-ID: <20080218182022.31640.qmail@sourceware.org> (raw)

The branch, master has been updated
       via  17fb5b9b3faefee0f4190a7f3de42feaba15f16b (commit)
       via  2d670c8819d18a21e6fae62fc237876ea02f73dc (commit)
      from  f2ead5f8f556e86a15f854b0f74299172de7fc6c (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email.

- Log -----------------------------------------------------------------
commit 17fb5b9b3faefee0f4190a7f3de42feaba15f16b
Author: Chris Moller <moller@hotbox.mollernet.net>
Date:   Mon Feb 18 13:20:02 2008 -0500

    part of massive update

commit 2d670c8819d18a21e6fae62fc237876ea02f73dc
Author: Chris Moller <moller@hotbox.mollernet.net>
Date:   Mon Feb 18 13:19:18 2008 -0500

    part of massive update

-----------------------------------------------------------------------

Summary of changes:
 frysk-utrace/utracer/judb/Utrace.java              |    5 +++-
 .../utracer/utracer/docs/utracer_attach_body.sgml  |   28 ++-----------------
 2 files changed, 7 insertions(+), 26 deletions(-)

First 500 lines of diff:
diff --git a/frysk-utrace/utracer/judb/Utrace.java b/frysk-utrace/utracer/judb/Utrace.java
index 69f5ac3..7612aad 100644
--- a/frysk-utrace/utracer/judb/Utrace.java
+++ b/frysk-utrace/utracer/judb/Utrace.java
@@ -49,6 +49,9 @@ public class Utrace {
   public static native int  sync    (long clien_pid, long type);
   public static native long[] get_gprs (long clien_pid, long pid);
   public static native int  read_response ();
-  public static native long  read_response_sync_type ();
+  public static native long    read_response_sync_type ();
+  public static native String read_resp_exec();
+  public static native long    read_response_syscall_pid ();
+  public static native long    read_response_syscall_number ();
 }
 
diff --git a/frysk-utrace/utracer/utracer/docs/utracer_attach_body.sgml b/frysk-utrace/utracer/utracer/docs/utracer_attach_body.sgml
index d275237..8e825fd 100644
--- a/frysk-utrace/utracer/utracer/docs/utracer_attach_body.sgml
+++ b/frysk-utrace/utracer/utracer/docs/utracer_attach_body.sgml
@@ -51,7 +51,7 @@
 <refsect1>
   <title>Return Value</title>
   <para>
-    If successful, <function>utracer_set_syscall</function>() returns a zero;
+    If successful, <function>utracer_attach</function>() returns a zero;
     otherwise a -1 is returned and <varname>errno</varname> is set.
   </para>
 </refsect1>
@@ -108,27 +108,5 @@
   </para>
 </refsect1>
 
-<refsect1>
-  <title>See Also</title>
-  <para>
-    <function>utracer_get_mmap</function>(), 
-    <function>utracer_get_pids</function>(), 
-    <function>utracer_get_mem</function>(), 
-    <function>utracer_get_env</function>(), 
-    <function>utracer_get_exe</function>(), 
-    <function>utracer_get_regs</function>(), 
-    <function>utracer_resp_file_id</function>(), 
-    <function>utracer_set_syscall</function>(),
-    <function>utracer_set_sync</function>(), 
-    <function>utracer_detach</function>(), 
-    <!--<function>utracer_attach</function>(), -->
-    <function>utracer_run</function>(), 
-    <function>utracer_quiesce</function>(), 
-    <function>utracer_switch_pid</function>(), 
-    <function>utracer_open</function>(),
-    <function>utracer_unregister</function>(), 
-    <function>utracer_cleanup</function>(), 
-    <function>utracer_close_ctl_file</function>(), 
-    <function>utracer_shutdown</function>(), 
-  </para>
-</refsect1>
+&xref;
+


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


             reply	other threads:[~2008-02-18 18:20 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-02-18 18:20 cmoller [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-02-18 18:16 cmoller

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080218182022.31640.qmail@sourceware.org \
    --to=cmoller@sourceware.org \
    --cc=frysk-cvs@sourceware.org \
    --cc=frysk@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).