The thing is that I have been working with breakpad recently and I have some issue generating the "FILE" data in the sym file.
In my sym file :
FILE 46 c:\users\soorya-pt2570\desktop\project files\crashanalyserbackend\breakpad\simulatecrash\project\source.cpp
The actual path to my source file :
"C:\Users\soorya-pt2570\Desktop\Project Files\CrashAnalyserBackend\BreakPad\SimulateCrash\project\Source.cpp"
as you can see, the path to my source file is converted to lowercase. Any Idea on what's going wrong?
I used the dump_syms.exe available here for my pdb file