> could you go up the stack a few times until you are > in Wine code and try > "info local"? > Of course, a backtrace is usually helpful too. > > Lawson Wine-dbg>info local _end: Wine-dbg>up Wine-dbg>info local BROWSEUI.DLL.102: Wine-dbg>up Wine-dbg>info local BROWSEUI.DLL..text: Wine-dbg>up Wine-dbg>info local WINPROC_wrapper: Wine-dbg>up 167 retvalue = WINPROC_wrapper( proc, hwnd, msg, wParam, lParam ); Wine-dbg>info local WINPROC_CallWndProc: long int(*none)()* proc == 0x71165a87 unsigned int hwnd == 0x00010023 unsigned int msg == 0x00000081 unsigned int wParam == 0x00000000 long int lParam == 0x405c5a0c long int retvalue == 0x40727d14 int iWndsLocks (optimized into register $esi) == 0x405c54e8 Wine-dbg> (tried list -):157 LRESULT retvalue; 158 int iWndsLocks; 159 160 hwnd = WIN_GetFullHandle( hwnd ); 161 if (TRACE_ON(relay)) 162 DPRINTF( "%08lx:Call window proc %p (hwnd=%08x,msg=%s,wp=%08x,lp=%08lx)\n", 163 GetCurrentThreadId(), proc, hwnd, SPY_GetMsgName(msg, hwnd), wParam, lParam ); 164 /* To avoid any deadlocks, all the locks on the windows structures 165 must be suspended before the control is passed to the application */ 166 iWndsLocks = WIN_SuspendWndsLock(); 167 retvalue = WINPROC_wrapper( proc, hwnd, msg, wParam, lParam ); Wine-dbg> ___________________________________________________________ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yahoo! Mail : http://fr.mail.yahoo.com _______________________________________________ wine-users mailing list wine-users@winehq.com http://www.winehq.com/mailman/listinfo/wine-users