GP-574: Schema implementation for JDI

This commit is contained in:
d-millar 2021-01-13 13:43:37 -05:00 committed by Dan
parent b5070847d1
commit dd041fbe8f
42 changed files with 345 additions and 50 deletions

View file

@ -61,7 +61,7 @@ public class DbgModelTargetAvailableImpl extends DbgModelTargetObjectImpl
this.pid = pid;
this.changeAttributes(List.of(), List.of(), Map.of(//
PID_ATTRIBUTE_NAME, pid, //
PID_ATTRIBUTE_NAME, (long) pid, //
DISPLAY_ATTRIBUTE_NAME, keyAttachable(pid), //
UPDATE_MODE_ATTRIBUTE_NAME, TargetUpdateMode.FIXED //
), "Initialized");