class FinishThreadControllerTest_FinishPhysicalAndInline2_Test

Defined at line 178 of file ../../src/developer/debug/zxdb/client/finish_thread_controller_unittest.cc

This sets up a situation where the finish controller creates a "step over" controller in response

to a breakpoint hit exception. The step over controller should not see the breakpoint hit and

should continue as if it was not created from within a breakpoint hit.

The situation where this can happen is:

FinishThreadController (FINISH#1) creates a new StepOverThreadController (OVER#1).

OVER finds a physical function call and

Creates a FinishThreadController (FINISH#2) to get out of it.

FINISH#2 creates a FinishPhysicalFrameThreadController (PHYSICAL) to get out of it.

The breakpoint for PHYSICAL is hit.

FINISH#2 completes.

OVER#1 completes.

FINISH#1 notices a new inline subframe immediately following the first.

FINISH#1 creates a new StepOverThreadController (OVER#2)

Public Methods

void FinishThreadControllerTest_FinishPhysicalAndInline2_Test ()

Defined at line 178 of file ../../src/developer/debug/zxdb/client/finish_thread_controller_unittest.cc

void FinishThreadControllerTest_FinishPhysicalAndInline2_Test (const FinishThreadControllerTest_FinishPhysicalAndInline2_Test & )

Defined at line 178 of file ../../src/developer/debug/zxdb/client/finish_thread_controller_unittest.cc

void FinishThreadControllerTest_FinishPhysicalAndInline2_Test (FinishThreadControllerTest_FinishPhysicalAndInline2_Test && )

Defined at line 178 of file ../../src/developer/debug/zxdb/client/finish_thread_controller_unittest.cc

FinishThreadControllerTest_FinishPhysicalAndInline2_Test & operator= (const FinishThreadControllerTest_FinishPhysicalAndInline2_Test & )

Defined at line 178 of file ../../src/developer/debug/zxdb/client/finish_thread_controller_unittest.cc

FinishThreadControllerTest_FinishPhysicalAndInline2_Test & operator= (FinishThreadControllerTest_FinishPhysicalAndInline2_Test && )

Defined at line 178 of file ../../src/developer/debug/zxdb/client/finish_thread_controller_unittest.cc

void ~FinishThreadControllerTest_FinishPhysicalAndInline2_Test ()

Defined at line 178 of file ../../src/developer/debug/zxdb/client/finish_thread_controller_unittest.cc