Merge remote-tracking branch 'origin/GP-6509_Dan_fixConPtyTests--RB20260325--SQUASHED'

This commit is contained in:
Ryan Kurtz
2026-03-26 04:48:22 -04:00
5 changed files with 171 additions and 86 deletions
@@ -224,6 +224,11 @@ public class ScriptTraceRmiLaunchOfferTest extends AbstractGhidraHeadedDebuggerT
public String description() {
return null;
}
@Override
public ProcessHandle handle() {
return null;
}
}
record MockPty() implements Pty {