Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/Process/elf-core/
DThreadElfCore.h144 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;
DThreadElfCore.cpp31 m_thread_name(td.name), in ThreadElfCore()
/external/lldb/source/Plugins/Process/mach-core/
DThreadMachCore.h53 m_thread_name.assign (name); in SetName()
55 m_thread_name.clear(); in SetName()
77 std::string m_thread_name; variable
DThreadMachCore.cpp41 m_thread_name (), in ThreadMachCore()
56 if (m_thread_name.empty()) in GetName()
58 return m_thread_name.c_str(); in GetName()
/external/lldb/source/Plugins/Process/MacOSX-Kernel/
DThreadKDP.h60 m_thread_name.assign (name); in SetName()
62 m_thread_name.clear(); in SetName()
87 std::string m_thread_name; variable
DThreadKDP.cpp42 m_thread_name (), in ThreadKDP()
58 if (m_thread_name.empty()) in GetName()
60 return m_thread_name.c_str(); in GetName()
/external/lldb/source/Plugins/Process/gdb-remote/
DThreadGDBRemote.h63 m_thread_name.assign (name); in SetName()
65 m_thread_name.clear(); in SetName()
91 std::string m_thread_name; variable
DThreadGDBRemote.cpp37 m_thread_name (), in ThreadGDBRemote()
60 if (m_thread_name.empty()) in GetName()
62 return m_thread_name.c_str(); in GetName()
/external/lldb/source/Commands/
DCommandObjectBreakpoint.cpp105 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()
[all …]
DCommandObjectTarget.cpp4764 m_thread_name = option_arg; in SetOptionValue()
4802 m_thread_name.clear(); in OptionParsingStarting()
4825 std::string m_thread_name; member in CommandObjectTargetStopHookAdd::CommandOptions
5005 if (!m_options.m_thread_name.empty()) in DoExecute()
5006 thread_spec->SetName (m_options.m_thread_name.c_str()); in DoExecute()
/external/lldb/source/Plugins/Process/POSIX/
DPOSIXThread.cpp49 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()
DPOSIXThread.h111 std::string m_thread_name; variable