OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:break_1_in_main
(Results
1 - 2
of
2
) sorted by null
/external/lldb/test/functionalities/inline-stepping/
TestInlineStepping.py
120
break_1_in_main
= target.BreakpointCreateBySourceRegex ('// Stop here and step over to set up stepping over.', self.main_source_spec)
121
self.assertTrue(
break_1_in_main
, VALID_BREAKPOINT)
129
threads = lldbutil.get_threads_stopped_at_breakpoint (self.process,
break_1_in_main
)
216
break_1_in_main
= target.BreakpointCreateBySourceRegex ('// At second call of caller_ref_1 in main.', self.main_source_spec)
217
self.assertTrue(
break_1_in_main
, VALID_BREAKPOINT)
225
threads = lldbutil.get_threads_stopped_at_breakpoint (self.process,
break_1_in_main
)
/external/lldb/test/lang/c/stepping/
TestStepAndBreakpoints.py
49
break_1_in_main
= target.BreakpointCreateBySourceRegex ('// frame select 2, thread step-out while stopped at .c.1..', self.main_source_spec)
50
self.assertTrue(
break_1_in_main
, VALID_BREAKPOINT)
51
breakpoints_to_disable.append (
break_1_in_main
)
71
threads = lldbutil.get_threads_stopped_at_breakpoint (process,
break_1_in_main
)
Completed in 110 milliseconds