Home
last modified time | relevance | path

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

/llvm-project-15.0.7/lldb/source/Plugins/Platform/NetBSD/
H A DPlatformNetBSD.cpp221 CompilerType &pid_type = int_type; in GetSiginfoType() local
240 ast->AddFieldToRecordType(ptrace_option_type, "_pe_other_pid", pid_type, in GetSiginfoType()
279 {"_pid", pid_type}, in GetSiginfoType()
289 {"_pid", pid_type}, in GetSiginfoType()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/Linux/
H A DPlatformLinux.cpp341 CompilerType &pid_type = int_type; in GetSiginfoType() local
406 {"si_pid", pid_type}, in GetSiginfoType()
425 {"si_pid", pid_type}, in GetSiginfoType()
435 {"si_pid", pid_type}, in GetSiginfoType()
/llvm-project-15.0.7/lldb/source/Plugins/Platform/FreeBSD/
H A DPlatformFreeBSD.cpp201 CompilerType &pid_type = int_type; in GetSiginfoType() local
225 ast->AddFieldToRecordType(siginfo_type, "si_pid", pid_type, in GetSiginfoType()