Home
last modified time | relevance | path

Searched defs:thread_name (Results 1 – 24 of 24) sorted by relevance

/llvm-project-15.0.7/lldb/include/lldb/Host/
H A DThreadLauncher.h31 std::string thread_name; member
/llvm-project-15.0.7/lldb/test/API/functionalities/postmortem/elf-core/
H A DTestLinuxCore.py612 def check_stack(self, process, pid, thread_name): argument
629 def check_all(self, process, pid, region_count, thread_name): argument
640 def do_test(self, filename, pid, region_count, thread_name): argument
/llvm-project-15.0.7/lldb/source/Plugins/Process/FreeBSDKernel/
H A DThreadFreeBSDKernel.cpp28 std::string thread_name) in ThreadFreeBSDKernel()
H A DProcessFreeBSDKernel.cpp212 char thread_name[fbsd_maxcomlen + 1]; in DoUpdateThreadList() local
/llvm-project-15.0.7/lldb/include/lldb/Target/
H A DQueueItem.h122 void SetThreadLabel(std::string thread_name) { m_thread_label = thread_name; } in SetThreadLabel()
/llvm-project-15.0.7/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.cpp97 const char *thread_name, in CreateHistoryThreadFromValueObject()
/llvm-project-15.0.7/lldb/source/Plugins/Process/scripted/
H A DScriptedThread.cpp87 llvm::Optional<std::string> thread_name = GetInterface()->GetName(); in GetName() local
/llvm-project-15.0.7/lldb/source/Core/
H A DCommunication.cpp210 const std::string thread_name = in StartReadThread() local
H A DDebugger.cpp1786 llvm::StringRef thread_name = in StartEventHandlerThread() local
H A DIOHandlerCursesGUI.cpp6528 const char *thread_name = thread_sp->GetName(); in MenuDelegateAction() local
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl-old/
H A Dtsan_report.cpp55 const char *thread_name(char *buf, Tid tid) { in thread_name() function
/llvm-project-15.0.7/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.cpp55 const char *thread_name(char *buf, Tid tid) { in thread_name() function
/llvm-project-15.0.7/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp146 void BreakpointLocation::SetThreadName(const char *thread_name) { in SetThreadName()
H A DBreakpoint.cpp371 void Breakpoint::SetThreadName(const char *thread_name) { in SetThreadName()
/llvm-project-15.0.7/lldb/source/Plugins/Process/Windows/Common/
H A DDebuggerThread.cpp373 std::string thread_name; in HandleCreateProcessEvent() local
/llvm-project-15.0.7/lldb/source/API/
H A DSBBreakpointLocation.cpp336 void SBBreakpointLocation::SetThreadName(const char *thread_name) { in SetThreadName()
H A DSBBreakpointName.cpp404 void SBBreakpointName::SetThreadName(const char *thread_name) { in SetThreadName()
H A DSBBreakpoint.cpp399 void SBBreakpoint::SetThreadName(const char *thread_name) { in SetThreadName()
/llvm-project-15.0.7/lldb/source/Host/common/
H A DHost.cpp104 char thread_name[256]; in StartMonitoringChildProcess() local
/llvm-project-15.0.7/lldb/source/Utility/
H A DLog.cpp326 llvm::SmallString<32> thread_name; in WriteHeader() local
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp767 const std::string thread_name = thread.GetName(); in GetJSONThreadsInfo() local
837 const std::string thread_name = thread.GetName(); in PrepareStopReplyPacketForThread() local
H A DProcessGDBRemote.cpp1648 uint8_t signo, const std::string &thread_name, const std::string &reason, in SetThreadStopInfo()
1961 std::string thread_name; in SetThreadStopInfo() local
2119 std::string thread_name; in SetThreadStopInfo() local
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DRNBRemote.cpp2747 const char *thread_name = DNBThreadGetName(pid, tid); in SendStopReplyPacketForThread() local
5485 const char *thread_name = DNBThreadGetName(pid, tid); in GetJSONThreadsInfo() local
/llvm-project-15.0.7/lldb/source/Target/
H A DProcess.cpp3517 char thread_name[1024]; in StartPrivateStateThread() local