| /llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/breakpoint_command/ |
| H A D | TestBreakpointCommandsFromPython.py | 39 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 D | TestObjCStepping.py | 43 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 D | TestStepAndBreakpoints.py | 36 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 D | TestSourceRegexBreakpoints.py | 38 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 D | TestMembersAndLocalsWithSameName.py | 13 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 D | TestInlineStepping.py | 148 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 D | TestTwoHitsOneActual.py | 40 … 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 D | TestDynamicValueSameBase.py | 31 …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 D | TestExec.py | 46 breakpoint1 = target.BreakpointCreateBySourceRegex( 49 breakpoint2 = target.BreakpointCreateBySourceRegex( 158 breakpoint2 = target.BreakpointCreateBySourceRegex(
|
| /llvm-project-15.0.7/clang/utils/ |
| H A D | clangdiag.py | 114 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 D | TestDataFormatterGenericListLoop.py | 26 breakpoint1 = target.BreakpointCreateBySourceRegex( 29 breakpoint2 = target.BreakpointCreateBySourceRegex(
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/load_after_attach/ |
| H A D | TestLoadAfterAttach.py | 38 breakpoint1 = self.target().BreakpointCreateBySourceRegex( 48 breakpoint2 = self.target().BreakpointCreateBySourceRegex(
|
| /llvm-project-15.0.7/lldb/test/API/macosx/ignore_exceptions/ |
| H A D | TestIgnoredExceptions.py | 35 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 D | TestBreakInLoadedDylib.py | 37 …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 D | TestDyldLaunchLinux.py | 36 …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 D | TestThreadPlanCommands.py | 92 … 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 D | TestWatchpointDisable.py | 31 … 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 D | TestIndirectSymbols.py | 35 break1 = target.BreakpointCreateBySourceRegex( 39 break2 = target.BreakpointCreateBySourceRegex(
|
| /llvm-project-15.0.7/lldb/test/API/functionalities/stop-on-sharedlibrary-load/ |
| H A D | TestStopOnSharedlibraryEvents.py | 55 …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 D | TestObjCIvarsInBlocks.py | 32 breakpoint = target.BreakpointCreateBySourceRegex( 36 breakpoint_two = target.BreakpointCreateBySourceRegex(
|
| /llvm-project-15.0.7/lldb/test/API/lang/cpp/nsimport/ |
| H A D | TestCppNsImport.py | 29 break_0 = target.BreakpointCreateBySourceRegex( 34 break_1 = target.BreakpointCreateBySourceRegex(
|
| /llvm-project-15.0.7/lldb/test/API/commands/target/stop-hooks/ |
| H A D | TestStopHookScripted.py | 96 …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 D | TestStepOverBreakpoint.py | 37 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 D | TestContinueToBkpts.py | 69 … 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 D | TestObjCMethods2.py | 30 desc_bkpt = target.BreakpointCreateBySourceRegex("Break here for description test",
|