mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +02:00
GP-1608: DebuggerListing use GTabPanel. No tabs in Threads.
This commit is contained in:
parent
1fa19633d3
commit
04d2e88c2d
26 changed files with 579 additions and 653 deletions
|
@ -81,6 +81,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