OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BreakpointCreateBySourceRegex
(Results
1 - 17
of
17
) sorted by null
/external/lldb/test/lang/objc/objc-stepping/
TestObjCStepping.py
54
break1 = target.
BreakpointCreateBySourceRegex
("// Set first breakpoint here.", self.main_source_spec)
58
break2 = target.
BreakpointCreateBySourceRegex
("// Set second breakpoint here.", self.main_source_spec)
62
break3 = target.
BreakpointCreateBySourceRegex
('// Set third breakpoint here.', self.main_source_spec)
66
break4 = target.
BreakpointCreateBySourceRegex
('// Set fourth breakpoint here.', self.main_source_spec)
70
break5 = target.
BreakpointCreateBySourceRegex
('// Set fifth breakpoint here.', self.main_source_spec)
74
break_returnStruct_call_super = target.
BreakpointCreateBySourceRegex
('// Source returnsStruct call line.', self.main_source_spec)
78
break_step_nil = target.
BreakpointCreateBySourceRegex
('// Set nil step breakpoint here.', self.main_source_spec)
/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)
53
break_in_a = target.
BreakpointCreateBySourceRegex
('// break here to stop in a before calling b', self.main_source_spec)
57
break_in_b = target.
BreakpointCreateBySourceRegex
('// thread step-out while stopped at .c.2..', self.main_source_spec)
61
break_in_c = target.
BreakpointCreateBySourceRegex
('// Find the line number of function .c. here.', self.main_source_spec)
190
break_before_complex_1 = target.
BreakpointCreateBySourceRegex
('// Stop here to try step in targetting b.', self.main_source_spec)
193
break_before_complex_2 = target.
BreakpointCreateBySourceRegex
('// Stop here to try step in targetting complex.', self.main_source_spec)
196
break_before_complex_3 = target.
BreakpointCreateBySourceRegex
('// Stop here to step targetting b and hitting breakpoint.', self.main_source_spec)
199
break_before_complex_4 = target.
BreakpointCreateBySourceRegex
('// Stop here to make sure bogus target steps over.', self.main_source_spec)
/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)
160
break_2_in_main = target.
BreakpointCreateBySourceRegex
('// At second call of caller_trivial_1 in main.', self.main_source_spec)
190
break_3_in_main = target.
BreakpointCreateBySourceRegex
('// At first call of caller_ref_1 in main.', self.main_source_spec)
216
break_1_in_main = target.
BreakpointCreateBySourceRegex
('// At second call of caller_ref_1 in main.', self.main_source_spec)
/external/lldb/test/expression_command/call-throws/
TestCallThatThrows.py
50
breakpoint = target.
BreakpointCreateBySourceRegex
('I am about to throw.',self.main_source_spec)
79
handler_bkpt = target.
BreakpointCreateBySourceRegex
("I felt like it", self.main_source_spec)
/external/lldb/test/lang/objc/blocks/
TestObjCIvarsInBlocks.py
48
breakpoint = target.
BreakpointCreateBySourceRegex
('// Break here inside the block.', self.class_source_file_spec)
51
breakpoint_two = target.
BreakpointCreateBySourceRegex
('// Break here inside the class method block.', self.class_source_file_spec)
/external/lldb/test/expression_command/issue_11588/
Test11588.py
35
breakpoint = target.
BreakpointCreateBySourceRegex
('Set breakpoint here.',lldb.SBFileSpec ("main.cpp", False))
/external/lldb/test/functionalities/expr-doesnt-deadlock/
TestExprDoesntBlock.py
47
breakpoint = target.
BreakpointCreateBySourceRegex
('Break here', main_file_spec)
/external/lldb/test/lang/objc/objc-checker/
TestObjCCheckers.py
55
main_bkpt = target.
BreakpointCreateBySourceRegex
("Set a breakpoint here.", lldb.SBFileSpec (self.source_name))
/external/lldb/test/expression_command/timeout/
TestCallWithTimeout.py
43
breakpoint = target.
BreakpointCreateBySourceRegex
('stop here in main.',self.main_source_spec)
/external/lldb/test/functionalities/exec/
TestExec.py
59
breakpoint = target.
BreakpointCreateBySourceRegex
('Set breakpoint 1 here', lldb.SBFileSpec ("main.cpp", False))
/external/lldb/test/expression_command/call-restarts/
TestCallThatRestarts.py
54
breakpoint = target.
BreakpointCreateBySourceRegex
('Stop here in main.',self.main_source_spec)
97
handler_bkpt = target.
BreakpointCreateBySourceRegex
("Got sigchld %d.", self.main_source_spec)
/external/lldb/test/functionalities/watchpoint/watchpoint_events/
TestWatchpointEvents.py
59
break_in_main = target.
BreakpointCreateBySourceRegex
('// Put a breakpoint here.', self.main_source_spec)
/external/lldb/test/lang/objc/objc-property/
TestObjCProperty.py
54
main_bkpt = target.
BreakpointCreateBySourceRegex
("Set a breakpoint here.", lldb.SBFileSpec (self.source_name))
/external/lldb/include/lldb/API/
SBTarget.h
676
BreakpointCreateBySourceRegex
(const char *source_regex,
681
BreakpointCreateBySourceRegex
(const char *source_regex,
/external/lldb/tools/lldb-perf/common/stepping/
lldb-perf-stepping.cpp
57
m_first_bp = m_target.
BreakpointCreateBySourceRegex
("Here is some code to stop at originally.", m_main_source);
/external/lldb/scripts/Python/interface/
SBTarget.i
664
BreakpointCreateBySourceRegex
(const char *source_regex, const lldb::SBFileSpec &source_file, const char *module_name = NULL);
/external/lldb/source/API/
SBTarget.cpp
[
all
...]
Completed in 2355 milliseconds