Home
last modified time | relevance | path

Searched refs:NotifyOptionParsingStarting (Results 1 – 10 of 10) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Interpreter/
H A DOptions.h106 void NotifyOptionParsingStarting(ExecutionContext *execution_context);
/llvm-project-15.0.7/lldb/source/Interpreter/
H A DCommandAlias.cpp43 options->NotifyOptionParsingStarting(&exe_ctx); in ProcessAliasOptionsArgs()
H A DCommandObject.cpp113 options->NotifyOptionParsingStarting(&exe_ctx); in ParseOptions()
H A DOptions.cpp33 void Options::NotifyOptionParsingStarting(ExecutionContext *execution_context) { in NotifyOptionParsingStarting() function in Options
/llvm-project-15.0.7/lldb/source/Commands/
H A DCommandObjectExpression.cpp550 m_option_group.NotifyOptionParsingStarting(&exe_ctx); in DoExecute()
H A DCommandObjectWatchpoint.cpp1045 m_option_group.NotifyOptionParsingStarting( in DoExecute()
H A DCommandObjectCommands.cpp395 m_option_group.NotifyOptionParsingStarting(&exe_ctx); in DoExecute()
H A DCommandObjectPlatform.cpp1774 m_options.NotifyOptionParsingStarting(&exe_ctx); in DoExecute()
H A DCommandObjectType.cpp2727 m_option_group.NotifyOptionParsingStarting(&exe_ctx); in DoExecute()
/llvm-project-15.0.7/lldb/source/Plugins/StructuredData/DarwinLog/
H A DStructuredDataDarwinLog.cpp972 options_sp->NotifyOptionParsingStarting(&exe_ctx); in ParseAutoEnableOptions()