mirror of
https://github.com/xzeldon/htop.git
synced 2025-07-12 12:14:36 +03:00
Include comm before cmdline if exe could not be read, but comm mismatches basename from cmdline
Also highlights entries where exe was marked deleted
This commit is contained in:
@ -130,6 +130,7 @@ typedef struct LinuxProcess_ {
|
||||
char *procExe;
|
||||
int procExeLen;
|
||||
int procExeBasenameOffset;
|
||||
bool procExeDeleted;
|
||||
int procCmdlineBasenameOffset;
|
||||
int procCmdlineBasenameEnd;
|
||||
LinuxProcessMergedCommand mergedCommand;
|
||||
|
Reference in New Issue
Block a user