Changeset View
Changeset View
Standalone View
Standalone View
lldb/source/Plugins/Platform/MacOSX/PlatformAppleWatchSimulator.h
//===-- PlatformAppleWatchSimulator.h ---------------------------*- C++ -*-===// | //===-- PlatformAppleWatchSimulator.h ---------------------------*- C++ -*-===// | ||||
Lint: Lint: clang-format not found in user's PATH; not linting file. | |||||
// | // | ||||
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. | // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. | ||||
// See https://llvm.org/LICENSE.txt for license information. | // See https://llvm.org/LICENSE.txt for license information. | ||||
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception | // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception | ||||
// | // | ||||
//===----------------------------------------------------------------------===// | //===----------------------------------------------------------------------===// | ||||
▲ Show 20 Lines • Show All 48 Lines • ▼ Show 20 Lines | GetSharedModule(const lldb_private::ModuleSpec &module_spec, | ||||
const lldb_private::FileSpecList *module_search_paths_ptr, | const lldb_private::FileSpecList *module_search_paths_ptr, | ||||
lldb::ModuleSP *old_module_sp_ptr, | lldb::ModuleSP *old_module_sp_ptr, | ||||
bool *did_create_ptr) override; | bool *did_create_ptr) override; | ||||
uint32_t | uint32_t | ||||
FindProcesses(const lldb_private::ProcessInstanceInfoMatch &match_info, | FindProcesses(const lldb_private::ProcessInstanceInfoMatch &match_info, | ||||
lldb_private::ProcessInstanceInfoList &process_infos) override; | lldb_private::ProcessInstanceInfoList &process_infos) override; | ||||
bool GetSupportedArchitectureAtIndex(uint32_t idx, | |||||
lldb_private::ArchSpec &arch) override; | |||||
void | void | ||||
AddClangModuleCompilationOptions(lldb_private::Target *target, | AddClangModuleCompilationOptions(lldb_private::Target *target, | ||||
std::vector<std::string> &options) override { | std::vector<std::string> &options) override { | ||||
return PlatformDarwin::AddClangModuleCompilationOptionsForSDKType( | return PlatformDarwin::AddClangModuleCompilationOptionsForSDKType( | ||||
target, options, lldb_private::XcodeSDK::Type::iPhoneSimulator); | target, options, lldb_private::XcodeSDK::Type::iPhoneSimulator); | ||||
} | } | ||||
protected: | protected: | ||||
Show All 13 Lines |
clang-format not found in user's PATH; not linting file.