Searched refs:source_spec (Results 1 – 2 of 2) sorted by relevance
/openbsd/gnu/llvm/lldb/source/Plugins/Platform/Android/ |
H A D | PlatformAndroid.cpp | 175 FileSpec source_spec(source.GetPath(false), FileSpec::Style::posix); in GetFile() local 176 if (source_spec.IsRelative()) in GetFile() 177 source_spec = GetRemoteWorkingDirectory().CopyByAppendingPathComponent( in GetFile() 178 source_spec.GetPathAsConstString(false).GetStringRef()); in GetFile() 186 error = sync_service->Stat(source_spec, mode, size, mtime); in GetFile() 191 return sync_service->PullFile(source_spec, destination); in GetFile() 193 std::string source_file = source_spec.GetPath(false); in GetFile()
|
/openbsd/gnu/llvm/lldb/packages/Python/lldbsuite/test/ |
H A D | lldbutil.py | 934 def run_to_source_breakpoint(test, bkpt_pattern, source_spec, argument 950 bkpt_pattern, source_spec, bkpt_module) 954 %(bkpt_pattern, source_spec.GetFilename(), source_spec.GetDirectory())) 958 def run_to_line_breakpoint(test, source_spec, line_number, column = 0, argument 973 source_spec, line_number, column, 0, lldb.SBFileSpecList()) 976 %(source_spec.GetFilename(), line_number, column, 977 source_spec.GetDirectory())) 991 def continue_to_source_breakpoint(test, process, bkpt_pattern, source_spec): argument 997 bkpt_pattern, source_spec, None) 1000 %(bkpt_pattern, source_spec.GetFilename(), source_spec.GetDirectory()))
|