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

2

15

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.

Thorp answered 9/12, 2010 at 14:24 Comment(3)
I was also trying to find pdb symbol files from nvidia, but according to Bruce Dawson at Valve, "NVIDIA, AMD, and Intel. None of them share symbols with the public" Source: altdevblogaday.com/2011/11/23/a-tale-of-two-call-stacksLiberia
When you brake into debugger, how would it help you to see ati/nvidia stack calls? Also, which part of the driver are you referring to? If you want to brake in OpenGL, there are versions that will let you do so, try gDebugger. There are also debuggers from nVidia and ATI to help debug graphics issues.Harbert
AMD announced a public symbol server for their drivers a few days ago gpuopen.com/amd-driver-symbol-server Nvidia doesn't have such optionVoltcoulomb
G
2

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

Georg answered 5/6, 2017 at 23:38 Comment(0)
S
2

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

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

It is just binaries, not PDBs of course.

Stuffing answered 9/4, 2018 at 22:56 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.