Lines Matching refs:m_thread_name
105 m_thread_name(), in CommandOptions()
266 m_thread_name.assign (option_arg); in SetOptionValue()
310 m_thread_name.clear(); in OptionParsingStarting()
344 std::string m_thread_name; member in CommandObjectBreakpointSet::CommandOptions
520 if (!m_options.m_thread_name.empty()) in DoExecute()
521 bp->GetOptions()->GetThreadSpec()->SetName(m_options.m_thread_name.c_str()); in DoExecute()
734 m_thread_name(), in CommandOptions()
812 m_thread_name.assign (option_arg); in SetOptionValue()
814 m_thread_name.clear(); in SetOptionValue()
856 m_thread_name.clear(); in OptionParsingStarting()
885 std::string m_thread_name; member in CommandObjectBreakpointModify::CommandOptions
939 location->SetThreadName(m_options.m_thread_name.c_str()); in DoExecute()
963 bp->SetThreadName(m_options.m_thread_name.c_str()); in DoExecute()