Home
last modified time | relevance | path

Searched refs:GetEventMessage (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/lldb/source/Plugins/Process/Linux/
H A DNativeProcessLinux.h219 Status GetEventMessage(lldb::tid_t tid, unsigned long *message);
H A DNativeProcessLinux.cpp530 if (GetEventMessage(thread.GetID(), &event_message).Fail()) { in MonitorSIGTRAP()
581 if (GetEventMessage(thread.GetID(), &data).Fail()) in MonitorSIGTRAP()
1632 Status NativeProcessLinux::GetEventMessage(lldb::tid_t tid, in GetEventMessage() function in NativeProcessLinux