class StepThreadControllerTest
Defined at line 22 of file ../../src/developer/debug/zxdb/client/step_thread_controller_unittest.cc
Public Methods
void SetUnsymbolizedSetting (bool stop_on_no_symbols)
Sets the "on-unsymbolized" setting based on the input flag.
Defined at line 162 of file ../../src/developer/debug/zxdb/client/step_thread_controller_unittest.cc
void DoIntoInlineFunctionTest (bool separate_line)
Does two tests that are very similar based on the flag.
Steps with some instructions on a line, followed by an inline function.
When |separate_line| is true, the inline function call will be on the following line. A step
into command should step over the first line, leaving the stack about to call into the inline
frame.
When |separate_line| is false, the inline call will be on the same line being stepped and
a step into command should stop at the first instruction inside the inline function. This
will be the same physical instruction as the first case, but the stacks will be different.
Defined at line 225 of file ../../src/developer/debug/zxdb/client/step_thread_controller_unittest.cc