Searched refs:pid_type (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/NetBSD/ |
| H A D | PlatformNetBSD.cpp | 224 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 D | PlatformLinux.cpp | 344 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 D | PlatformFreeBSD.cpp | 204 CompilerType &pid_type = int_type; in GetSiginfoType() local 228 ast->AddFieldToRecordType(siginfo_type, "si_pid", pid_type, in GetSiginfoType()
|