/external/lldb/source/Host/macosx/ |
D | Symbols.cpp | 348 out_dsym_fspec->SetFile(path, path[0] == '~'); in LocateMacOSXFilesUsingDebugSymbols() 402 out_exec_fspec->SetFile(path, path[0] == '~'); in LocateMacOSXFilesUsingDebugSymbols() 485 dsym_fspec.SetFile(path, false); in LocateDSYMInVincinityOfExecutable() 504 dsym_fspec.SetFile(path, false); in LocateDSYMInVincinityOfExecutable() 588 module_spec.GetFileSpec().SetFile (str.c_str(), true); in GetModuleSpecInfoFromUUIDDictionary() 596 module_spec.GetSymbolFileSpec().SetFile (str.c_str(), true); in GetModuleSpecInfoFromUUIDDictionary() 680 dsym_for_uuid_exe_spec.SetFile(dsym_for_uuid_exe_path_cstr, true); in DownloadObjectAndSymbolFile() 686 dsym_for_uuid_exe_spec.SetFile("/usr/local/bin/dsymForUUID", false); in DownloadObjectAndSymbolFile() 703 dsym_for_uuid_exe_spec.SetFile(dsymforuuid_path.c_str(), false); in DownloadObjectAndSymbolFile() 711 dsym_for_uuid_exe_spec.SetFile(g_dbgshell_command, true); in DownloadObjectAndSymbolFile()
|
/external/lldb/source/Plugins/Platform/MacOSX/ |
D | PlatformRemoteiOS.cpp | 581 local_file.SetFile(resolved_path, true); in GetFileInSDKRoot() 592 local_file.SetFile(resolved_path, true); in GetFileInSDKRoot() 601 local_file.SetFile(resolved_path, true); in GetFileInSDKRoot() 629 local_file.SetFile(resolved_path, true); in GetSymbolFile() 639 local_file.SetFile(resolved_path, true); in GetSymbolFile() 648 local_file.SetFile(resolved_path, true); in GetSymbolFile()
|
D | PlatformiOSSimulator.cpp | 338 local_file.SetFile(resolved_path, true); in GetFile() 343 local_file.SetFile(platform_file_path, true); in GetFile()
|
D | PlatformDarwin.cpp | 144 resolved_exe_file.SetFile(exe_path, true); in ResolveExecutable() 956 temp_file_spec.SetFile(xcode_dir_path.c_str(), false); in GetDeveloperDirectory() 1007 temp_file_spec.SetFile (developer_dir_path, false); in GetDeveloperDirectory()
|
/external/lldb/source/API/ |
D | SBDeclaration.cpp | 121 ref().SetFile(filespec.ref()); in SetFileSpec() 123 ref().SetFile(FileSpec()); in SetFileSpec()
|
D | SBTarget.cpp | 285 m_opaque_sp->GetExecutableFile().SetFile(path, false); in SBAttachInfo() 354 m_opaque_sp->GetExecutableFile().SetFile(path, false); in SetExecutable() 1115 attach_info.GetExecutableFile().SetFile(name, false); in AttachToProcessWithName() 1901 module_spec.GetFileSpec().SetFile(path, false); in AddModule() 1910 module_spec.GetSymbolFileSpec ().SetFile(symfile, false); in AddModule()
|
/external/lldb/source/Commands/ |
D | CommandObjectPlatform.cpp | 677 match_info.GetProcessInfo().GetExecutableFile().SetFile (option_arg, false); in SetOptionValue() 682 match_info.GetProcessInfo().GetExecutableFile().SetFile (option_arg, false); in SetOptionValue() 687 match_info.GetProcessInfo().GetExecutableFile().SetFile (option_arg, false); in SetOptionValue() 692 match_info.GetProcessInfo().GetExecutableFile().SetFile (option_arg, false); in SetOptionValue() 697 match_info.GetProcessInfo().GetExecutableFile().SetFile (option_arg, false); in SetOptionValue()
|
D | CommandObjectLog.cpp | 141 case 'f': log_file.SetFile(option_arg, true); break; in SetOptionValue()
|
/external/lldb/source/Host/common/ |
D | Host.cpp | 741 g_program_filespec.SetFile (program_fullpath, false); in GetProgramFileSpec() 748 g_program_filespec.SetFile (large_program_fullpath, false); in GetProgramFileSpec() 757 g_program_filespec.SetFile(exe_path, false); in GetProgramFileSpec() 766 g_program_filespec.SetFile(exe_path, false); in GetProgramFileSpec() 782 module_filespec.SetFile(info.dli_fname, true); in GetModuleFileSpecForHostAddress() 1133 lldb_file_spec.SetFile (user_plugin_dir.c_str(), true); in GetLLDBPath() 1142 lldb_file_spec.SetFile (user_plugin_dir.c_str(), true); in GetLLDBPath()
|
D | FileSpec.cpp | 238 SetFile(pathname, resolve_path); in FileSpec() 290 FileSpec::SetFile (const char *pathname, bool resolve) in SetFile() function in FileSpec 596 SetFile (path_buf, true); in ResolvePath()
|
D | File.cpp | 290 file_spec.SetFile (path, false); in GetFileSpec() 309 file_spec.SetFile (path, false); in GetFileSpec()
|
/external/lldb/include/lldb/Symbol/ |
D | Declaration.h | 242 SetFile (const FileSpec& file_spec) in SetFile() function
|
/external/lldb/source/Interpreter/ |
D | OptionValueFileSpec.cpp | 92 m_current_value.SetFile(path, true); in SetValueFromCString()
|
/external/google-breakpad/src/client/ |
D | minidump_file_writer.h | 87 void SetFile(const int file);
|
D | minidump_file_writer.cc | 74 void MinidumpFileWriter::SetFile(const int file) { in SetFile() function in google_breakpad::MinidumpFileWriter
|
/external/lldb/include/lldb/Host/ |
D | FileSpec.h | 562 SetFile (const char *path, bool resolve_path);
|
/external/lldb/source/Plugins/Process/gdb-remote/ |
D | GDBRemoteCommunicationServer.cpp | 343 match_info.GetProcessInfo().GetExecutableFile().SetFile(value.c_str(), false); in Handle_qfProcessInfo() 622 … m_process_launch_info.GetExecutableFile().SetFile(arg.c_str(), false); in Handle_A()
|
D | GDBRemoteCommunication.cpp | 534 debugserver_file_spec.SetFile (env_debugserver_path, false); in StartDebugserverProcess()
|
/external/lldb/source/Plugins/SymbolFile/DWARF/ |
D | SymbolFileDWARF.cpp | 940 cu_file_spec.SetFile (ramapped_file.c_str(), false); in ParseCompileUnit() 942 cu_file_spec.SetFile (cu_die_name, false); in ParseCompileUnit() 951 cu_file_spec.SetFile (ramapped_file.c_str(), false); in ParseCompileUnit() 953 cu_file_spec.SetFile (fullpath.c_str(), false); in ParseCompileUnit() 1752 …case DW_AT_decl_file: decl.SetFile(sc.comp_unit->GetSupportFiles().GetFileSpecAtIndex(form_value… in ParseChildMembers() 2147 …case DW_AT_decl_file: decl.SetFile(sc.comp_unit->GetSupportFiles().GetFileSpecAtIndex(form_value… in ParseChildMembers() 4185 …case DW_AT_decl_file: decl.SetFile(sc.comp_unit->GetSupportFiles().GetFileSpecAtIndex(form_value… in ParseChildParameters() 4363 …case DW_AT_decl_file: decl.SetFile(sc.comp_unit->GetSupportFiles().GetFileSpecAtIndex(form_value… in ParseChildEnumerators() 5708 …case DW_AT_decl_file: decl.SetFile(sc.comp_unit->GetSupportFiles().GetFileSpecAtIndex(form_value… in ParseType() 5899 decl.SetFile(FileSpec ("<invalid>", false)); in ParseType() [all …]
|
/external/lldb/source/Host/freebsd/ |
D | Host.cpp | 203 process_info.GetExecutableFile().SetFile(cstr, false); in GetFreeBSDProcessArgs()
|
/external/lldb/source/Plugins/Platform/Linux/ |
D | PlatformLinux.cpp | 167 resolved_exe_file.SetFile(exe_path, true); in ResolveExecutable()
|
/external/lldb/source/Target/ |
D | PathMappingList.cpp | 247 new_spec.SetFile (new_path, true); in FindFile()
|
D | TargetList.cpp | 93 module_spec.GetFileSpec().SetFile(user_exe_path, true); in CreateTarget()
|
/external/lldb/source/Host/linux/ |
D | Host.cpp | 389 process_info.GetExecutableFile().SetFile(exe_path, false); in GetProcessAndStatInfo()
|
/external/lldb/source/Plugins/Platform/FreeBSD/ |
D | PlatformFreeBSD.cpp | 176 resolved_exe_file.SetFile(exe_path, true); in ResolveExecutable()
|