diff --git a/Ghidra/Debug/Debugger/src/main/help/help/topics/DebuggerEmulationServicePlugin/DebuggerEmulationServicePlugin.html b/Ghidra/Debug/Debugger/src/main/help/help/topics/DebuggerEmulationServicePlugin/DebuggerEmulationServicePlugin.html index df69a72e8c..7a5b750095 100644 --- a/Ghidra/Debug/Debugger/src/main/help/help/topics/DebuggerEmulationServicePlugin/DebuggerEmulationServicePlugin.html +++ b/Ghidra/Debug/Debugger/src/main/help/help/topics/DebuggerEmulationServicePlugin/DebuggerEmulationServicePlugin.html @@ -47,5 +47,14 @@

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.

+ +

Invalidate Emulator Cache

+ +

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.

diff --git a/Ghidra/Debug/Debugger/src/main/help/help/topics/DebuggerObjectsPlugin/DebuggerObjectsPlugin.html b/Ghidra/Debug/Debugger/src/main/help/help/topics/DebuggerObjectsPlugin/DebuggerObjectsPlugin.html index d546f4c211..0a8d020d9b 100644 --- a/Ghidra/Debug/Debugger/src/main/help/help/topics/DebuggerObjectsPlugin/DebuggerObjectsPlugin.html +++ b/Ghidra/Debug/Debugger/src/main/help/help/topics/DebuggerObjectsPlugin/DebuggerObjectsPlugin.html @@ -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.

-

Set Node Timeout

+

Set Node Timeout

Set the default value for the timeout used when expanding a node, i.e. populating its children.