LLDB mainline
|
#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) |
|
static |
Definition at line 23 of file CommandAlias.cpp.
References lldb_private::CommandReturnObject::AppendError(), lldb_private::Args::entries(), lldb::eReturnStatusStarted, lldb_private::CommandInterpreter::g_argument, lldb_private::CommandReturnObject::GetStatus(), lldb_private::Options::NotifyOptionParsingStarting(), lldb_private::Options::ParseAlias(), lldb_private::CommandReturnObject::Succeeded(), lldb_private::toString(), and lldb_private::Options::VerifyPartialOptions().
Referenced by lldb_private::CommandAlias::CommandAlias().