Lines Matching refs:PlatformDarwin

1 //===-- PlatformDarwin.cpp --------------------------------------*- C++ -*-===//
12 #include "PlatformDarwin.h"
38 PlatformDarwin::PlatformDarwin (bool is_host) :
51 PlatformDarwin::~PlatformDarwin()
56 PlatformDarwin::LocateExecutableScriptingResources (Target *target,
126 PlatformDarwin::ResolveExecutable (const FileSpec &exe_file,
245 PlatformDarwin::ResolveSymbolFile (Target &target,
274 PlatformDarwin::GetSharedModule (const ModuleSpec &module_spec,
373 PlatformDarwin::GetSoftwareBreakpointTrapOpcode (Target &target, BreakpointSite *bp_site)
426 assert(!"Unhandled architecture in PlatformDarwin::GetSoftwareBreakpointTrapOpcode()");
440 PlatformDarwin::GetRemoteOSVersion ()
450 PlatformDarwin::GetRemoteOSBuildString (std::string &s)
459 PlatformDarwin::GetRemoteOSKernelDescription (std::string &s)
469 PlatformDarwin::GetRemoteSystemArchitecture ()
478 PlatformDarwin::GetHostname ()
489 PlatformDarwin::IsConnected () const
499 PlatformDarwin::ConnectRemote (Args& args)
536 PlatformDarwin::DisconnectRemote ()
556 PlatformDarwin::GetProcessInfo (lldb::pid_t pid, ProcessInstanceInfo &process_info)
574 PlatformDarwin::FindProcesses (const ProcessInstanceInfoMatch &match_info,
593 PlatformDarwin::LaunchProcess (ProcessLaunchInfo &launch_info)
612 PlatformDarwin::Attach (ProcessAttachInfo &attach_info,
658 PlatformDarwin::GetUserName (uint32_t uid)
671 PlatformDarwin::GetGroupName (uint32_t gid)
683 PlatformDarwin::ModuleIsExcludedForNonModuleSpecificSearches (lldb_private::Target &target, const lldb::ModuleSP &module_sp)
701 PlatformDarwin::x86GetSupportedArchitectureAtIndex (uint32_t idx, ArchSpec &arch)
728 PlatformDarwin::ARMGetSupportedArchitectureAtIndex (uint32_t idx, ArchSpec &arch)
918 PlatformDarwin::GetDeveloperDirectory()
1029 PlatformDarwin::SetThreadCreationBreakpoint (Target &target)
1067 PlatformDarwin::GetEnvironment (StringList &env)