GP-2619: Ported gdb connector to use JNA instead of piggybacking Jython's JNR

This commit is contained in:
Dan 2022-09-28 01:21:38 -04:00 committed by Ryan Kurtz
parent deaf9b481f
commit f780012e88
9 changed files with 113 additions and 139 deletions

View file

@ -681,7 +681,7 @@ public class DebuggerCoordinates {
catch (Exception e) {
Msg.error(DebuggerCoordinates.class,
"Could not restore invalid time specification: " + timeSpec);
time = null;
time = TraceSchedule.ZERO;
}
Integer frame = null;
if (coordState.hasValue(KEY_FRAME)) {