Respect "Show custom thread names" setting

This commit is contained in:
Benny Baumann
2021-07-17 20:59:50 +02:00
parent c9abd788b1
commit 7bfd62b8e4
2 changed files with 9 additions and 5 deletions

View File

@ -87,6 +87,7 @@ typedef struct ProcessMergedCommand_ {
bool prevPathSet : 1; /* whether showProgramPath was set */
bool prevCommSet : 1; /* whether findCommInCmdline was set */
bool prevCmdlineSet : 1; /* whether stripExeFromCmdline was set */
bool prevShowThreadNames : 1; /* whether showThreadNames was set */
} ProcessMergedCommand;
typedef struct Process_ {