search for: a56a9bab

Displaying 1 result from an estimated 1 matches for "a56a9bab".

2010 Dec 26
3
How to debug driver code when app run on wine?
I am trying to debug opengl driver when windows Direct3D game runs on wine, and encounter the problem Working on SUSE 11.2, and download the wine binary by YaST2, then: root>gdb wine gdb> b driver_init gdb> r game.exe then I can break the driver on driver_init, and i can see the driver stack by bt, but I cannot see the driver source code, debugger can not find the source code file, but