Is there any way to debug driver?

Eric Pouech eric.pouech at orange.fr
Mon Jun 22 15:24:11 CDT 2009


Wang, Robin a écrit :
> Hi Roderick,
>
> Using winedbg, it is OK for us to break into libGL.so. But we cannot set break point in our dri drivers, which is loaded by libGL.so using dlopen().
>
>   
please send me the output of running
WINEDEBUG=+dbghelp wine ....

and then at debugger prompt

Wine-dbg> break your_func_in_dri_driver
Wine-dbg> cont

TIA

-- 
Eric Pouech
"The problem with designing something completely foolproof is to underestimate the ingenuity of a complete idiot." (Douglas Adams)





More information about the wine-devel mailing list