Home
last modified time | relevance | path

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

/llvm-project/lldb/include/lldb/Host/
H A DThreadLauncher.h31 std::string thread_name; member
/llvm-project/lldb/test/API/functionalities/postmortem/elf-core/
H A DTestLinuxCore.py834 check_stack(self, process, pid, thread_name) global() argument
853 check_all(self, process, pid, region_count, thread_name) global() argument
864 do_test(self, filename, pid, region_count, thread_name) global() argument
/llvm-project/lldb/source/Plugins/Process/FreeBSDKernel/
H A DThreadFreeBSDKernel.cpp28 std::string thread_name) in ThreadFreeBSDKernel()
H A DProcessFreeBSDKernel.cpp213 char thread_name[fbsd_maxcomlen + 1]; in DoUpdateThreadList() local
/llvm-project/lldb/include/lldb/Target/
H A DQueueItem.h122 void SetThreadLabel(std::string thread_name) { m_thread_label = thread_name; } in SetThreadLabel()
/llvm-project/lldb/source/Plugins/MemoryHistory/asan/
H A DMemoryHistoryASan.cpp95 const char *thread_name, in CreateHistoryThreadFromValueObject() argument
/llvm-project/lldb/source/Core/
H A DThreadedCommunication.cpp170 const std::string thread_name = in StartReadThread() local
H A DDebugger.cpp1999 llvm::StringRef thread_name = StartEventHandlerThread() local
H A DIOHandlerCursesGUI.cpp6551 const char *thread_name = thread_sp->GetName(); in MenuDelegateAction() local
/llvm-project/lldb/source/Plugins/Process/scripted/
H A DScriptedThread.cpp93 std::optional<std::string> thread_name = GetInterface()->GetName(); in GetName() local
/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.cpp55 const char *thread_name(char *buf, Tid tid) { in thread_name() function
/llvm-project/lldb/source/Plugins/Process/Windows/Common/
H A DDebuggerThread.cpp374 std::string thread_name; HandleCreateProcessEvent() local
/llvm-project/lldb/source/Breakpoint/
H A DBreakpointLocation.cpp138 void BreakpointLocation::SetThreadName(const char *thread_name) { in SetThreadName() argument
H A DBreakpoint.cpp366 SetThreadName(const char * thread_name) SetThreadName() argument
/llvm-project/lldb/source/API/
H A DSBBreakpointLocation.cpp353 void SBBreakpointLocation::SetThreadName(const char *thread_name) { in SetThreadName() argument
H A DSBBreakpointName.cpp404 void SBBreakpointName::SetThreadName(const char *thread_name) { in SetThreadName() argument
H A DSBBreakpoint.cpp398 void SBBreakpoint::SetThreadName(const char *thread_name) { in SetThreadName() argument
/llvm-project/lldb/source/Host/common/
H A DHost.cpp135 char thread_name[256]; StartMonitoringChildProcess() local
/llvm-project/lldb/source/Utility/
H A DLog.cpp340 llvm::SmallString<32> thread_name; WriteHeader() local
/llvm-project/lldb/tools/lldb-dap/
H A DJSONUtils.cpp793 const char *thread_name = thread.GetName(); CreateThread() local
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.cpp765 const std::string thread_name = thread.GetName(); GetJSONThreadsInfo() local
835 const std::string thread_name = thread.GetName(); PrepareStopReplyPacketForThread() local
H A DProcessGDBRemote.cpp1652 SetThreadStopInfo(lldb::tid_t tid,ExpeditedRegisterMap & expedited_register_map,uint8_t signo,const std::string & thread_name,const std::string & reason,const std::string & description,uint32_t exc_type,const std::vector<addr_t> & exc_data,addr_t thread_dispatch_qaddr,bool queue_vars_valid,LazyBool associated_with_dispatch_queue,addr_t dispatch_queue_t,std::string & queue_name,QueueKind queue_kind,uint64_t queue_serial) SetThreadStopInfo() argument
1984 std::string thread_name; SetThreadStopInfo() local
2143 std::string thread_name; SetThreadStopInfo() local
[all...]
/llvm-project/lldb/tools/debugserver/source/
H A DRNBRemote.cpp2763 const char *thread_name = DNBThreadGetName(pid, tid); in SendStopReplyPacketForThread() local
5530 const char *thread_name = DNBThreadGetName(pid, tid); GetJSONThreadsInfo() local
[all...]
/llvm-project/lldb/source/Target/
H A DProcess.cpp3752 char thread_name[1024]; StartPrivateStateThread() local
[all...]