public inbox for frysk-cvs@sourceware.org
help / color / mirror / Atom feed
From: pmuldoon@sourceware.org
To: frysk-cvs@sourceware.org
Subject: [SCM]  master: Merge branch 'master' of ssh://sources.redhat.com/git/frysk
Date: Tue, 01 Apr 2008 12:28:00 -0000	[thread overview]
Message-ID: <20080401122840.732.qmail@sourceware.org> (raw)

The branch, master has been updated
       via  22a5428f36763f5bf81885fcc19f03104541c18c (commit)
       via  0b3aa7428253d10407c79d4be51e02afcdf92952 (commit)
      from  e1ebce24e45ed9778fa430444318ec8f92de1f5e (commit)

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

- Log -----------------------------------------------------------------
commit 22a5428f36763f5bf81885fcc19f03104541c18c
Merge: 0b3aa7428253d10407c79d4be51e02afcdf92952 e1ebce24e45ed9778fa430444318ec8f92de1f5e
Author: Phil Muldoon <pmuldoon@redhat.com>
Date:   Tue Apr 1 13:28:34 2008 +0100

    Merge branch 'master' of ssh://sources.redhat.com/git/frysk

commit 0b3aa7428253d10407c79d4be51e02afcdf92952
Author: Phil Muldoon <pmuldoon@redhat.com>
Date:   Tue Apr 1 13:27:36 2008 +0100

    Add new assembler progream funit-watchpoint.S
    
    2008-04-01  Phil Muldoon  <pmuldoon@redhat.com>
    
            * funit-watchpoint.S: New.

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

Summary of changes:
 frysk-core/frysk/pkglibdir/ChangeLog               |    4 ++
 .../{funit-libcall.c => funit-watchpoint.S}        |   40 ++++++++++++--------
 2 files changed, 28 insertions(+), 16 deletions(-)
 copy frysk-core/frysk/pkglibdir/{funit-libcall.c => funit-watchpoint.S} (87%)

First 500 lines of diff:
diff --git a/frysk-core/frysk/pkglibdir/ChangeLog b/frysk-core/frysk/pkglibdir/ChangeLog
index 7ec6e15..504e7f5 100644
--- a/frysk-core/frysk/pkglibdir/ChangeLog
+++ b/frysk-core/frysk/pkglibdir/ChangeLog
@@ -1,3 +1,7 @@
+2008-04-01  Phil Muldoon  <pmuldoon@redhat.com>
+
+	* funit-watchpoint.S: New.
+
 2008-03-18  Stan Cox  <scox@redhat.com>
 
 	* funit-quicksort.c (main): Make sortlist extern.
diff --git a/frysk-core/frysk/pkglibdir/funit-libcall.c b/frysk-core/frysk/pkglibdir/funit-watchpoint.S
similarity index 87%
copy from frysk-core/frysk/pkglibdir/funit-libcall.c
copy to frysk-core/frysk/pkglibdir/funit-watchpoint.S
index 578b0a2..eb0863f 100644
--- a/frysk-core/frysk/pkglibdir/funit-libcall.c
+++ b/frysk-core/frysk/pkglibdir/funit-watchpoint.S
@@ -37,22 +37,30 @@
 // version and license this file solely under the GPL without
 // exception.
 
-#include <stdlib.h>
-#include <sys/time.h>
+#include "frysk-asm.h"
 
-static volatile long tmp = 0;
+FUNCTION_BEGIN(main,0)
+MAIN_PROLOGUE(0)
+NOP
+	
+LOAD_IMMED_BYTE (REG1, source)
+LOAD_IMMED_BYTE (REG3, 0x77)
+NOP
+NOP
+NOP
+STORE(REG3, REG1)
+NOP
+NOP
+NOP
+
+
+MAIN_EPILOGUE(0)
+FUNCTION_RETURN(main,0)
+FUNCTION_END(main,0)
+
+.data
+.globl source
+source:						// Set up memory locations
+	.byte 0x99
 
-void
-foo ()
-{
-  struct timeval t;
-  gettimeofday (&t, NULL); // _testIStepThrough_
-  tmp += t.tv_usec;
-}
 
-int
-main (int argc, char **argv)
-{
-  foo ();
-  exit (0);
-}


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


             reply	other threads:[~2008-04-01 12:28 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-04-01 12:28 pmuldoon [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-06-05 15:33 rmoseley
2008-05-12 16:30 rmoseley
2008-05-12 16:07 pmuldoon
2008-05-09 17:29 rmoseley
2008-04-02 22:41 pmuldoon
2008-03-20 20:20 rmoseley
2008-03-18 16:22 pmuldoon
2008-02-26 15:32 pmuldoon
2008-01-24 19:23 rmoseley
2008-01-23 21:10 rmoseley
2008-01-03 16:55 pmuldoon
2007-12-13 20:18 rmoseley
2007-12-04 17:45 jflavio
2007-11-30  4:24 jflavio
2007-11-28 21:40 jflavio
2007-11-28 16:20 jflavio
2007-11-28 13:08 pmuldoon
2007-11-28 12:04 mark
2007-11-20 22:47 scox
2007-11-19 17:58 scox
2007-11-17  8:35 rmoseley
2007-11-16 15:59 scox
2007-11-16 14:59 pmuldoon
2007-11-14  2:38 scox
2007-11-14  2:09 jflavio
2007-11-13  0:41 scox
2007-11-10 14:47 jflavio
2007-11-10  0:34 scox
2007-11-09 14:59 jflavio

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=20080401122840.732.qmail@sourceware.org \
    --to=pmuldoon@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).