What is the process for debugging Wine tests with GDB?

Jefferson Carpenter jeffersoncarpenter2 at gmail.com
Wed Apr 17 22:32:03 CDT 2019


On Wed, Apr 17, 2019 at 4:31 AM Zebediah Figura <z.figura12 at gmail.com> wrote:

>
> I don't know why that would happen; it works fine here. If you're using
> recent enough wine, you may have not msxml3_test.exe.so but
> msxml3_test.exe. Note that (1) you don't use 'r' with winedbg, and (2)
> you probably want to use the --gdb option, since bare winedbg does not
> work very well and has some arcane syntax in places.
>
>

Running

    tests $ ../../../loader/wine64 winedbg --gdb msxml3_test.exe.so domdoc
    0025:err:plugplay:deviceloop_thread Can't init SDL: SDL not built
with haptic (force feedback) support
    002b:002c: create process
'Z:\home\rofl\wine64-build-debug\dlls\msxml3\tests\msxml3_test.exe'/0x10cb0
@0x7f61371143b1 (0<0>)
    002b:002c: create thread I @0x7f61371143b1

the process exits immediately.



More information about the wine-devel mailing list