Lines Matching refs:PlatformPOSIX

41 PlatformPOSIX::PlatformPOSIX(bool is_host)  in PlatformPOSIX()  function in PlatformPOSIX
51 PlatformPOSIX::~PlatformPOSIX() = default;
53 lldb_private::OptionGroupOptions *PlatformPOSIX::GetConnectionOptions( in GetConnectionOptions()
91 PlatformPOSIX::PutFile(const lldb_private::FileSpec &source, in PutFile()
155 lldb_private::Status PlatformPOSIX::GetFile( in GetFile()
267 std::string PlatformPOSIX::GetPlatformSpecificConnectionInformation() { in GetPlatformSpecificConnectionInformation()
296 const lldb::UnixSignalsSP &PlatformPOSIX::GetRemoteUnixSignals() { in GetRemoteUnixSignals()
302 Status PlatformPOSIX::ConnectRemote(Args &args) { in ConnectRemote()
346 Status PlatformPOSIX::DisconnectRemote() { in DisconnectRemote()
362 lldb::ProcessSP PlatformPOSIX::Attach(ProcessAttachInfo &attach_info, in Attach()
416 lldb::ProcessSP PlatformPOSIX::DebugProcess(ProcessLaunchInfo &launch_info, in DebugProcess()
494 void PlatformPOSIX::CalculateTrapHandlerSymbolNames() { in CalculateTrapHandlerSymbolNames()
498 Status PlatformPOSIX::EvaluateLibdlExpression( in EvaluateLibdlExpression()
540 PlatformPOSIX::MakeLoadImageUtilityFunction(ExecutionContext &exe_ctx, in MakeLoadImageUtilityFunction()
669 uint32_t PlatformPOSIX::DoLoadImage(lldb_private::Process *process, in DoLoadImage()
947 Status PlatformPOSIX::UnloadImage(lldb_private::Process *process, in UnloadImage()
975 PlatformPOSIX::GetLibdlFunctionDeclarations(lldb_private::Process *process) { in GetLibdlFunctionDeclarations()
984 ConstString PlatformPOSIX::GetFullNameForDylib(ConstString basename) { in GetFullNameForDylib()