mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 10:49:34 +02:00
GP-619: dbgeng reports full image path, when possible.
This commit is contained in:
parent
01bd8b9ef0
commit
86caedef05
8 changed files with 59 additions and 12 deletions
|
@ -74,6 +74,7 @@ public class JdiModelTargetReferenceType extends JdiModelTargetType implements /
|
|||
Address zero = impl.getAddressSpace("ram").getAddress(0L);
|
||||
changeAttributes(List.of(), List.of(), Map.of( //
|
||||
DISPLAY_ATTRIBUTE_NAME, reftype.name(), //
|
||||
SHORT_DISPLAY_ATTRIBUTE_NAME, reftype.name(), //
|
||||
RANGE_ATTRIBUTE_NAME, new AddressRangeImpl(zero, zero), //
|
||||
MODULE_NAME_ATTRIBUTE_NAME, reftype.name(), //
|
||||
UPDATE_MODE_ATTRIBUTE_NAME, TargetUpdateMode.FIXED //
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue