Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DCommandObject.h316 bool ParseOptionsAndNotify(Args &args, CommandReturnObject &result,
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectExpression.cpp561 if (!ParseOptionsAndNotify(args.GetArgs(), result, m_option_group, exe_ctx)) in DoExecute()
H A DCommandObjectWatchpoint.cpp1056 if (!ParseOptionsAndNotify(args.GetArgs(), result, m_option_group, in DoExecute()
H A DCommandObjectCommands.cpp400 if (!ParseOptionsAndNotify(args_with_suffix.GetArgs(), result, in DoExecute()
H A DCommandObjectType.cpp2733 if (!ParseOptionsAndNotify(args.GetArgs(), result, m_option_group, in DoExecute()
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandObject.cpp343 bool CommandObject::ParseOptionsAndNotify(Args &args, in ParseOptionsAndNotify() function in CommandObject