I use com port to connect target PC and host PC.
When the target system shutdowns or restarts, Windbg in host PC doesn’t
detect the disconnection.
After the target system boots, many driver overlap warnings appear in Windbg
command window.
Of course, I can’t match the correct symbol under this condition.
I need to reload symbols every time the target system reboots.
Windbg didn’t show any notification whenever the target system enter
hibernate.
Is it a normal case for COM port connection for Windbg?
Please give me some suggestions if it’s not normal.
If 1394 connection is used instead of COM port connection, Windbg in host PC
can detect shutdown event.
It will automatically unload all symbols and then wait for connection.
Windbg can also detect hibernate event if 1394 connection is used.
Best Regards
Jack