Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/lldb/bindings/interface/
HDSBPlatform.i76 GetSignal ();
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/API/
HDSBPlatform.h74 int GetSignal();
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
HDSBPlatform.cpp243 int SBPlatformShellCommand::GetSignal() { in GetSignal() function in SBPlatformShellCommand
244 LLDB_RECORD_METHOD_NO_ARGS(int, SBPlatformShellCommand, GetSignal); in GetSignal()
660 LLDB_REGISTER_METHOD(int, SBPlatformShellCommand, GetSignal, ()); in RegisterMethods()
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/POSIX/
HDProcessMessage.h111 int GetSignal() const { in GetSignal() function
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
HDFreeBSDThread.cpp559 int signo = message.GetSignal(); in SignalNotify()
571 int signo = message.GetSignal(); in SignalDeliveredNotify()