Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DNativeProcessLinux.cpp1184 auto BufferOrError = getProcFile(GetID(), GetCurrentThreadID(), "smaps"); in PopulateMemoryRegionCache()
1188 BufferOrError = getProcFile(GetID(), GetCurrentThreadID(), "maps"); in PopulateMemoryRegionCache()
1392 details->ptrace_read_req, GetCurrentThreadID(), in ReadMemoryTags()
1462 details->ptrace_write_req, GetCurrentThreadID(), in WriteMemoryTags()
1540 bytes_read = process_vm_readv(GetCurrentThreadID(), &local_iov, 1, in ReadMemory()
1565 PTRACE_PEEKDATA, GetCurrentThreadID(), (void *)addr, nullptr, 0, &data); in ReadMemory()
1601 PTRACE_POKEDATA, GetCurrentThreadID(), (void *)addr, (void *)data); in WriteMemory()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.h270 lldb::tid_t GetCurrentThreadID() const;
H A DGDBRemoteCommunicationServerLLGS.cpp1409 lldb::tid_t tid = m_current_process->GetCurrentThreadID(); in Handle_qC()
1958 lldb::tid_t tid = process.GetCurrentThreadID(); in SendStopReasonForState()
3026 tid = GetCurrentThreadID(); in Handle_s()
4091 const lldb::tid_t current_tid = GetCurrentThreadID(); in GetThreadFromSuffix()
4133 lldb::tid_t GDBRemoteCommunicationServerLLGS::GetCurrentThreadID() const { in GetCurrentThreadID() function in GDBRemoteCommunicationServerLLGS
4140 return m_current_process->GetCurrentThreadID(); in GetCurrentThreadID()
/openbsd-src/gnu/llvm/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h219 lldb::tid_t GetCurrentThreadID() const { return m_current_thread_id; } in GetCurrentThreadID() function
/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp823 if (GetCurrentThreadID() == thread_id) in RemoveThread()