Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectPlatform.cpp381 m_option_working_dir(LLDB_OPT_SET_1, false, "working-dir", 'w', in CommandObjectPlatformSettings()
384 m_options.Append(&m_option_working_dir, LLDB_OPT_SET_ALL, LLDB_OPT_SET_1); in CommandObjectPlatformSettings()
394 if (m_option_working_dir.GetOptionValue().OptionWasSet()) in DoExecute()
396 m_option_working_dir.GetOptionValue().GetCurrentValue()); in DoExecute()
409 OptionGroupFile m_option_working_dir; member in CommandObjectPlatformSettings