mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 19:42:36 +02:00
GP-859: Objects subtitle includes connection brief.
This commit is contained in:
parent
c6c9103b59
commit
2891486a2a
5 changed files with 55 additions and 32 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue