diff options
author | Jérôme Vouillon <Jerome.Vouillon@pps.jussieu.fr> | 1997-03-24 20:13:32 +0000 |
---|---|---|
committer | Jérôme Vouillon <Jerome.Vouillon@pps.jussieu.fr> | 1997-03-24 20:13:32 +0000 |
commit | 19fcee372677484425bec745e7a9926b83ad3919 (patch) | |
tree | 15f0e8a6f0acb10c0145db07b5cd76d94d180ce6 /byterun/debugger.h | |
parent | 0ddf4dab80a33b6590d581971f7e110ae1774a35 (diff) |
Suppression de la requete GET_OBJ
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@1457 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'byterun/debugger.h')
-rw-r--r-- | byterun/debugger.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/byterun/debugger.h b/byterun/debugger.h index 3d2146111..2aeed9af2 100644 --- a/byterun/debugger.h +++ b/byterun/debugger.h @@ -73,9 +73,6 @@ enum debugger_request { /* Return the specified global variable. Reply is one value. */ REQ_GET_ACCU = 'A', /* no args */ /* Return the current contents of the accumulator. Reply is one value. */ - REQ_GET_OBJ = 'O', /* mlvalue v */ - /* Send the contents of the given value v. - Reply is one uint32 for the header, then N values for the fields. */ REQ_GET_HEADER = 'H', /* mlvalue v */ /* As REQ_GET_OBJ, but sends only the header. */ REQ_GET_FIELD = 'F', /* mlvalue v, uint32 fieldnum */ |