Merge remote-tracking branch 'origin/GP-3196_Dan_addMissingHelp--SQUASHED'

This commit is contained in:
Ryan Kurtz 2023-04-21 11:59:14 -04:00
commit 8d1563e7ad
2 changed files with 10 additions and 1 deletions

View file

@ -47,5 +47,14 @@
<P>This action is always available. It lists emulators available for configuration. Selecting
one will set it as the current emulator. The next time emulation is activated, it will use the
selected emulator.</P>
<H3><A name="invalidate_cache"></A> Invalidate Emulator Cache</H3>
<P>This action is available whenever a trace is active. It invalidates all the scratch
snapshots in the current trace, which are used for caching emulated machine states. This is
recommended when you change the emulator configuration, when you change the Sleigh code of an
emulated breakpoint, or when you patch the trace database. If you do not invalidate the cache,
the effects of your change may not appear, since the trace manager may recall a cached snapshot
instead of actually emulating.</P>
</BODY>
</HTML>

View file

@ -347,7 +347,7 @@
resulting changes in the GUI may be distracting for some. To disable updates to the Objects
Viewer, toggle "Updates While Running" off.</P>
<H3><A name="set_node_timout">Set Node Timeout</A></H3>
<H3><A name="set_node_timeout">Set Node Timeout</A></H3>
<P>Set the default value for the timeout used when expanding a node, i.e. populating its
children.</P>