MCPcopy Create free account
hub / github.com/bloomberg/pystack / CorePsInfo

Class CorePsInfo

src/pystack/_pystack/corefile.h:25–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23static const size_t PSARGS_SIZE = 80;
24
25struct CorePsInfo
26{
27 char state;
28 char sname;
29 char zomb;
30 char nice;
31 ulong flag;
32 int uid;
33 int gid;
34 pid_t pid;
35 pid_t ppid;
36 pid_t pgrp;
37 pid_t sid;
38 char fname[FNAME_SIZE];
39 char psargs[PSARGS_SIZE];
40};
41
42class CoreAnalyzerError : public std::exception
43{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected