Searched refs:pid_type (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/lldb/source/Plugins/Platform/NetBSD/ |
| H A D | PlatformNetBSD.cpp | 221 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 D | PlatformLinux.cpp | 341 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 D | PlatformFreeBSD.cpp | 201 CompilerType &pid_type = int_type; in GetSiginfoType() local 225 ast->AddFieldToRecordType(siginfo_type, "si_pid", pid_type, in GetSiginfoType()
|