From cfc4adbef62d16801b9cc5cdcfe351c1710517c6 Mon Sep 17 00:00:00 2001 From: Dan <46821332+nsadeveloper789@users.noreply.github.com> Date: Wed, 4 Dec 2024 08:45:34 -0500 Subject: [PATCH] GP-5134: Don't require user to set 'Load Emulator'. --- .../DebuggerListingPlugin.html | 4 --- .../core/debug/gui/DebuggerResources.java | 6 ++--- .../debug/gui/action/AutoReadMemorySpec.java | 10 ++++++++ .../gui/action/DebuggerReadsMemoryTrait.java | 10 +++++--- .../LoadEmulatorAutoReadMemorySpec.java | 20 +++++---------- .../gui/action/NoneAutoReadMemorySpec.java | 9 +++++-- .../disassemble/DebuggerDisassemblyTest.java | 10 ++------ .../TutorialDebuggerScreenShots.java | 11 +++----- .../GhidraClass/Debugger/B2-Emulation.html | 24 +++--------------- .../GhidraClass/Debugger/B2-Emulation.md | 13 +--------- .../images/Emulation_InitialListing.png | Bin 0 -> 35248 bytes .../images/Emulation_LazyStaleListing.png | Bin 26417 -> 0 bytes .../images/Emulation_ListingAfterResume.png | Bin 35540 -> 35567 bytes GhidraDocs/certification.manifest | 2 +- 14 files changed, 45 insertions(+), 74 deletions(-) create mode 100644 GhidraDocs/GhidraClass/Debugger/images/Emulation_InitialListing.png delete mode 100644 GhidraDocs/GhidraClass/Debugger/images/Emulation_LazyStaleListing.png diff --git a/Ghidra/Debug/Debugger/src/main/help/help/topics/DebuggerListingPlugin/DebuggerListingPlugin.html b/Ghidra/Debug/Debugger/src/main/help/help/topics/DebuggerListingPlugin/DebuggerListingPlugin.html index ceaad51b76..a5509bfc6f 100644 --- a/Ghidra/Debug/Debugger/src/main/help/help/topics/DebuggerListingPlugin/DebuggerListingPlugin.html +++ b/Ghidra/Debug/Debugger/src/main/help/help/topics/DebuggerListingPlugin/DebuggerListingPlugin.html @@ -273,10 +273,6 @@