class StepThreadControllerTest_StepThroughLine0_Test
Defined at line 308 of file ../../src/developer/debug/zxdb/client/step_thread_controller_unittest.cc
This tests when we're in the middle of a step and there's a "line 0" entry (indicating
compiler-generated code with no corresponding line number) followed by a different line. This is
an interesting case because the stack frame will "fix" the line 0 to the next entry to avoid
showing the user "no line information" errors. But we want to continue over the "line 0" code and
stop at the inline function.
Public Methods
void StepThreadControllerTest_StepThroughLine0_Test ()
Defined at line 308 of file ../../src/developer/debug/zxdb/client/step_thread_controller_unittest.cc
void StepThreadControllerTest_StepThroughLine0_Test (const StepThreadControllerTest_StepThroughLine0_Test & )
Defined at line 308 of file ../../src/developer/debug/zxdb/client/step_thread_controller_unittest.cc
void StepThreadControllerTest_StepThroughLine0_Test (StepThreadControllerTest_StepThroughLine0_Test && )
Defined at line 308 of file ../../src/developer/debug/zxdb/client/step_thread_controller_unittest.cc
StepThreadControllerTest_StepThroughLine0_Test & operator= (const StepThreadControllerTest_StepThroughLine0_Test & )
Defined at line 308 of file ../../src/developer/debug/zxdb/client/step_thread_controller_unittest.cc
StepThreadControllerTest_StepThroughLine0_Test & operator= (StepThreadControllerTest_StepThroughLine0_Test && )
Defined at line 308 of file ../../src/developer/debug/zxdb/client/step_thread_controller_unittest.cc
void ~StepThreadControllerTest_StepThroughLine0_Test ()
Defined at line 308 of file ../../src/developer/debug/zxdb/client/step_thread_controller_unittest.cc