GP-0: trace RMI test now uses lldb-20

This commit is contained in:
Ryan Kurtz
2026-01-16 10:40:39 -05:00
parent a64cf4e0b9
commit 7f16525fc9
@@ -15,7 +15,7 @@
*/
package agent.lldb.rmi;
import static org.hamcrest.Matchers.startsWith;
import static org.hamcrest.Matchers.*;
import static org.junit.Assert.*;
import java.io.*;
@@ -149,7 +149,7 @@ public abstract class AbstractLldbTraceRmiTest extends AbstractGhidraHeadedDebug
traceRmi = addPlugin(tool, TraceRmiPlugin.class);
try {
lldbPath = Paths.get(DummyProc.which("lldb-16"));
lldbPath = Paths.get(DummyProc.which("lldb-20"));
}
catch (RuntimeException e) {
lldbPath = Paths.get(DummyProc.which("lldb"));