LLDB mainline
Functions
CommandAlias.cpp File Reference
#include "lldb/Interpreter/CommandAlias.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/Support/ErrorHandling.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 bool ProcessAliasOptionsArgs (lldb::CommandObjectSP &cmd_obj_sp, llvm::StringRef options_args, OptionArgVectorSP &option_arg_vector_sp)
 

Function Documentation

◆ ProcessAliasOptionsArgs()

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