Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp224 CompilerType &pid_type = int_type; in GetSiginfoType() local
243 ast->AddFieldToRecordType(ptrace_option_type, "_pe_other_pid", pid_type, in GetSiginfoType()
282 {"_pid", pid_type}, in GetSiginfoType()
292 {"_pid", pid_type}, in GetSiginfoType()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Linux/
H A DPlatformLinux.cpp344 CompilerType &pid_type = int_type; in GetSiginfoType() local
409 {"si_pid", pid_type}, in GetSiginfoType()
428 {"si_pid", pid_type}, in GetSiginfoType()
438 {"si_pid", pid_type}, in GetSiginfoType()
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp204 CompilerType &pid_type = int_type; in GetSiginfoType() local
228 ast->AddFieldToRecordType(siginfo_type, "si_pid", pid_type, in GetSiginfoType()