llvm/lldb/source/Interpreter/OptionGroupUInt64.cpp

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

#include "lldb/Host/OptionParser.h"

usingnamespacelldb;
usingnamespacelldb_private;

OptionGroupUInt64::OptionGroupUInt64(uint32_t usage_mask, bool required,
                                     const char *long_option, int short_option,
                                     uint32_t completion_type,
                                     lldb::CommandArgumentType argument_type,
                                     const char *usage_text,
                                     uint64_t default_value)
    :{}

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

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