Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Commands/
DCommandObjectTarget.cpp227 m_remote_file( in CommandObjectTargetCreate()
249 m_option_group.Append(&m_remote_file, LLDB_OPT_SET_ALL, LLDB_OPT_SET_1); in CommandObjectTargetCreate()
270 FileSpec remote_file(m_remote_file.GetOptionValue().GetCurrentValue()); in DoExecute()
454 OptionGroupFile m_remote_file; member in CommandObjectTargetCreate