mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
Merge remote-tracking branch 'origin/GP-1608_refactorTraceTabs--SQUASHED'
This commit is contained in:
commit
f963f23a8f
26 changed files with 579 additions and 653 deletions
|
@ -82,6 +82,12 @@ public class TraceRmiTarget extends AbstractTarget {
|
|||
this.supportedBreakpointKinds = computeSupportedBreakpointKinds();
|
||||
}
|
||||
|
||||
@Override
|
||||
public String describe() {
|
||||
return "%s in %s at %s (rmi)".formatted(getTrace().getDomainFile().getName(),
|
||||
connection.getDescription(), connection.getRemoteAddress());
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isValid() {
|
||||
return !connection.isClosed() && connection.isTarget(trace);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue