Home
last modified time | relevance | path

Searched refs:siginfo_bytes (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/elf-core/
H A DThreadElfCore.h87 llvm::StringRef siginfo_bytes; member
H A DProcessElfCore.cpp235 if (!thread_data.siginfo_bytes.empty() || thread_data.signo != 0) in DoLoadCore()
945 thread_data.siginfo_bytes = llvm::StringRef(bytes, size); in parseLinuxNotes()
H A DThreadElfCore.cpp60 m_siginfo_bytes(std::move(td.siginfo_bytes)), m_signo(td.signo) {} in ThreadElfCore()