Home
last modified time | relevance | path

Searched defs:m_thread_name (Results 1 – 5 of 5) sorted by relevance

/llvm-project/lldb/source/Plugins/Process/MacOSX-Kernel/
H A DThreadKDP.h64 std::string m_thread_name; variable
/llvm-project/lldb/source/Plugins/Process/mach-core/
H A DThreadMachCore.h57 std::string m_thread_name; variable
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.h96 std::string m_thread_name; variable
/llvm-project/lldb/source/Plugins/Process/Utility/
H A DHistoryThread.h85 std::string m_thread_name; variable
/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp4841 std::string m_thread_name; global() member in CommandObjectTargetStopHookAdd::CommandOptions