|
|
|
|
|
|
|
|
|
|
xen-changelog
ChangeSet 1.1764, 2005/06/28 11:20:33+01:00, ach61@xxxxxxxxxxxxxxxxxxxxxx
comments
Xen_domain.ml | 8 ++++++++
Xen_domain.mli | 8 ++++++++
pdb_caml_evtchn.c | 8 ++++++++
pdb_caml_xcs.c | 11 +++++++----
pdb_caml_xen.h | 8 ++++++++
xcs.mli | 8 ++++++++
6 files changed, 47 insertions(+), 4 deletions(-)
diff -Nru a/tools/debugger/pdb/Xen_domain.ml b/tools/debugger/pdb/Xen_domain.ml
--- a/tools/debugger/pdb/Xen_domain.ml 2005-06-28 14:02:03 -04:00
+++ b/tools/debugger/pdb/Xen_domain.ml 2005-06-28 14:02:03 -04:00
@@ -1,3 +1,11 @@
+(** Xen_domain.ml
+ *
+ * domain assist for debugging processes
+ *
+ * @author copyright (c) 2005 alex ho
+ * @see <www.cl.cam.ac.uk/netos/pdb> pervasive debugger
+ * @version 1
+ *)
type context_t =
{
diff -Nru a/tools/debugger/pdb/Xen_domain.mli
b/tools/debugger/pdb/Xen_domain.mli
--- a/tools/debugger/pdb/Xen_domain.mli 2005-06-28 14:02:03 -04:00
+++ b/tools/debugger/pdb/Xen_domain.mli 2005-06-28 14:02:03 -04:00
@@ -1,3 +1,11 @@
+(** Xen_domain.ml
+ *
+ * domain assist for debugging processes
+ *
+ * @author copyright (c) 2005 alex ho
+ * @see <www.cl.cam.ac.uk/netos/pdb> pervasive debugger
+ * @version 1
+ *)
type context_t
diff -Nru a/tools/debugger/pdb/pdb_caml_evtchn.c
b/tools/debugger/pdb/pdb_caml_evtchn.c
--- a/tools/debugger/pdb/pdb_caml_evtchn.c 2005-06-28 14:02:03 -04:00
+++ b/tools/debugger/pdb/pdb_caml_evtchn.c 2005-06-28 14:02:03 -04:00
@@ -1,3 +1,11 @@
+/*
+ * pdb_caml_evtchn.c
+ *
+ * http://www.cl.cam.ac.uk/netos/pdb
+ *
+ * PDB's OCaml interface library for event channels
+ */
+
#include <xc.h>
#include <stdio.h>
#include <stdlib.h>
diff -Nru a/tools/debugger/pdb/pdb_caml_xcs.c
b/tools/debugger/pdb/pdb_caml_xcs.c
--- a/tools/debugger/pdb/pdb_caml_xcs.c 2005-06-28 14:02:03 -04:00
+++ b/tools/debugger/pdb/pdb_caml_xcs.c 2005-06-28 14:02:03 -04:00
@@ -1,12 +1,15 @@
/*
- * xcs stuff
+ * xcs stuff
*
- * this is responsible for establishing the initial connection
- * between a backend domain and the pdb server.
+ * http://www.cl.cam.ac.uk/netos/pdb
*
- * liberated from xu.c
+ * this is responsible for establishing the initial connection
+ * between a backend domain and the pdb server.
+ *
+ * liberated from xu.c
*
*/
+
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
diff -Nru a/tools/debugger/pdb/pdb_caml_xen.h
b/tools/debugger/pdb/pdb_caml_xen.h
--- a/tools/debugger/pdb/pdb_caml_xen.h 2005-06-28 14:02:03 -04:00
+++ b/tools/debugger/pdb/pdb_caml_xen.h 2005-06-28 14:02:03 -04:00
@@ -1,3 +1,11 @@
+/*
+ * pdb_caml_xen.h
+ *
+ * http://www.cl.cam.ac.uk/netos/pdb
+ *
+ * generic xen definitions
+ *
+ */
#ifndef _PDB_CAML_XEN_DEFINED_
#define _PDB_CAML_XEN_DEFINED_
diff -Nru a/tools/debugger/pdb/xcs.mli b/tools/debugger/pdb/xcs.mli
--- a/tools/debugger/pdb/xcs.mli 2005-06-28 14:02:03 -04:00
+++ b/tools/debugger/pdb/xcs.mli 2005-06-28 14:02:03 -04:00
@@ -1,3 +1,11 @@
+(** xcs.mli
+ *
+ * xen control switch interface
+ *
+ * @author copyright (c) 2005 alex ho
+ * @see <www.cl.cam.ac.uk/netos/pdb> pervasive debugger
+ * @version 1
+ *)
val setup : unit -> Unix.file_descr
_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog
|
<Prev in Thread] |
Current Thread |
[Next in Thread> |
- [Xen-changelog] comments,
BitKeeper Bot <=
|
|
|
|
|