mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
Merge remote-tracking branch 'origin/patch'
Conflicts: Ghidra/Debug/Debugger/src/main/java/ghidra/app/plugin/core/debug/service/emulation/ReadsTargetMemoryPcodeExecutorState.java
This commit is contained in:
commit
50b48ae63b
13 changed files with 44 additions and 27 deletions
|
@ -126,6 +126,9 @@ public class DBTraceStack extends DBAnnotatedObject implements TraceStack {
|
|||
else {
|
||||
thread = manager.threadManager.getThread(threadSnap.threadKey);
|
||||
frames.clear();
|
||||
if (frameKeys == null) {
|
||||
return;
|
||||
}
|
||||
for (long k : frameKeys) {
|
||||
frames.add(manager.getFrameByKey(k));
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue