mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Decode recently added flags.
Sponsored by: The FreeBSD Foundation MFC after: 3 days
This commit is contained in:
parent
56060a373e
commit
b275edf753
1 changed files with 5 additions and 0 deletions
|
|
@ -97,6 +97,11 @@ decode_pl_flags(struct ptrace_lwpinfo *lwpinfo)
|
|||
{ PL_FLAG_EXEC, "EXEC" },
|
||||
{ PL_FLAG_SI, "SI" },
|
||||
{ PL_FLAG_FORKED, "FORKED" },
|
||||
{ PL_FLAG_CHILD, "CHILD" },
|
||||
{ PL_FLAG_BORN, "LWPBORN" },
|
||||
{ PL_FLAG_EXITED, "LWPEXITED" },
|
||||
{ PL_FLAG_VFORKED, "VFORKED" },
|
||||
{ PL_FLAG_VFORK_DONE, "VFORKDONE" },
|
||||
};
|
||||
char de[32];
|
||||
unsigned first, flags, i;
|
||||
|
|
|
|||
Loading…
Reference in a new issue