class StepOverThreadControllerTest_OutToZeroLine_Test
Defined at line 228 of file ../../src/developer/debug/zxdb/client/step_over_thread_controller_unittest.cc
The line table can contain entries with "line 0" that correspond to compiler-generated code.
These should be transparently stepped over as if they're part of the original line being stepped.
Most of the logic around "0 lines" is handled by the StepThreadController.
This test covers the case where where it steps over a call, and the return address of that call
maps to one of these 0 lines. Execution should resume from that point as if it was part of the
original line being stepped.
Public Methods
void StepOverThreadControllerTest_OutToZeroLine_Test ()
Defined at line 228 of file ../../src/developer/debug/zxdb/client/step_over_thread_controller_unittest.cc
void StepOverThreadControllerTest_OutToZeroLine_Test (const StepOverThreadControllerTest_OutToZeroLine_Test & )
Defined at line 228 of file ../../src/developer/debug/zxdb/client/step_over_thread_controller_unittest.cc
void StepOverThreadControllerTest_OutToZeroLine_Test (StepOverThreadControllerTest_OutToZeroLine_Test && )
Defined at line 228 of file ../../src/developer/debug/zxdb/client/step_over_thread_controller_unittest.cc
StepOverThreadControllerTest_OutToZeroLine_Test & operator= (const StepOverThreadControllerTest_OutToZeroLine_Test & )
Defined at line 228 of file ../../src/developer/debug/zxdb/client/step_over_thread_controller_unittest.cc
StepOverThreadControllerTest_OutToZeroLine_Test & operator= (StepOverThreadControllerTest_OutToZeroLine_Test && )
Defined at line 228 of file ../../src/developer/debug/zxdb/client/step_over_thread_controller_unittest.cc
void ~StepOverThreadControllerTest_OutToZeroLine_Test ()
Defined at line 228 of file ../../src/developer/debug/zxdb/client/step_over_thread_controller_unittest.cc