debugging wine
debugging wine
What im trying to do is step through wine from the before the load process up until the load process to understand asm better, i can't manage to set a breakpoint on _start nor any existance of main, so i really want to see wine from the beginning till the end step by step. if any one can tell me where to break i'd really appreciate it!!
Re: debugging wine
It would probably take you several days if not weeks to do that...noodlez wrote:What im trying to do is step through wine from the before the load process up until the load process to understand asm better, i can't manage to set a breakpoint on _start nor any existance of main, so i really want to see wine from the beginning till the end step by step. if any one can tell me where to break i'd really appreciate it!!
Wine's startup sequence is complicated you can read about that in dev's manual: http://www.winehq.org/site/docs/winedev ... IALIZATION
BTW that part is outdated and does not include wineboot, winedevice and explorer.
-
- Level 1
- Posts: 5
- Joined: Mon Apr 23, 2012 2:53 pm
-
- Level 1
- Posts: 5
- Joined: Mon Apr 23, 2012 2:53 pm