OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:step_type
(Results
1 - 2
of
2
) sorted by null
/external/lldb/test/functionalities/inline-stepping/
TestInlineStepping.py
55
def do_step(self,
step_type
, destination_line_entry):
57
if
step_type
== "into":
60
elif
step_type
== "out":
63
elif
step_type
== "over":
66
self.fail ("Unrecognized step type: " +
step_type
)
72
self.fail ("Failed to stop due to step " +
step_type
+ " operation stepping to: " + destination_description.GetData())
88
self.fail ("Step " +
step_type
+ " stopped at wrong place: expected: " + destination_description.GetData() + " got: " + actual_description.GetData() + ".")
95
self.fail ("Step %s to %s got wrong number of frames, should be: %d was: %d."%(
step_type
, destination_description.GetData(), expected_stack_depth, real_stack_depth))
/external/lldb/source/Commands/
CommandObjectThread.cpp
368
StepType
step_type
,
376
m_step_type (
step_type
),
[
all
...]
Completed in 89 milliseconds