mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 10:49:34 +02:00
GP-2619: Ported gdb connector to use JNA instead of piggybacking Jython's JNR
This commit is contained in:
parent
deaf9b481f
commit
f780012e88
9 changed files with 113 additions and 139 deletions
|
@ -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)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue