[m-dev.] Re: diff: interface to external opium-style debugger (round 2)

Fergus Henderson fjh at cs.mu.OZ.AU
Wed Mar 18 18:45:33 AEDT 1998


On 13-Mar-1998, Tyson Dowd <trd at cs.mu.OZ.AU> wrote:
> > :- type determinism == int. 
> > 	% encoded as specified in ../runtime/mercury_accurate_gc.h
> 
> No, the specification was moved to ../runtime/mercury_stack_layout.h (or
> you could also reference ../compiler/stack_layout.m which generates
> them).

Fixed.

Index: debugger_interface.m
===================================================================
RCS file: /home/mercury1/repository/mercury/library/debugger_interface.m,v
retrieving revision 1.1
diff -u -u -r1.1 debugger_interface.m
--- debugger_interface.m	1998/03/11 22:07:24	1.1
+++ debugger_interface.m	1998/03/18 07:43:35
@@ -34,7 +34,8 @@
 :- type arity == int.
 
 :- type determinism == int. 
-	% encoded as specified in ../runtime/mercury_accurate_gc.h
+	% encoded as specified in ../runtime/mercury_stack_layout.h
+	% and ../compiler/stack_layout.m.
 
 % The stuff defined below is similar to types goal_path and trace_port
 % defined in modules compiler/hlds_goal.m and compiler/trace.m.

-- 
Fergus Henderson <fjh at cs.mu.oz.au>  |  "I have always known that the pursuit
WWW: <http://www.cs.mu.oz.au/~fjh>  |  of excellence is a lethal habit"
PGP: finger fjh at 128.250.37.3        |     -- the last words of T. S. Garp.



More information about the developers mailing list