Home
last modified time | relevance | path

Searched refs:ParseOptionsAndNotify (Results 1 – 6 of 6) sorted by relevance

/external/llvm-project/lldb/include/lldb/Interpreter/
DCommandObject.h311 bool ParseOptionsAndNotify(Args &args, CommandReturnObject &result,
/external/llvm-project/lldb/source/Commands/
DCommandObjectExpression.cpp582 if (!ParseOptionsAndNotify(args.GetArgs(), result, m_option_group, exe_ctx)) in DoExecute()
DCommandObjectWatchpoint.cpp1083 if (!ParseOptionsAndNotify(args.GetArgs(), result, m_option_group, in DoExecute()
DCommandObjectCommands.cpp382 if (!ParseOptionsAndNotify(args_with_suffix.GetArgs(), result, in DoExecute()
DCommandObjectType.cpp2811 if (!ParseOptionsAndNotify(args.GetArgs(), result, m_option_group, in DoExecute()
/external/llvm-project/lldb/source/Interpreter/
DCommandObject.cpp347 bool CommandObject::ParseOptionsAndNotify(Args &args, in ParseOptionsAndNotify() function in CommandObject