struct StepOverTicket

Defined at line 183 of file ../../src/developer/debug/debug_agent/debugged_process.h

Queue of breakpoints that are currently being stepped over.

As stepping over requires suspending all the threads, doing multiple at a time has a fair

chance of introducing deadlocks. We use this queue to serialize the stepping over, so only

one process breakpoint is being stepped over at a time.

Public Members

WeakPtr process_breakpoint
WeakPtr thread

Public Methods

bool is_valid ()

Defined at line 187 of file ../../src/developer/debug/debug_agent/debugged_process.h