<P>I don't think this patch should go in as it is:</P>
<P>- I don't think it's a good idea to have two ways to express a pointer type in the debugger (one being the standard dbghelp's SymTagPointerType, the other one the new deref count you've introduced). It would be better to add dynamic winedbg types (in the contrary to the static one's we already use dbg_itype_*), when we cannot find one in a module.</P>
<P>- the returned string (for internal types' name) should be HeapAllocate:d, not a static buffer</P>
<P>- please, use the current style for parenthesis, braces... and don't add a new one<BR><BR><BR>A+<BR><BR></P>
<BLOCKQUOTE style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #ff0000 2px solid">&gt; Message du 01/03/05 18:28<BR>&gt; De : "Oliver Stieber" <OLIVER_STIEBER@YAHOO.CO.UK><BR>&gt; A : wine-patches@winehq.com<BR>&gt; Copie � : <BR>&gt; Objet : [winedbg] Get expressions working again.<BR>&gt; <BR>&gt; Hi,<BR>&gt; This patch starts to get expressions working again and<BR>&gt; also allows derefrencing where there is no explicit<BR>&gt; type for that dereference. e.g. <BR>&gt; <BR>&gt; (short)0x12356 now returns the correct value instead<BR>&gt; of an error<BR>&gt; <BR>&gt; *((int *)0x23467) is now a valid expression.<BR>&gt; and <BR>&gt; ***((int ***)0x23467) should also work properly.<BR>&gt; <BR>&gt; This should also fix watches with expressions but I<BR>&gt; haven't given it much testing.<BR>&gt; <BR>&gt; Send instant messages to your online friends http://uk.messenger.yahoo.com &gt;<BR>&gt; [ winedbg_expressions_os_1.patch (18.4 Ko) ]</BLOCKQUOTE>