llvm/lldb/source/Interpreter/OptionGroupMemoryTag.cpp

//===-- OptionGroupMemoryTag.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/OptionGroupMemoryTag.h"

#include "lldb/Host/OptionParser.h"

usingnamespacelldb;
usingnamespacelldb_private;

static const uint32_t SHORT_OPTION_SHOW_TAGS =; // 'tags'

OptionGroupMemoryTag::OptionGroupMemoryTag(bool note_binary /*=false*/)
    :{}

llvm::ArrayRef<OptionDefinition> OptionGroupMemoryTag::GetDefinitions() {}

Status
OptionGroupMemoryTag::SetOptionValue(uint32_t option_idx,
                                     llvm::StringRef option_arg,
                                     ExecutionContext *execution_context) {}

void OptionGroupMemoryTag::OptionParsingStarting(
    ExecutionContext *execution_context) {}