LLDB mainline
lldb_private::PlatformDarwinDevice Member List

This is the complete list of members for lldb_private::PlatformDarwinDevice, including all inherited members.

AddClangModuleCompilationOptions(Target *target, std::vector< std::string > &options)lldb_private::Platformvirtual
AddClangModuleCompilationOptionsForSDKType(Target *target, std::vector< std::string > &options, XcodeSDK::Type sdk_type)lldb_private::PlatformDarwinprotected
ARMGetSupportedArchitectures(std::vector< ArchSpec > &archs, std::optional< llvm::Triple::OSType > os={})lldb_private::PlatformDarwin
Attach(lldb_private::ProcessAttachInfo &attach_info, lldb_private::Debugger &debugger, lldb_private::Target *target, lldb_private::Status &error) overridePlatformPOSIXvirtual
AutoCompleteDiskFileOrDirectory(CompletionRequest &request, bool only_dir)lldb_private::Platforminlinevirtual
CalculateMD5(const FileSpec &file_spec, uint64_t &low, uint64_t &high) overridelldb_private::RemoteAwarePlatformvirtual
CalculateTrapHandlerSymbolNames() overridelldb_private::PlatformDarwinvirtual
CallLocateModuleCallbackIfSet(const ModuleSpec &module_spec, lldb::ModuleSP &module_sp, FileSpec &symbol_file_spec, bool *did_create_ptr)lldb_private::Platform
CanDebugProcess()lldb_private::Platforminlinevirtual
CheckLocalSharedCache() constlldb_private::PlatformDarwininlineprotectedvirtual
CloseFile(lldb::user_id_t fd, Status &error) overridelldb_private::RemoteAwarePlatformvirtual
ConnectProcess(llvm::StringRef connect_url, llvm::StringRef plugin_name, Debugger &debugger, Target *target, Status &error) overridelldb_private::RemoteAwarePlatformvirtual
ConnectProcessSynchronous(llvm::StringRef connect_url, llvm::StringRef plugin_name, Debugger &debugger, Stream &stream, Target *target, Status &error)lldb_private::Platformvirtual
ConnectRemote(lldb_private::Args &args) overridePlatformPOSIXvirtual
ConnectToWaitingProcesses(Debugger &debugger, Status &error) overridelldb_private::RemoteAwarePlatformvirtual
Create(llvm::StringRef name)lldb_private::Platformstatic
CreateArchList(llvm::ArrayRef< llvm::Triple::ArchType > archs, llvm::Triple::OSType os)lldb_private::Platformprotectedstatic
CreateInstance(bool force, const ArchSpec *arch)lldb_private::PlatformDarwinstatic
CreateSymlink(const FileSpec &src, const FileSpec &dst) overridelldb_private::RemoteAwarePlatformvirtual
DebuggerInitialize(lldb_private::Debugger &debugger)lldb_private::PlatformDarwinstatic
DebugProcess(ProcessLaunchInfo &launch_info, Debugger &debugger, Target &target, Status &error) overridelldb_private::PlatformDarwinvirtual
DirectoryEnumerator(void *baton, llvm::sys::fs::file_type file_type, llvm::StringRef path)lldb_private::PlatformDarwinprotectedstatic
DisconnectRemote() overridePlatformPOSIXvirtual
DoConnectProcess(llvm::StringRef connect_url, llvm::StringRef plugin_name, Debugger &debugger, Stream *stream, Target *target, Status &error)lldb_private::Platformprotected
DoLoadImage(lldb_private::Process *process, const lldb_private::FileSpec &remote_file, const std::vector< std::string > *paths, lldb_private::Status &error, lldb_private::FileSpec *loaded_image) overridePlatformPOSIXvirtual
DownloadModuleSlice(const FileSpec &src_file_spec, const uint64_t src_offset, const uint64_t src_size, const FileSpec &dst_file_spec)lldb_private::Platformprotectedvirtual
DownloadSymbolFile(const lldb::ModuleSP &module_sp, const FileSpec &dst_file_spec)lldb_private::Platformprotectedvirtual
EvaluateLibdlExpression(lldb_private::Process *process, const char *expr_cstr, llvm::StringRef expr_prefix, lldb::ValueObjectSP &result_valobj_sp)PlatformPOSIXprotected
ExtractAppSpecificInfo(Process &process)lldb_private::PlatformDarwinprotected
ExtractCrashInfoAnnotations(Process &process)lldb_private::PlatformDarwinprotected
FetchExtendedCrashInformation(Process &process) overridelldb_private::PlatformDarwinvirtual
FindBundleBinaryInExecSearchPaths(const ModuleSpec &module_spec, Process *process, lldb::ModuleSP &module_sp, const FileSpecList *module_search_paths_ptr, llvm::SmallVectorImpl< lldb::ModuleSP > *old_modules, bool *did_create_ptr)lldb_private::PlatformDarwinprotected
FindComponentInPath(llvm::StringRef path, llvm::StringRef component)lldb_private::PlatformDarwinprotectedstatic
FindProcesses(const ProcessInstanceInfoMatch &match_info, ProcessInstanceInfoList &process_infos) overridelldb_private::RemoteAwarePlatformvirtual
FindSDKInXcodeForModules(XcodeSDK::Type sdk_type, const FileSpec &sdks_spec)lldb_private::PlatformDarwinprotectedstatic
GetAllProcesses()lldb_private::Platform
GetAugmentedArchSpec(Platform *platform, llvm::StringRef triple)lldb_private::Platformstatic
GetAugmentedArchSpec(llvm::StringRef triple)lldb_private::Platform
GetCachedExecutable(ModuleSpec &module_spec, lldb::ModuleSP &module_sp, const FileSpecList *module_search_paths_ptr)lldb_private::Platformprotected
GetCachedSharedModule(const ModuleSpec &module_spec, lldb::ModuleSP &module_sp, bool *did_create_ptr)lldb_private::Platformprivate
GetCacheHostname()lldb_private::Platformprotectedvirtual
GetCompatibleArch(ArchSpec::Core core, size_t idx)lldb_private::PlatformDarwinprotectedstatic
GetConnectionOptions(lldb_private::CommandInterpreter &interpreter) overridePlatformPOSIXvirtual
GetContainedFilesIntoVectorOfStringsCallback(void *baton, llvm::sys::fs::file_type ft, llvm::StringRef path)lldb_private::PlatformDarwinDeviceprotectedstatic
GetCurrentCommandLineToolsDirectory()lldb_private::PlatformDarwinstatic
GetCurrentToolchainDirectory()lldb_private::PlatformDarwinstatic
GetDefaultMemoryCacheLineSize()lldb_private::Platforminlinevirtual
GetDescription()=0lldb_private::Platformpure virtual
GetDescriptionStatic()lldb_private::PlatformDarwinstatic
GetDeviceSupportDirectory()lldb_private::PlatformDarwinDeviceprotected
GetDeviceSupportDirectoryForOSVersion()lldb_private::PlatformDarwinDeviceprotected
GetDeviceSupportDirectoryName()=0lldb_private::PlatformDarwinDeviceprotectedpure virtual
GetEnvironment() overridelldb_private::RemoteAwarePlatformvirtual
GetExtraStartupCommands() overridelldb_private::PlatformDarwinvirtual
GetFile(const lldb_private::FileSpec &source, const lldb_private::FileSpec &destination) overridePlatformPOSIXvirtual
GetFileExists(const FileSpec &file_spec) overridelldb_private::RemoteAwarePlatformvirtual
GetFilePermissions(const FileSpec &file_spec, uint32_t &file_permissions) overridelldb_private::RemoteAwarePlatformvirtual
GetFileSize(const FileSpec &file_spec) overridelldb_private::RemoteAwarePlatformvirtual
GetFileWithUUID(const FileSpec &platform_file, const UUID *uuid, FileSpec &local_file) overridelldb_private::RemoteAwarePlatformvirtual
GetFullNameForDylib(ConstString basename) overridelldb_private::PlatformDarwinvirtual
GetGlobalPlatformProperties()lldb_private::Platformstatic
GetHostname() overridelldb_private::RemoteAwarePlatformvirtual
GetHostOSType()lldb_private::PlatformDarwinprotectedstatic
GetHostPlatform()lldb_private::Platformstatic
GetHostPlatformName()lldb_private::Platformstatic
GetIgnoresRemoteHostname()lldb_private::Platforminlinevirtual
GetLibdlFunctionDeclarations(lldb_private::Process *process)PlatformPOSIXprotectedvirtual
GetLocalCacheDirectory()lldb_private::Platformvirtual
GetLocateModuleCallback() constlldb_private::Platform
GetMaxGroupIDNameLength() constlldb_private::Platforminline
GetMaxUserIDNameLength() constlldb_private::Platforminline
GetMmapArgumentList(const ArchSpec &arch, lldb::addr_t addr, lldb::addr_t length, unsigned prot, unsigned flags, lldb::addr_t fd, lldb::addr_t offset)lldb_private::Platformvirtual
GetModuleCacheRoot()lldb_private::Platformprivate
GetModuleSpec(const FileSpec &module_file_spec, const ArchSpec &arch, ModuleSpec &module_spec) overridelldb_private::RemoteAwarePlatformvirtual
GetName()lldb_private::Platforminline
GetOSBuildString()lldb_private::Platform
GetOSKernelDescription()lldb_private::Platform
GetOSVersion(Process *process=nullptr) overridelldb_private::PlatformDarwinvirtual
GetPlatformName()=0lldb_private::PlatformDarwinDeviceprotectedpure virtual
GetPlatformSpecificConnectionInformation() overridePlatformPOSIXvirtual
GetPluginName()=0lldb_private::PluginInterfacepure virtual
GetPluginNameStatic()lldb_private::PlatformDarwininlinestatic
GetProcessInfo(lldb::pid_t pid, ProcessInstanceInfo &proc_info) overridelldb_private::RemoteAwarePlatformvirtual
GetQueueIDForThreadQAddress(Process *process, lldb::addr_t dispatch_qaddr)lldb_private::Platforminlinevirtual
GetQueueNameForThreadQAddress(Process *process, lldb::addr_t dispatch_qaddr)lldb_private::Platforminlinevirtual
GetRemoteOSBuildString() overridelldb_private::RemoteAwarePlatformvirtual
GetRemoteOSKernelDescription() overridelldb_private::RemoteAwarePlatformvirtual
GetRemoteOSVersion() overridelldb_private::RemoteAwarePlatformvirtual
GetRemoteSharedModule(const ModuleSpec &module_spec, Process *process, lldb::ModuleSP &module_sp, const ModuleResolver &module_resolver, bool *did_create_ptr)lldb_private::Platformprivate
GetRemoteSystemArchitecture() overridelldb_private::RemoteAwarePlatformvirtual
GetRemoteUnixSignals() overridePlatformPOSIXvirtual
GetRemoteURL() constlldb_private::Platforminline
GetRemoteWorkingDirectory() overridelldb_private::RemoteAwarePlatformvirtual
GetResumeCountForLaunchInfo(ProcessLaunchInfo &launch_info) overridelldb_private::PlatformDarwinvirtual
GetRSyncOpts()lldb_private::Platforminlinevirtual
GetRSyncPrefix()lldb_private::Platforminlinevirtual
GetSDKBuild() constlldb_private::Platforminline
GetSDKDirectory(lldb_private::Target &target)lldb_private::Platforminlinevirtual
GetSDKDirectoryForCurrentOSVersion()lldb_private::PlatformDarwinDeviceprotected
GetSDKDirectoryForLatestOSVersion()lldb_private::PlatformDarwinDeviceprotected
GetSDKDirectoryForModules(XcodeSDK::Type sdk_type)lldb_private::PlatformDarwinprotectedstatic
GetSDKPathFromDebugInfo(Module &module)lldb_private::PlatformDarwinstatic
GetSDKRootDirectory() constlldb_private::Platforminline
GetSharedModule(const ModuleSpec &module_spec, Process *process, lldb::ModuleSP &module_sp, const FileSpecList *module_search_paths_ptr, llvm::SmallVectorImpl< lldb::ModuleSP > *old_modules, bool *did_create_ptr) overridelldb_private::PlatformDarwinvirtual
GetSharedModuleWithLocalCache(const ModuleSpec &module_spec, lldb::ModuleSP &module_sp, const FileSpecList *module_search_paths_ptr, llvm::SmallVectorImpl< lldb::ModuleSP > *old_modules, bool *did_create_ptr)lldb_private::PlatformDarwinDeviceprotectedvirtual
GetSiginfoType(const llvm::Triple &triple)lldb_private::Platformvirtual
GetSoftwareBreakpointTrapOpcode(Target &target, BreakpointSite *bp_site) overridelldb_private::PlatformDarwinvirtual
GetSSHOpts()lldb_private::Platforminlinevirtual
GetStatus(Stream &strm)lldb_private::Platformvirtual
GetSupportedArchitectures(const ArchSpec &process_host_arch)=0lldb_private::Platformpure virtual
GetSupportsRSync()lldb_private::Platforminlinevirtual
GetSupportsSSH()lldb_private::Platforminlinevirtual
GetSystemArchitecture()lldb_private::Platform
GetTrapHandlerSymbolNames()lldb_private::Platformvirtual
GetTrapHandlerUnwindPlan(const llvm::Triple &triple, ConstString name)lldb_private::Platforminlinevirtual
GetUnixSignals()lldb_private::Platform
GetUserIDResolver() overridelldb_private::RemoteAwarePlatformvirtual
GetWorkingDirectory()lldb_private::Platform
IDToNameMap typedeflldb_private::Platformprotected
Initialize()lldb_private::PlatformDarwinstatic
Install(const FileSpec &src, const FileSpec &dst)lldb_private::Platformvirtual
IsCompatibleArchitecture(const ArchSpec &arch, const ArchSpec &process_host_arch, ArchSpec::MatchType match, ArchSpec *compatible_arch_ptr)lldb_private::Platformvirtual
IsConnected() const overridelldb_private::RemoteAwarePlatformvirtual
IsHost() constlldb_private::Platforminline
IsRemote() constlldb_private::Platforminline
KillProcess(const lldb::pid_t pid) overridelldb_private::RemoteAwarePlatformvirtual
LaunchProcess(ProcessLaunchInfo &launch_info) overridelldb_private::PlatformDarwinvirtual
LoadImage(lldb_private::Process *process, const lldb_private::FileSpec &local_file, const lldb_private::FileSpec &remote_file, lldb_private::Status &error)lldb_private::Platform
LoadImageUsingPaths(lldb_private::Process *process, const lldb_private::FileSpec &library_name, const std::vector< std::string > &paths, lldb_private::Status &error, lldb_private::FileSpec *loaded_path)lldb_private::Platform
LoadPlatformBinaryAndSetup(Process *process, lldb::addr_t addr, bool notify)lldb_private::Platforminlinevirtual
LocateExecutable(const char *basename) overridelldb_private::PlatformDarwinvirtual
LocateExecutableScriptingResources(Target *target, Module &module, Stream &feedback_stream) overridelldb_private::PlatformDarwinvirtual
LocateModuleCallback typedeflldb_private::Platform
m_calculated_trap_handlerslldb_private::Platformprotected
m_developer_directorylldb_private::PlatformDarwinprotected
m_device_support_directorylldb_private::PlatformDarwinDeviceprivate
m_device_support_directory_for_os_versionlldb_private::PlatformDarwinDeviceprivate
m_hostnamelldb_private::Platformprotected
m_ignores_remote_hostnamelldb_private::Platformprotected
m_is_hostlldb_private::Platformprotected
m_local_cache_directorylldb_private::Platformprotected
m_locate_module_callbacklldb_private::Platformprotected
m_max_gid_name_lenlldb_private::Platformprotected
m_max_uid_name_lenlldb_private::Platformprotected
m_module_cachelldb_private::Platformprotected
m_mutexlldb_private::Platformprotected
m_option_group_platform_cachingPlatformPOSIXprotected
m_option_group_platform_rsyncPlatformPOSIXprotected
m_option_group_platform_sshPlatformPOSIXprotected
m_optionsPlatformPOSIXprotected
m_os_versionlldb_private::Platformprotected
m_os_version_set_while_connectedlldb_private::Platformprotected
m_remote_platform_splldb_private::RemoteAwarePlatformprotected
m_remote_urllldb_private::Platformprotected
m_rsync_optslldb_private::Platformprotected
m_rsync_prefixlldb_private::Platformprotected
m_sdk_buildlldb_private::Platformprotected
m_sdk_dir_mutexlldb_private::PlatformDarwinDeviceprotected
m_sdk_directory_infoslldb_private::PlatformDarwinDeviceprotected
m_sdk_pathlldb_private::PlatformDarwinprotected
m_sdk_path_mutexlldb_private::PlatformDarwinprotected
m_sdk_sysrootlldb_private::Platformprotected
m_ssh_optslldb_private::Platformprotected
m_supports_rsynclldb_private::Platformprotected
m_supports_sshlldb_private::Platformprotected
m_system_archlldb_private::Platformprotected
m_system_arch_set_while_connectedlldb_private::Platformprotected
m_trap_handlerslldb_private::Platformprotected
m_working_dirlldb_private::Platformprotected
MakeDirectory(const FileSpec &file_spec, uint32_t mode) overridelldb_private::RemoteAwarePlatformvirtual
MakeLoadImageUtilityFunction(lldb_private::ExecutionContext &exe_ctx, lldb_private::Status &error)PlatformPOSIXprotected
ModuleIsExcludedForUnconstrainedSearches(Target &target, const lldb::ModuleSP &module_sp) overridelldb_private::PlatformDarwinvirtual
ModuleResolver typedeflldb_private::Platformprivate
OpenFile(const FileSpec &file_spec, File::OpenOptions flags, uint32_t mode, Status &error) overridelldb_private::RemoteAwarePlatformvirtual
operator=(const PlatformDarwin &)=deletelldb_private::PlatformDarwinprivate
lldb_private::RemoteAwarePlatform::operator=(const PluginInterface &)=deletelldb_private::PluginInterface
ParseVersionBuildDir(llvm::StringRef str)lldb_private::PlatformDarwinstatic
Platform(bool is_host_platform)lldb_private::RemoteAwarePlatform
PlatformDarwin(const PlatformDarwin &)=deletelldb_private::PlatformDarwinprivate
PlatformPOSIX(bool is_host)lldb_private::PlatformDarwin
PluginInterface()=defaultlldb_private::PluginInterface
PluginInterface(const PluginInterface &)=deletelldb_private::PluginInterface
PutFile(const FileSpec &source, const FileSpec &destination, uint32_t uid=UINT32_MAX, uint32_t gid=UINT32_MAX) overridelldb_private::PlatformDarwinvirtual
ReadFile(lldb::user_id_t fd, uint64_t offset, void *dst, uint64_t dst_len, Status &error) overridelldb_private::RemoteAwarePlatformvirtual
ReadLibdispatchOffsets(Process *process)lldb_private::PlatformDarwinprotected
ReadLibdispatchOffsetsAddress(Process *process)lldb_private::PlatformDarwinprotected
ResolveExecutable(const ModuleSpec &module_spec, lldb::ModuleSP &module_sp, const FileSpecList *module_search_paths_ptr) overridelldb_private::RemoteAwarePlatformvirtual
ResolveRemoteExecutable(const ModuleSpec &module_spec, lldb::ModuleSP &exe_module_sp, const FileSpecList *module_search_paths_ptr)lldb_private::Platformprotectedvirtual
ResolveRemotePath(const FileSpec &platform_path, FileSpec &resolved_platform_path)lldb_private::Platformvirtual
ResolveSDKPathFromDebugInfo(Module &module)lldb_private::PlatformDarwinstatic
ResolveSymbolFile(Target &target, const ModuleSpec &sym_spec, FileSpec &sym_file) overridelldb_private::PlatformDarwinvirtual
RunShellCommand(llvm::StringRef command, const FileSpec &working_dir, int *status_ptr, int *signo_ptr, std::string *command_output, const Timeout< std::micro > &timeout) overridelldb_private::RemoteAwarePlatformvirtual
RunShellCommand(llvm::StringRef interpreter, llvm::StringRef command, const FileSpec &working_dir, int *status_ptr, int *signo_ptr, std::string *command_output, const Timeout< std::micro > &timeout) overridelldb_private::RemoteAwarePlatformvirtual
SDKDirectoryInfoCollection typedeflldb_private::PlatformDarwinDeviceprotected
SetFilePermissions(const FileSpec &file_spec, uint32_t file_permissions) overridelldb_private::RemoteAwarePlatformvirtual
SetHostPlatform(const lldb::PlatformSP &platform_sp)lldb_private::Platformstatic
SetIgnoresRemoteHostname(bool flag)lldb_private::Platforminlinevirtual
SetLocalCacheDirectory(const char *local)lldb_private::Platformvirtual
SetLocateModuleCallback(LocateModuleCallback callback)lldb_private::Platform
SetOSVersion(llvm::VersionTuple os_version)lldb_private::Platform
SetRemoteWorkingDirectory(const FileSpec &working_dir) overridelldb_private::RemoteAwarePlatformvirtual
SetRSyncOpts(const char *opts)lldb_private::Platforminlinevirtual
SetRSyncPrefix(const char *prefix)lldb_private::Platforminlinevirtual
SetSDKBuild(std::string sdk_build)lldb_private::Platforminline
SetSDKRootDirectory(std::string dir)lldb_private::Platforminline
SetSSHOpts(const char *opts)lldb_private::Platforminlinevirtual
SetSupportsRSync(bool flag)lldb_private::Platforminlinevirtual
SetSupportsSSH(bool flag)lldb_private::Platforminlinevirtual
SetSystemArchitecture(const ArchSpec &arch)lldb_private::Platforminline
SetThreadCreationBreakpoint(Target &target) overridelldb_private::PlatformDarwinvirtual
SetWorkingDirectory(const FileSpec &working_dir)lldb_private::Platform
ShellExpandArguments(ProcessLaunchInfo &launch_info)lldb_private::Platformvirtual
SupportsModules() overridelldb_private::PlatformDarwininlinevirtual
Terminate()lldb_private::PlatformDarwinstatic
Unlink(const FileSpec &file_spec) overridelldb_private::RemoteAwarePlatformvirtual
UnloadImage(lldb_private::Process *process, uint32_t image_token) overridePlatformPOSIXvirtual
UpdateSDKDirectoryInfosIfNeeded()lldb_private::PlatformDarwinDeviceprotected
WriteFile(lldb::user_id_t fd, uint64_t offset, const void *src, uint64_t src_len, Status &error) overridelldb_private::RemoteAwarePlatformvirtual
x86GetSupportedArchitectures(std::vector< ArchSpec > &archs)lldb_private::PlatformDarwin
~Platform() overridelldb_private::Platform
~PlatformDarwin() overridelldb_private::PlatformDarwin
~PlatformDarwinDevice() overridelldb_private::PlatformDarwinDevice
~PlatformPOSIX() overridePlatformPOSIX
~PluginInterface()=defaultlldb_private::PluginInterfacevirtual