mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 19:42:36 +02:00
GP-3196: Fix missing help anchors
This commit is contained in:
parent
8242c31c4a
commit
dd7c812377
2 changed files with 10 additions and 1 deletions
|
@ -47,5 +47,14 @@
|
||||||
<P>This action is always available. It lists emulators available for configuration. Selecting
|
<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
|
one will set it as the current emulator. The next time emulation is activated, it will use the
|
||||||
selected emulator.</P>
|
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>
|
</BODY>
|
||||||
</HTML>
|
</HTML>
|
||||||
|
|
|
@ -347,7 +347,7 @@
|
||||||
resulting changes in the GUI may be distracting for some. To disable updates to the Objects
|
resulting changes in the GUI may be distracting for some. To disable updates to the Objects
|
||||||
Viewer, toggle "Updates While Running" off.</P>
|
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
|
<P>Set the default value for the timeout used when expanding a node, i.e. populating its
|
||||||
children.</P>
|
children.</P>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue