Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectDWIMPrint.cpp74 if (!ParseOptionsAndNotify(args.GetArgs(), result, m_option_group, in DoExecute()
H A DCommandObjectExpression.cpp612 if (!ParseOptionsAndNotify(args.GetArgs(), result, m_option_group, exe_ctx)) in DoExecute()
H A DCommandObjectWatchpoint.cpp1064 if (!ParseOptionsAndNotify(args.GetArgs(), result, m_option_group, in DoExecute()
H A DCommandObjectCommands.cpp399 if (!ParseOptionsAndNotify(args_with_suffix.GetArgs(), result, in DoExecute()
H A DCommandObjectType.cpp2735 if (!ParseOptionsAndNotify(args.GetArgs(), result, m_option_group, in DoExecute()
/freebsd-14.2/contrib/llvm-project/lldb/include/lldb/Interpreter/
H A DCommandObject.h319 bool ParseOptionsAndNotify(Args &args, CommandReturnObject &result,
/freebsd-14.2/contrib/llvm-project/lldb/source/Interpreter/
H A DCommandObject.cpp343 bool CommandObject::ParseOptionsAndNotify(Args &args, in ParseOptionsAndNotify() function in CommandObject