public inbox for archer-commits@sourceware.org
help / color / mirror / Atom feed
* [SCM]  archer-sergiodj-stap: clarify some comments
@ 2011-02-10 20:35 tromey
  0 siblings, 0 replies; only message in thread
From: tromey @ 2011-02-10 20:35 UTC (permalink / raw)
  To: archer-commits

The branch, archer-sergiodj-stap has been updated
       via  3756bfddda1085ca8ea1adf63850283edf9cb227 (commit)
      from  0fec3a3d8f23a141e2647927375981029355ab3f (commit)

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

- Log -----------------------------------------------------------------
commit 3756bfddda1085ca8ea1adf63850283edf9cb227
Author: Tom Tromey <tromey@redhat.com>
Date:   Thu Feb 10 13:10:51 2011 -0700

    clarify some comments

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

Summary of changes:
 gdb/stap-probe.h |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

First 500 lines of diff:
diff --git a/gdb/stap-probe.h b/gdb/stap-probe.h
index c7d8e7f..1213d8e 100644
--- a/gdb/stap-probe.h
+++ b/gdb/stap-probe.h
@@ -31,10 +31,13 @@ struct stap_probe
   /* The address where the probe is inserted.  */
   CORE_ADDR address;
 
-  /* The address of the probe's semaphore.  */
+  /* The address of the probe's semaphore, or 0 if this probe does not
+     have an associated semaphore.  */
   CORE_ADDR sem_addr;
 
-  /* Probe's arguments.  */
+  /* Probe's arguments.  Users should generally not examine this, but
+     should instead extract information about the arguments using the
+     methods provided in sym_probe_fns.  */
   const char *args;
 };
 


hooks/post-receive
--
Repository for Project Archer.


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2011-02-10 20:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-02-10 20:35 [SCM] archer-sergiodj-stap: clarify some comments tromey

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).