Searched refs:m_thread_name (Results 1 – 12 of 12) sorted by relevance
144 if (m_thread_name.empty()) in GetName()146 return m_thread_name.c_str(); in GetName()153 m_thread_name.assign (name); in SetName()155 m_thread_name.clear(); in SetName()162 std::string m_thread_name;
31 m_thread_name(td.name), in ThreadElfCore()
53 m_thread_name.assign (name); in SetName()55 m_thread_name.clear(); in SetName()77 std::string m_thread_name; variable
41 m_thread_name (), in ThreadMachCore()56 if (m_thread_name.empty()) in GetName()58 return m_thread_name.c_str(); in GetName()
60 m_thread_name.assign (name); in SetName()62 m_thread_name.clear(); in SetName()87 std::string m_thread_name; variable
42 m_thread_name (), in ThreadKDP()58 if (m_thread_name.empty()) in GetName()60 return m_thread_name.c_str(); in GetName()
63 m_thread_name.assign (name); in SetName()65 m_thread_name.clear(); in SetName()91 std::string m_thread_name; variable
37 m_thread_name (), in ThreadGDBRemote()60 if (m_thread_name.empty()) in GetName()62 return m_thread_name.c_str(); in GetName()
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::CommandOptions520 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()[all …]
4764 m_thread_name = option_arg; in SetOptionValue()4802 m_thread_name.clear(); in OptionParsingStarting()4825 std::string m_thread_name; member in CommandObjectTargetStopHookAdd::CommandOptions5005 if (!m_options.m_thread_name.empty()) in DoExecute()5006 thread_spec->SetName (m_options.m_thread_name.c_str()); in DoExecute()
49 m_thread_name () in POSIXThread()117 m_thread_name.assign (name); in SetName()119 m_thread_name.clear(); in SetName()131 if (m_thread_name.empty()) in GetName()133 return m_thread_name.c_str(); in GetName()
111 std::string m_thread_name; variable