mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-25 13:42:06 +00:00
GP-0: Fix ModuleProvider tests
This commit is contained in:
parent
9f57a095d8
commit
268115080a
@ -92,6 +92,9 @@ public class DebuggerModulesPanel extends AbstractObjectsTableBasedPanel<TraceOb
|
||||
@Override
|
||||
public String getValue(ValueRow rowObject, Settings settings, Trace data,
|
||||
ServiceProvider serviceProvider) throws IllegalArgumentException {
|
||||
if (data == null) {
|
||||
return "";
|
||||
}
|
||||
ValueAttribute<AddressRange> attr =
|
||||
rowObject.getAttribute(TargetModule.RANGE_ATTRIBUTE_NAME, AddressRange.class);
|
||||
if (attr == null) {
|
||||
|
Loading…
Reference in New Issue
Block a user