Home
last modified time | relevance | path

Searched refs:GetSiginfo (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/lldb/include/lldb/Host/common/
H A DNativeThreadProtocol.h55 GetSiginfo() const { in GetSiginfo() function
/freebsd/contrib/llvm-project/lldb/bindings/interface/
H A DSBThreadDocstrings.i228 ) lldb::SBThread::GetSiginfo;
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/FreeBSD/
H A DNativeThreadFreeBSD.h53 GetSiginfo() const override;
H A DNativeThreadFreeBSD.cpp324 NativeThreadFreeBSD::GetSiginfo() const { in GetSiginfo() function in NativeThreadFreeBSD
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DThreadGDBRemote.h120 GetSiginfo(size_t max_size) const override;
H A DThreadGDBRemote.cpp351 ThreadGDBRemote::GetSiginfo(size_t max_size) const { in GetSiginfo() function in ThreadGDBRemote
H A DGDBRemoteCommunicationServerLLGS.cpp3195 auto buffer_or_error = thread->GetSiginfo(); in ReadXferObject()
/freebsd/contrib/llvm-project/lldb/include/lldb/API/
H A DSBThread.h230 SBValue GetSiginfo();
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DThread.h1298 GetSiginfo(size_t max_size) const { in GetSiginfo() function
/freebsd/contrib/llvm-project/lldb/source/API/
H A DSBThread.cpp1342 SBValue SBThread::GetSiginfo() { in GetSiginfo() function in SBThread
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DThread.cpp2059 GetSiginfo(*type_size); in GetSiginfoValue()
/freebsd/lib/clang/liblldb/
H A DLLDBWrapLua.cpp63994 result = (arg1)->GetSiginfo(); in _wrap_SBThread_GetSiginfo()