class ProcessBreakpoint_RecursiveStep_Test

Defined at line 724 of file ../../src/developer/debug/debug_agent/software_breakpoint_unittest.cc

It's possible for a thread to try to step over the same breakpoint twice. This normally indicates

an error removing the breakpoint to step over it. We must not enqueue the same thread twice in

this error case or it will be forever stuck waiting for itself.

Public Methods

void ProcessBreakpoint_RecursiveStep_Test ()

Defined at line 724 of file ../../src/developer/debug/debug_agent/software_breakpoint_unittest.cc

void ProcessBreakpoint_RecursiveStep_Test (const ProcessBreakpoint_RecursiveStep_Test & )

Defined at line 724 of file ../../src/developer/debug/debug_agent/software_breakpoint_unittest.cc

void ProcessBreakpoint_RecursiveStep_Test (ProcessBreakpoint_RecursiveStep_Test && )

Defined at line 724 of file ../../src/developer/debug/debug_agent/software_breakpoint_unittest.cc

ProcessBreakpoint_RecursiveStep_Test & operator= (const ProcessBreakpoint_RecursiveStep_Test & )

Defined at line 724 of file ../../src/developer/debug/debug_agent/software_breakpoint_unittest.cc

ProcessBreakpoint_RecursiveStep_Test & operator= (ProcessBreakpoint_RecursiveStep_Test && )

Defined at line 724 of file ../../src/developer/debug/debug_agent/software_breakpoint_unittest.cc

void ~ProcessBreakpoint_RecursiveStep_Test ()

Defined at line 724 of file ../../src/developer/debug/debug_agent/software_breakpoint_unittest.cc