LLDB mainline
CommandAlias.cpp File Reference
#include "lldb/Interpreter/CommandAlias.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/Support/ErrorHandling.h"
#include "llvm/Support/FormatAdapters.h"
#include "lldb/Interpreter/CommandInterpreter.h"
#include "lldb/Interpreter/CommandObject.h"
#include "lldb/Interpreter/CommandReturnObject.h"
#include "lldb/Interpreter/Options.h"
#include "lldb/Utility/StreamString.h"

Go to the source code of this file.

Functions

static llvm::Error ProcessAliasOptionsArgs (lldb::CommandObjectSP &cmd_obj_sp, llvm::StringRef options_args, OptionArgVectorSP &option_arg_vector_sp)

Function Documentation

◆ ProcessAliasOptionsArgs()