You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dflow [!dflow [<address>]
Shows the instructions of the function containing [<address>] which influence the source operands of that instruction.]
dis [!dis [<address>]
Disassembles instructions starting at [<address>] using the data model disassembler.]
printExceptionStack <- my function
When registering my own function, it only shows the name of the function.
How can I add help texts?
The commands descriptions come from the extension gallery manifest.
For example, we have this in the manifest file amd64\OptionalExtensions\DbgModelApiXtn_GalleryManifest.xml:
<ScriptComponentName="CodeFlow"Type="Engine"File=".\CodeFlow.js">
<FunctionAliases>
<FunctionAliasName="dflow">
<AliasItem>
<Syntax>
<![CDATA[!dflow [<address>]]]>
</Syntax>
<Description>
<![CDATA[Shows the instructions of the function containing [<address>] which influence the source operands of that instruction.]]>
</Description>
</AliasItem>
</FunctionAlias>
<FunctionAliasName="dis">
<AliasItem>
<Syntax>
<![CDATA[!dis [<address>]]]>
</Syntax>
<Description>
<![CDATA[Disassembles instructions starting at [<address>] using the data model disassembler.]]>
</Description>
</AliasItem>
</FunctionAlias>
With
I get
When registering my own function, it only shows the name of the function.
How can I add help texts?
Regards
The text was updated successfully, but these errors were encountered: