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 D | TestObjCDynamicValue.py | 21 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 D | TestModuleAndSection.py | 156 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 D | TestObjCCheckers.py | 22 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 D | TestObjCProperty.py | 20 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 D | TestTargetAPI.py | 283 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 D | StructuredDataDarwinLog.cpp | 746 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 D | TestScriptedResolver.py | 59 source_name = os.path.join(self.getSourceDir(), "main.c")
|
| /llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/ |
| H A D | vscode.py | 869 source_name = source['name'] 871 print("[%3u] %s @ %s:%u" % (idx, name, source_name,
|