Home
last modified time | relevance | path

Searched refs:source_name (Results 1 – 8 of 8) sorted by relevance

/llvm-project-15.0.7/lldb/test/API/lang/objc/objc-dynamic-value/
H A DTestObjCDynamicValue.py21 self.source_name = 'dynamic-value.m'
23 self.source_name,
26 self.source_name, '// Break here to check dynamic values.')
28 self.source_name, '// Break here to see if we can step into real method.')
49 self.source_name, self.handle_SourceBase)
55 self.source_name, self.main_before_setProperty_line)
136 self.source_name)
/llvm-project-15.0.7/lldb/test/API/python_api/module_section/
H A DTestModuleAndSection.py156 for source_name in source_name_list:
157 list = module.FindCompileUnits(lldb.SBFileSpec(source_name, False))
161 source_name)
/llvm-project-15.0.7/lldb/test/API/lang/objc/objc-checker/
H A DTestObjCCheckers.py22 self.source_name = 'main.m'
41 "Set a breakpoint here.", lldb.SBFileSpec(self.source_name))
/llvm-project-15.0.7/lldb/test/API/lang/objc/objc-property/
H A DTestObjCProperty.py20 self.source_name = 'main.m'
39 "Set a breakpoint here.", lldb.SBFileSpec(self.source_name))
/llvm-project-15.0.7/lldb/test/API/python_api/target/
H A DTestTargetAPI.py283 source_name = "main.c"
289 list = target.FindCompileUnits(lldb.SBFileSpec(source_name, False))
293 list[0].GetCompileUnit().GetFileSpec().GetFilename(), source_name)
/llvm-project-15.0.7/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp746 const char *source_name) { in AppendStrictSourcesWarning() argument
747 if (!source_name) in AppendStrictSourcesWarning()
763 source_name, source_name); in AppendStrictSourcesWarning()
/llvm-project-15.0.7/lldb/test/API/functionalities/breakpoint/scripted_bkpt/
H A DTestScriptedResolver.py59 source_name = os.path.join(self.getSourceDir(), "main.c")
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/
H A Dvscode.py869 source_name = source['name']
871 print("[%3u] %s @ %s:%u" % (idx, name, source_name,