Home
last modified time | relevance | path

Searched refs:GetCurrentThreadID (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DNativeProcessLinux.cpp1183 auto BufferOrError = getProcFile(GetID(), GetCurrentThreadID(), "smaps"); in PopulateMemoryRegionCache()
1187 BufferOrError = getProcFile(GetID(), GetCurrentThreadID(), "maps"); in PopulateMemoryRegionCache()
1391 details->ptrace_read_req, GetCurrentThreadID(), in ReadMemoryTags()
1461 details->ptrace_write_req, GetCurrentThreadID(), in WriteMemoryTags()
1539 bytes_read = process_vm_readv(GetCurrentThreadID(), &local_iov, 1, in ReadMemory()
1564 PTRACE_PEEKDATA, GetCurrentThreadID(), (void *)addr, nullptr, 0, &data); in ReadMemory()
1600 PTRACE_POKEDATA, GetCurrentThreadID(), (void *)addr, (void *)data); in WriteMemory()
/llvm-project-15.0.7/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.h270 lldb::tid_t GetCurrentThreadID() const;
H A DGDBRemoteCommunicationServerLLGS.cpp1411 lldb::tid_t tid = m_current_process->GetCurrentThreadID(); in Handle_qC()
1953 lldb::tid_t tid = process.GetCurrentThreadID(); in SendStopReasonForState()
3021 tid = GetCurrentThreadID(); in Handle_s()
4077 const lldb::tid_t current_tid = GetCurrentThreadID(); in GetThreadFromSuffix()
4119 lldb::tid_t GDBRemoteCommunicationServerLLGS::GetCurrentThreadID() const { in GetCurrentThreadID() function in GDBRemoteCommunicationServerLLGS
4126 return m_current_process->GetCurrentThreadID(); in GetCurrentThreadID()
/llvm-project-15.0.7/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h218 lldb::tid_t GetCurrentThreadID() const { return m_current_thread_id; } in GetCurrentThreadID() function
/llvm-project-15.0.7/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp823 if (GetCurrentThreadID() == thread_id) in RemoveThread()