mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
GP-2522: Add platform to DebuggerCoordinates
This commit is contained in:
parent
89b0f92e50
commit
e0730a31b7
11 changed files with 232 additions and 112 deletions
|
@ -266,7 +266,8 @@ public class DBTraceMemoryManager extends AbstractDBTraceSpaceBasedManager<DBTra
|
|||
|
||||
@Override
|
||||
public Entry<Long, TraceMemoryState> getViewState(long snap, Address address) {
|
||||
return delegateRead(address.getAddressSpace(), m -> m.getViewState(snap, address));
|
||||
return delegateReadOr(address.getAddressSpace(), m -> m.getViewState(snap, address),
|
||||
() -> Map.entry(snap, TraceMemoryState.UNKNOWN));
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue