search for: cikka

Displaying 2 results from an estimated 2 matches for "cikka".

Did you mean: ikka
2008 Jul 29
2
why I cannot use winedbg --gdb
when I run Oblivion.exe by "winedbg --gdb", the following message appear, then it is blocked, I cannot type any letter in the terminal. if I run winedbg without "--gdb", it is OK. anyone can help? thanks! root at robwang:/mnt/home/Oblivion# winedbg --gdb Oblivion.exe 0016:0017: create process 'Z:\mnt\home\Oblivion\Oblivion.exe'/0x110670 @0x96434c (0<0>)
2008 Jul 16
1
How to debug into the linux library?
I'm a new user of wine. I want to debug into the linux OpenGL driver, but I found it is hard to set break point in the drivers. OpenGL driver is an .so file which run in Linux user space. when I run an linux OpenGL app, I can easily set break point in the open gl driver and debug into it. If I run an D3D game via winedbg, which will also load linux OpenGL driver, but I can't break into