GP-859: Objects subtitle includes connection brief.

This commit is contained in:
d-millar 2021-04-21 14:23:33 -04:00 committed by Dan
parent c6c9103b59
commit 2891486a2a
5 changed files with 55 additions and 32 deletions

View file

@ -74,6 +74,11 @@ public class DbgModelImpl extends AbstractDbgModel implements DebuggerObjectMode
addModelRoot(root);
}
@Override
public String getBrief() {
return "DBGENG@" + Integer.toHexString(System.identityHashCode(this));
}
@Override
public AddressSpace getAddressSpace(String name) {
if (!SPACE_NAME.equals(name)) {