Home
last modified time | relevance | path

Searched refs:BreakpointCreateBySourceRegex (Results 1 – 25 of 78) sorted by relevance

1234

/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/breakpoint_command/
H A DTestBreakpointCommandsFromPython.py39 body_bkpt = self.target.BreakpointCreateBySourceRegex(
43 func_bkpt = self.target.BreakpointCreateBySourceRegex(
47 fancy_bkpt = self.target.BreakpointCreateBySourceRegex(
51 fancier_bkpt = self.target.BreakpointCreateBySourceRegex(
61 list_bkpt = self.target.BreakpointCreateBySourceRegex(
66 not_so_fancy_bkpt = self.target.BreakpointCreateBySourceRegex(
72 no_files_bkpt = self.target.BreakpointCreateBySourceRegex(
168 bkpt = self.target.BreakpointCreateBySourceRegex(
/llvm-project-15.0.7/lldb/test/API/lang/objc/objc-stepping/
H A DTestObjCStepping.py43 break1 = target.BreakpointCreateBySourceRegex(
48 break2 = target.BreakpointCreateBySourceRegex(
53 break3 = target.BreakpointCreateBySourceRegex(
58 break4 = target.BreakpointCreateBySourceRegex(
63 break5 = target.BreakpointCreateBySourceRegex(
68 break_returnStruct_call_super = target.BreakpointCreateBySourceRegex(
73 break_step_nil = target.BreakpointCreateBySourceRegex(
/llvm-project-15.0.7/lldb/test/API/lang/c/stepping/
H A DTestStepAndBreakpoints.py36 break_1_in_main = target.BreakpointCreateBySourceRegex(
42 break_in_a = target.BreakpointCreateBySourceRegex(
47 break_in_b = target.BreakpointCreateBySourceRegex(
52 break_in_c = target.BreakpointCreateBySourceRegex(
221 break_before_complex_1 = target.BreakpointCreateBySourceRegex(
225 break_before_complex_2 = target.BreakpointCreateBySourceRegex(
229 break_before_complex_3 = target.BreakpointCreateBySourceRegex(
233 break_before_complex_4 = target.BreakpointCreateBySourceRegex(
/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/source_regexp/
H A DTestSourceRegexBreakpoints.py38 main_break = target.BreakpointCreateBySourceRegex(
70 main_break = target.BreakpointCreateBySourceRegex(
82 main_break = target.BreakpointCreateBySourceRegex(
94 main_break = target.BreakpointCreateBySourceRegex(
/llvm-project-15.0.7/lldb/test/API/lang/cpp/member-and-local-vars-with-same-name/
H A DTestMembersAndLocalsWithSameName.py13 bp1 = self.target.BreakpointCreateBySourceRegex(
18 bp2 = self.target.BreakpointCreateBySourceRegex(
23 bp3 = self.target.BreakpointCreateBySourceRegex(
28 bp4 = self.target.BreakpointCreateBySourceRegex(
115 bp1 = self.target.BreakpointCreateBySourceRegex(
120 bp5 = self.target.BreakpointCreateBySourceRegex(
125 bp6 = self.target.BreakpointCreateBySourceRegex(
130 bp7 = self.target.BreakpointCreateBySourceRegex(
/llvm-project-15.0.7/lldb/test/API/functionalities/inline-stepping/
H A DTestInlineStepping.py148 break_1_in_main = target.BreakpointCreateBySourceRegex(
192 break_2_in_main = target.BreakpointCreateBySourceRegex(
230 break_3_in_main = target.BreakpointCreateBySourceRegex(
260 break_1_in_main = target.BreakpointCreateBySourceRegex(
291 break_1_in_main = target.BreakpointCreateBySourceRegex(
295 break_2_in_main = target.BreakpointCreateBySourceRegex(
/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/two_hits_one_actual/
H A DTestTwoHitsOneActual.py40 … bkpt1 = target.BreakpointCreateBySourceRegex("Break here in the helper", self.main_source_file);
41 … bkpt2 = target.BreakpointCreateBySourceRegex("Break here in the helper", self.main_source_file);
/llvm-project-15.0.7/lldb/test/API/lang/cpp/dynamic-value-same-basename/
H A DTestDynamicValueSameBase.py31 …namesp_bkpt = target.BreakpointCreateBySourceRegex("namesp function did something.", self.main_sou…
34 …virtual_bkpt = target.BreakpointCreateBySourceRegex("Virtual function did something.", self.main_s…
/llvm-project-15.0.7/lldb/test/API/functionalities/exec/
H A DTestExec.py46 breakpoint1 = target.BreakpointCreateBySourceRegex(
49 breakpoint2 = target.BreakpointCreateBySourceRegex(
158 breakpoint2 = target.BreakpointCreateBySourceRegex(
/llvm-project-15.0.7/clang/utils/
H A Dclangdiag.py114 bp = target.BreakpointCreateBySourceRegex(name, lldb.SBFileSpec())
131 bp = target.BreakpointCreateBySourceRegex(args.id, lldb.SBFileSpec())
140 bp = target.BreakpointCreateBySourceRegex(m.group(1), lldb.SBFileSpec())
/llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/data-formatter-stl/generic/list/loop/
H A DTestDataFormatterGenericListLoop.py26 breakpoint1 = target.BreakpointCreateBySourceRegex(
29 breakpoint2 = target.BreakpointCreateBySourceRegex(
/llvm-project-15.0.7/lldb/test/API/functionalities/load_after_attach/
H A DTestLoadAfterAttach.py38 breakpoint1 = self.target().BreakpointCreateBySourceRegex(
48 breakpoint2 = self.target().BreakpointCreateBySourceRegex(
/llvm-project-15.0.7/lldb/test/API/macosx/ignore_exceptions/
H A DTestIgnoredExceptions.py35 sig_bkpt = target.BreakpointCreateBySourceRegex("stop here in the signal handler",
38 …return_bkpt = target.BreakpointCreateBySourceRegex("Break here to make sure we got past the signal…
/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/break_in_loaded_dylib/
H A DTestBreakInLoadedDylib.py37 …bkpt1 = target.BreakpointCreateBySourceRegex("Break here in dylib", self.b_spec, self.lib_fullname)
51 … bkpt2 = target.BreakpointCreateBySourceRegex("Break here in dylib", modules_list, files_list)
/llvm-project-15.0.7/lldb/test/API/functionalities/dyld-launch-linux/
H A DTestDyldLaunchLinux.py36 …breakpoint_main = target.BreakpointCreateBySourceRegex("// Break here", lldb.SBFileSpec("main.cpp"…
37 …breakpoint_shared_library = target.BreakpointCreateBySourceRegex("get_signal_crash", lldb.SBFileSp…
/llvm-project-15.0.7/lldb/test/API/functionalities/thread_plan/
H A DTestThreadPlanCommands.py92 … call_me_bkpt = target.BreakpointCreateBySourceRegex("Set another here", self.main_source_file)
137 second_step_bkpt = target.BreakpointCreateBySourceRegex("Run here to step over again",
140 final_bkpt = target.BreakpointCreateBySourceRegex("Make sure we get here on last continue",
/llvm-project-15.0.7/lldb/test/API/commands/watchpoints/watchpoint_disable/
H A DTestWatchpointDisable.py31 … bkpt_before = self.target.BreakpointCreateBySourceRegex("Set a breakpoint here", main_file_spec)
34 … bkpt_after = self.target.BreakpointCreateBySourceRegex("We should have stopped", main_file_spec)
/llvm-project-15.0.7/lldb/test/API/macosx/indirect_symbol/
H A DTestIndirectSymbols.py35 break1 = target.BreakpointCreateBySourceRegex(
39 break2 = target.BreakpointCreateBySourceRegex(
/llvm-project-15.0.7/lldb/test/API/functionalities/stop-on-sharedlibrary-load/
H A DTestStopOnSharedlibraryEvents.py55 …backstop_bkpt_1 = target.BreakpointCreateBySourceRegex("Set another here - we should not hit this …
78 …backstop_bkpt_2 = target.BreakpointCreateBySourceRegex("Set a third here - we should not hit this …
/llvm-project-15.0.7/lldb/test/API/lang/objc/blocks/
H A DTestObjCIvarsInBlocks.py32 breakpoint = target.BreakpointCreateBySourceRegex(
36 breakpoint_two = target.BreakpointCreateBySourceRegex(
/llvm-project-15.0.7/lldb/test/API/lang/cpp/nsimport/
H A DTestCppNsImport.py29 break_0 = target.BreakpointCreateBySourceRegex(
34 break_1 = target.BreakpointCreateBySourceRegex(
/llvm-project-15.0.7/lldb/test/API/commands/target/stop-hooks/
H A DTestStopHookScripted.py96 …bkpt = target.BreakpointCreateBySourceRegex("Set a breakpoint here and step out", self.main_source…
121 dummy_target.BreakpointCreateBySourceRegex("return result", self.main_source_file)
/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/step_over_breakpoint/
H A DTestStepOverBreakpoint.py37 self.breakpoint2 = self.target.BreakpointCreateBySourceRegex("breakpoint_2", src)
40 self.breakpoint3 = self.target.BreakpointCreateBySourceRegex("breakpoint_3", src)
/llvm-project-15.0.7/lldb/test/API/commands/process/continue_to_bkpt/
H A DTestContinueToBkpts.py69 … bkpt = self.target.BreakpointCreateBySourceRegex(bkpt_pattern.format(elem), self.main_source_spec)
79 …mult_bkpt = self.target.BreakpointCreateBySourceRegex(bkpt_pattern.format("(seventh|eighth|nineth)…
/llvm-project-15.0.7/lldb/test/API/lang/objc/foundation/
H A DTestObjCMethods2.py30 desc_bkpt = target.BreakpointCreateBySourceRegex("Break here for description test",

1234