Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/lldb/include/lldb/Host/
DThreadLauncher.h31 std::string thread_name; member
/openbsd/src/gnu/llvm/lldb/include/lldb/Target/
DQueueItem.h122 void SetThreadLabel(std::string thread_name) { m_thread_label = thread_name; } in SetThreadLabel()
/openbsd/src/gnu/llvm/lldb/source/Plugins/MemoryHistory/asan/
DMemoryHistoryASan.cpp97 const char *thread_name, in CreateHistoryThreadFromValueObject()
/openbsd/src/gnu/llvm/lldb/source/Core/
DThreadedCommunication.cpp167 const std::string thread_name = in StartReadThread() local
DDebugger.cpp1806 llvm::StringRef thread_name = in StartEventHandlerThread() local
DIOHandlerCursesGUI.cpp6530 const char *thread_name = thread_sp->GetName(); in MenuDelegateAction() local
/openbsd/src/gnu/llvm/compiler-rt/lib/tsan/rtl/
Dtsan_report.cpp55 const char *thread_name(char *buf, Tid tid) { in thread_name() function
/openbsd/src/gnu/llvm/lldb/source/Breakpoint/
DBreakpointLocation.cpp146 void BreakpointLocation::SetThreadName(const char *thread_name) { in SetThreadName()
DBreakpoint.cpp376 void Breakpoint::SetThreadName(const char *thread_name) { in SetThreadName()
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/Windows/Common/
DDebuggerThread.cpp374 std::string thread_name; in HandleCreateProcessEvent() local
/openbsd/src/gnu/llvm/lldb/source/API/
DSBBreakpointLocation.cpp353 void SBBreakpointLocation::SetThreadName(const char *thread_name) { in SetThreadName()
DSBBreakpointName.cpp404 void SBBreakpointName::SetThreadName(const char *thread_name) { in SetThreadName()
DSBBreakpoint.cpp399 void SBBreakpoint::SetThreadName(const char *thread_name) { in SetThreadName()
/openbsd/src/gnu/llvm/lldb/source/Host/common/
DHost.cpp102 char thread_name[256]; in StartMonitoringChildProcess() local
/openbsd/src/gnu/llvm/lldb/source/Utility/
DLog.cpp327 llvm::SmallString<32> thread_name; in WriteHeader() local
/openbsd/src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationServerLLGS.cpp765 const std::string thread_name = thread.GetName(); in GetJSONThreadsInfo() local
835 const std::string thread_name = thread.GetName(); in PrepareStopReplyPacketForThread() local
DProcessGDBRemote.cpp1608 uint8_t signo, const std::string &thread_name, const std::string &reason, in SetThreadStopInfo()
1916 std::string thread_name; in SetThreadStopInfo() local
2074 std::string thread_name; in SetThreadStopInfo() local
/openbsd/src/gnu/llvm/lldb/tools/debugserver/source/
DRNBRemote.cpp2751 const char *thread_name = DNBThreadGetName(pid, tid); in SendStopReplyPacketForThread() local
5487 const char *thread_name = DNBThreadGetName(pid, tid); in GetJSONThreadsInfo() local
/openbsd/src/gnu/llvm/lldb/source/Target/
DProcess.cpp3538 char thread_name[1024]; in StartPrivateStateThread() local