mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 19:42:36 +02:00
GP-0: Debugger test fixes.
This commit is contained in:
parent
8d63a9a3ab
commit
b813c86bf1
3 changed files with 12 additions and 4 deletions
|
@ -67,7 +67,7 @@ public class GdbModelTargetProcessMemory
|
|||
synchronized (this) {
|
||||
regions =
|
||||
byStart.values().stream().map(this::getTargetRegion).collect(Collectors.toList());
|
||||
if (regions.isEmpty()) {
|
||||
if (regions.isEmpty() && valid) {
|
||||
Map<BigInteger, GdbMemoryMapping> defaultMap =
|
||||
new HashMap<BigInteger, GdbMemoryMapping>();
|
||||
AddressSet addressSet = impl.getAddressFactory().getAddressSet();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue