I noticed that after moving a .sys symbol file to a different directory, lldb is no longer able to show source code when stepping through the program.
How do .sys files keep a reference to program source files internally? It seems to me it's using some kind of relative path reference to source code files.
Is there any way to edit a .sys file to point to correct source code path?