mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 03:50:02 +02:00
Merge remote-tracking branch 'origin/patch'
This commit is contained in:
commit
3b2a20f0d3
2 changed files with 6 additions and 5 deletions
|
@ -1421,16 +1421,13 @@ public class DebuggerLogicalBreakpointServiceTest extends AbstractGhidraHeadedDe
|
|||
LogicalBreakpoint lb = Unique.assertOne(breakpointService.getAllBreakpoints());
|
||||
|
||||
// Simulate a step, which should also cause snap advance in recorder
|
||||
long oldSnap = recorder1.getSnap();
|
||||
mb.testModel.session.simulateStep(mb.testThread1);
|
||||
waitOn(mb.testModel.flushEvents());
|
||||
// NB. recorder may have its own threads / queues
|
||||
waitForPass(() -> assertTrue(recorder1.getSnap() > oldSnap));
|
||||
waitRecorder(recorder1);
|
||||
|
||||
waitOn(lb.delete());
|
||||
|
||||
waitForPass(() -> {
|
||||
assertTrue(breakpointService.getAllBreakpoints().isEmpty());
|
||||
assertEquals(0, breakpointService.getAllBreakpoints().size());
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue