<div class="gmail_quote">On Wed, Mar 24, 2010 at 6:09 PM, R. Matthew Emerson <span dir="ltr">&lt;<a href="mailto:rme@clozure.com">rme@clozure.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<div style="word-wrap: break-word;"><div><br></div><div>Anyway, you want ccl::watch and ccl::unwatch (note double colons).  I forgot to export those symbols.  I checked in a fix to the trunk just now.</div><div><br></div>

</div></blockquote></div>Thanks, I just updated via SVN and tried again:<br><br>adam@ubuntu:~$ ./ccl64 <br>Welcome to Clozure Common Lisp Version 1.4-r13556M  (LinuxX8664)!<br>? (defvar *s* &quot;xxxxx&quot;)<br>*S*<br>? (watch *s*)<br>

&gt; Error: Undefined function WATCH called with arguments (&quot;xxxxx&quot;) .<br>&gt; While executing: CCL::TOPLEVEL-EVAL, in process listener(1).<br>&gt; Type :GO to continue, :POP to abort, :R for a list of available restarts.<br>

&gt; If continued: Retry applying WATCH to (&quot;xxxxx&quot;).<br>&gt; Type :? for other options.<br>1 &gt; <br><br>Using ccl::watch gives a bit different output?<br><br>? (ccl::watch *s*)<br>&quot;xxxxx&quot;<br>? (setf (char *s* 3) #\o)<br>

&gt; Error: Write to watched uvector &quot;xxxxx&quot; at index 3<br>&gt;        Faulting instruction: #&lt;X86-DISASSEMBLED-INSTRUCTION (movl (% eax) (@ -5 (% r15) (% rcx))) #x30004121E95D&gt;<br>&gt; While executing: CCL::SET-CHAR, in process listener(1).<br>

&gt; Error: Undefined function CCL::X86-CAN-EMULATE-INSTRUCTION called with arguments (#&lt;X86-DISASSEMBLED-INSTRUCTION (movl (% eax) (@ -5 (% r15) (% rcx))) #x30004121E95D&gt;) .<br>&gt; While executing: (:INTERNAL CCL::XCMAIN), in process listener(1).<br>

&gt; Type :GO to continue, :POP to abort, :R for a list of available restarts.<br>&gt; If continued: Retry applying CCL::X86-CAN-EMULATE-INSTRUCTION to (#&lt;X86-DISASSEMBLED-INSTRUCTION (movl (% eax) (@ -5 (% r15) (% rcx))) #x30004121E95D&gt;).<br>

&gt; Type :? for other options.<br>1 &gt; <br><br>Not sure if this is correct or not.<br><br>Thanks again,<br><br>Adam Getchell<br>-- <br>&quot;Invincibility is in oneself, vulnerability in the opponent.&quot; -- Sun Tzu<br>