Home
last modified time | relevance | path

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

/llvm-project/lldb/source/Plugins/Process/Linux/
H A DNativeProcessLinux.cpp1301 auto BufferOrError = getProcFile(GetID(), GetCurrentThreadID(), "smaps"); in PopulateMemoryRegionCache()
1305 BufferOrError = getProcFile(GetID(), GetCurrentThreadID(), "maps"); in PopulateMemoryRegionCache()
1509 details->ptrace_read_req, GetCurrentThreadID(), in ReadMemoryTags()
1579 details->ptrace_write_req, GetCurrentThreadID(), in WriteMemoryTags()
1661 ssize_t read_result = process_vm_readv(GetCurrentThreadID(), &local_iov, 1, in ReadMemory()
1672 GetCurrentThreadID(), buf, size, addr, read_result, in ReadMemory()
1682 PTRACE_PEEKDATA, GetCurrentThreadID(), in ReadMemory()
1715 PTRACE_POKEDATA, GetCurrentThreadID(), (void *)addr, (void *)data); in WriteMemory()
/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationServerLLGS.h276 lldb::tid_t GetCurrentThreadID() const;
H A DGDBRemoteCommunicationServerLLGS.cpp1412 lldb::tid_t tid = m_current_process->GetCurrentThreadID(); in Handle_qC()
1961 lldb::tid_t tid = process.GetCurrentThreadID(); in SendStopReasonForState()
3025 tid = GetCurrentThreadID(); in Handle_s()
4106 const lldb::tid_t current_tid = GetCurrentThreadID(); in GetThreadFromSuffix()
4148 lldb::tid_t GDBRemoteCommunicationServerLLGS::GetCurrentThreadID() const { in GetCurrentThreadID()
4155 return m_current_process->GetCurrentThreadID();
4143 lldb::tid_t GDBRemoteCommunicationServerLLGS::GetCurrentThreadID() const { GetCurrentThreadID() function in GDBRemoteCommunicationServerLLGS
/llvm-project/lldb/include/lldb/Host/common/
H A DNativeProcessProtocol.h219 lldb::tid_t GetCurrentThreadID() const { return m_current_thread_id; } in GetCurrentThreadID() function
/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeProcessFreeBSD.cpp857 if (GetCurrentThreadID() == thread_id) in Attach()