I am in debugger session with WinDbg. I type lm
command and it shows loaded modules but I don't quite understand what does the (export symbols) mean below?
048c0000 0550c000 Db (export symbols) Db.dll
05520000 05535000 Graph (export symbols) Graph.dll
I was expecting it will either say symbols not loaded or loaded or deferred but it's none of that. What does the (export symbols) indicate in this case?