Mike Hearn a écrit :
Eric Pouech <[EMAIL PROTECTED]> writes:
what does 'info share' report on ntdll ? (normally we should get full
path if stabs support is present)
I'm not sure, I'll check next time this happens ...
and a recent fix by Alexandre may also have a positive impact on this
Cool. Anoth
Eric Pouech <[EMAIL PROTECTED]> writes:
> what does 'info share' report on ntdll ? (normally we should get full
> path if stabs support is present)
I'm not sure, I'll check next time this happens ...
>> 3) winedbg won't print the values of local variables:
>> Wine-dbg>print i
>> fixme:dbghelp:Sym
Mike Hearn a écrit :
Hi guys,
I've got a few problems with various debuggers. Can anybody help?
1) gdb doesn't seem to catch signals to sent to Wine. In a crash, winedbg
is invoked without gdb ever being aware of it.
run the winedbg in gdb proxy mode, this should work fine.
2) winedbg can't locate
Hi guys,
I've got a few problems with various debuggers. Can anybody help?
1) gdb doesn't seem to catch signals to sent to Wine. In a crash, winedbg
is invoked without gdb ever being aware of it.
2) winedbg can't locate files anymore, the paths seem to be stripped:
0x401cdb48 fixup_imports [loa
Hy,
I've stumbled over problems trying to debug RtlCreateUserThread.
The error I get depends on how I'm stepping through the code but
seems to be caused by the syscall __NR_rt_sigprocmask
(int 0x80 with eax=175).
The thread for which procmask should get set is created by TIME_MMTimeStart
in winmm/