class FinishPhysicalFrameThreadControllerTest_FinishToInline_Test
Defined at line 142 of file ../../src/developer/debug/zxdb/client/finish_physical_frame_thread_controller_unittest.cc
Finishing a physical frame should leave the stack at the calling frame. But the instruction after
the function call being finished could be the first instruction of an inlined function (an
ambiguous location -- see discussions in Stack class).
In the case of ambiguity, the finish controller should leave the frame at the one that called the
function being finished, not an inline frame that starts right atfer the call.
Public Methods
void FinishPhysicalFrameThreadControllerTest_FinishToInline_Test ()
Defined at line 142 of file ../../src/developer/debug/zxdb/client/finish_physical_frame_thread_controller_unittest.cc
void FinishPhysicalFrameThreadControllerTest_FinishToInline_Test (const FinishPhysicalFrameThreadControllerTest_FinishToInline_Test & )
Defined at line 142 of file ../../src/developer/debug/zxdb/client/finish_physical_frame_thread_controller_unittest.cc
void FinishPhysicalFrameThreadControllerTest_FinishToInline_Test (FinishPhysicalFrameThreadControllerTest_FinishToInline_Test && )
Defined at line 142 of file ../../src/developer/debug/zxdb/client/finish_physical_frame_thread_controller_unittest.cc
FinishPhysicalFrameThreadControllerTest_FinishToInline_Test & operator= (const FinishPhysicalFrameThreadControllerTest_FinishToInline_Test & )
Defined at line 142 of file ../../src/developer/debug/zxdb/client/finish_physical_frame_thread_controller_unittest.cc
FinishPhysicalFrameThreadControllerTest_FinishToInline_Test & operator= (FinishPhysicalFrameThreadControllerTest_FinishToInline_Test && )
Defined at line 142 of file ../../src/developer/debug/zxdb/client/finish_physical_frame_thread_controller_unittest.cc
void ~FinishPhysicalFrameThreadControllerTest_FinishToInline_Test ()
Defined at line 142 of file ../../src/developer/debug/zxdb/client/finish_physical_frame_thread_controller_unittest.cc