Home
last modified time | relevance | path

Searched refs:source_spec (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Platform/Android/
H A DPlatformAndroid.cpp174 FileSpec source_spec(source.GetPath(false), FileSpec::Style::posix); in GetFile() local
175 if (source_spec.IsRelative()) in GetFile()
176 source_spec = GetRemoteWorkingDirectory().CopyByAppendingPathComponent( in GetFile()
177 source_spec.GetCString(false)); in GetFile()
185 error = sync_service->Stat(source_spec, mode, size, mtime); in GetFile()
190 return sync_service->PullFile(source_spec, destination); in GetFile()
192 auto source_file = source_spec.GetCString(false); in GetFile()
/llvm-project-15.0.7/lldb/packages/Python/lldbsuite/test/
H A Dlldbutil.py1022 def run_to_source_breakpoint(test, bkpt_pattern, source_spec, argument
1038 bkpt_pattern, source_spec, bkpt_module)
1042 %(bkpt_pattern, source_spec.GetFilename(), source_spec.GetDirectory()))
1046 def run_to_line_breakpoint(test, source_spec, line_number, column = 0, argument
1061 source_spec, line_number, column, 0, lldb.SBFileSpecList())
1064 %(source_spec.GetFilename(), line_number, column,
1065 source_spec.GetDirectory()))