Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Are debug versions of (or symbol files for) the ATI/NVIDIA drivers available?

I don't even care if they are true "debug" versions, all I really want are the symbol files so that my callstack isn't rendered invalid when I break into the debugger.

like image 987
moswald Avatar asked Dec 09 '10 14:12

moswald


2 Answers

AMD now publishes symbols for their drivers: http://gpuopen.com/amd-driver-symbol-server/

like image 135
Brian Gillespie Avatar answered Nov 20 '22 09:11

Brian Gillespie


NVIDIA published them as well (announcement) under the following URL:

https://driver-symbols.nvidia.com/

It is just binaries, not PDBs of course.

like image 24
Christopher Oezbek Avatar answered Nov 20 '22 10:11

Christopher Oezbek