mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 10:19:23 +02:00
GP-1978: Delete Framework-Debugging. Merge needed parts into
TraceModeling.
This commit is contained in:
parent
8dd0ea698a
commit
f5a93c3072
429 changed files with 5093 additions and 23085 deletions
|
@ -4,9 +4,9 @@
|
|||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
* you may not use this file except in compliance with the License.
|
||||
* You may obtain a copy of the License at
|
||||
*
|
||||
*
|
||||
* http://www.apache.org/licenses/LICENSE-2.0
|
||||
*
|
||||
*
|
||||
* Unless required by applicable law or agreed to in writing, software
|
||||
* distributed under the License is distributed on an "AS IS" BASIS,
|
||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
|
@ -21,13 +21,13 @@ import java.util.concurrent.TimeUnit;
|
|||
import java.util.concurrent.TimeoutException;
|
||||
|
||||
import ghidra.app.script.GhidraScript;
|
||||
import ghidra.dbg.target.TargetExecutionStateful.TargetExecutionState;
|
||||
import ghidra.debug.api.breakpoint.LogicalBreakpoint;
|
||||
import ghidra.debug.flatapi.FlatDebuggerAPI;
|
||||
import ghidra.program.model.address.Address;
|
||||
import ghidra.program.model.listing.Function;
|
||||
import ghidra.program.model.symbol.Symbol;
|
||||
import ghidra.program.util.ProgramLocation;
|
||||
import ghidra.trace.model.TraceExecutionState;
|
||||
import ghidra.trace.model.Trace;
|
||||
|
||||
public class ZeroTimerScript extends GhidraScript implements FlatDebuggerAPI {
|
||||
|
@ -89,7 +89,7 @@ public class ZeroTimerScript extends GhidraScript implements FlatDebuggerAPI {
|
|||
while (true) {
|
||||
monitor.checkCanceled();
|
||||
|
||||
TargetExecutionState execState = getExecutionState(trace);
|
||||
TraceExecutionState execState = getExecutionState(trace);
|
||||
switch (execState) {
|
||||
case STOPPED:
|
||||
resume();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue