9#ifndef LLDB_INTERPRETER_SCRIPTEDINTERFACEUSAGES_H
10#define LLDB_INTERPRETER_SCRIPTEDINTERFACEUSAGES_H
15#include "llvm/ADT/StringRef.h"
22 const std::vector<llvm::StringRef> sbapi_usages)
std::vector< llvm::StringRef > m_command_interpreter_usages
ScriptedInterfaceUsages(const std::vector< llvm::StringRef > ci_usages, const std::vector< llvm::StringRef > sbapi_usages)
const std::vector< llvm::StringRef > & GetCommandInterpreterUsages() const
std::vector< llvm::StringRef > m_sbapi_usages
const std::vector< llvm::StringRef > & GetSBAPIUsages() const
ScriptedInterfaceUsages()=default
void Dump(Stream &s, UsageKind kind) const
A stream class that can stream formatted output to a file.
A class that represents a running process on the host machine.