How to tell why Server is skipping some compilation units?

I am using “Developer Edition v2025.1.3 (110580") and am analyzing C++ project. The problem I have is I get some files skipped (77), and can’t figure out why it is skipping them. I am using a compilation database json, and don’t see anything different between the ones that work and the ones that don’t. Thoughts?

`End of search list.
COMPILER_PATH=/usr/libexec/gcc/x86_64-redhat-linux/8/:/usr/libexec/gcc/x86_64-redhat-linux/8/:/usr/libexec/gcc/x86_64-redhat-linux/:/usr/lib/gcc/x86_64-redhat-linux/8/:/usr/lib/gcc/x86_64-redhat-linux/
LIBRARY_PATH=/usr/lib/gcc/x86_64-redhat-linux/8/:/usr/lib/gcc/x86_64-redhat-linux/8/../../../../lib64/:/lib/../lib64/:/usr/lib/../lib64/:/usr/lib/gcc/x86_64-redhat-linux/8/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS=‘-std=c++11’ ‘-v’ ‘-dM’ ‘-E’ ‘-shared-libgcc’ ‘-mtune=generic’ ‘-march=x86-64’

07:12:43.241 INFO Detected compilers: c++=842
07:12:43.241 INFO Number of compilation units in the provided Compilation Database: 842
07:12:43.242 INFO Number of skipped unsupported compilation units: 77
07:12:43.243 DEBUG unsupported compilation units:
/Implementation/Source/Common/psl/pslcommon/u_alertlist.cpp
/ImplementationLinux/Implementation/Source/Common/psl/pslcommon/u_datalogger.cpp`

Hi @LakeWorthB, and thanks for sharing the problem with us,

There are usually some earlier log entries (possible debug level entries) that may help explain why this skipping happened.

Would it be possible for you to share the full logs and the compilation database with us so that we can have a look? I can also start a thread with you if you prefer to share this information privately.

Best regards,
Michael