llvm/lldb/source/Interpreter/CommandOptionValidators.cpp

//===-- CommandOptionValidators.cpp ---------------------------------------===//
//
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
// See https://llvm.org/LICENSE.txt for license information.
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
//
//===----------------------------------------------------------------------===//

#include "lldb/Interpreter/CommandOptionValidators.h"

#include "lldb/Interpreter/CommandInterpreter.h"
#include "lldb/Target/Platform.h"

usingnamespacelldb;
usingnamespacelldb_private;

bool PosixPlatformCommandOptionValidator::IsValid(
    Platform &platform, const ExecutionContext &target) const {}

const char *PosixPlatformCommandOptionValidator::ShortConditionString() const {}

const char *PosixPlatformCommandOptionValidator::LongConditionString() const {}