Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Process/Linux/
H A DNativeProcessLinux.h219 Status GetEventMessage(lldb::tid_t tid, unsigned long *message);
H A DNativeProcessLinux.cpp536 if (GetEventMessage(thread.GetID(), &event_message).Fail()) { in MonitorSIGTRAP()
587 if (GetEventMessage(thread.GetID(), &data).Fail()) in MonitorSIGTRAP()
1631 Status NativeProcessLinux::GetEventMessage(lldb::tid_t tid, in GetEventMessage() function in NativeProcessLinux