mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-01-10 06:27:59 -05:00
Merge remote-tracking branch 'origin/patch'
This commit is contained in:
@@ -615,8 +615,8 @@ public class DebuggerRegistersProvider extends ComponentProviderAdapter
|
||||
catch (AddressOutOfBoundsException e) {
|
||||
continue;
|
||||
}
|
||||
if (currentTrace.getMemoryManager()
|
||||
.getRegionContaining(current.getSnap(), address) == null) {
|
||||
// Use program view, not memory manager, so that "Force Full View" is respected.
|
||||
if (!currentTrace.getProgramView().getMemory().contains(address)) {
|
||||
continue;
|
||||
}
|
||||
String name = "Goto " + address.toString(true);
|
||||
|
||||
Reference in New Issue
Block a user