Using gdb

Craig Keogh cskeogh at bigpond.net.au
Fri Sep 8 20:01:46 CDT 2006


Hi,

I am trying to use gdb for debugging. I run the command:

winedbg --gdb sol.exe

I then get the following output:

WineDbg starting on pid 0xa
fixme:dbghelp:elf_load_debug_info_from_map Alpha-support for Dwarf2
information for wine-pthread
fixme:dbghelp:elf_load_debug_info_from_map Alpha-support for Dwarf2
information for libwine.so.1
fixme:dbghelp:elf_load_debug_info_from_map Alpha-support for Dwarf2
information for ntdll<elf>
fixme:dbghelp:elf_load_debug_info_from_map Alpha-support for Dwarf2
information for kernel32<elf>
fixme:dbghelp:elf_load_debug_info_from_map Alpha-support for Dwarf2
information for msvcrt<elf>
fixme:dbghelp:elf_load_debug_info_from_map Alpha-support for Dwarf2
information for advapi32<elf>
fixme:dbghelp:elf_load_debug_info_from_map Alpha-support for Dwarf2
information for gdi32<elf>
fixme:dbghelp:elf_load_debug_info_from_map Alpha-support for Dwarf2
information for user32<elf>
fixme:dbghelp:elf_load_debug_info_from_map Alpha-support for Dwarf2
information for cards<elf>
fixme:dbghelp:elf_load_debug_info_from_map Alpha-support for Dwarf2
information for shell32<elf>
fixme:dbghelp:elf_load_debug_info_from_map Alpha-support for Dwarf2
information for shlwapi<elf>
fixme:dbghelp:elf_load_debug_info_from_map Alpha-support for Dwarf2
information for ole32<elf>
fixme:dbghelp:elf_load_debug_info_from_map Alpha-support for Dwarf2
information for rpcrt4<elf>
fixme:dbghelp:elf_load_debug_info_from_map Alpha-support for Dwarf2
information for iphlpapi<elf>
fixme:dbghelp:elf_load_debug_info_from_map Alpha-support for Dwarf2
information for comctl32<elf>
fixme:dbghelp:elf_load_debug_info_from_map Alpha-support for Dwarf2
information for winex11<elf>
fixme:dbghelp:elf_load_debug_info_from_map Alpha-support for Dwarf2
information for imm32<elf>
fixme:dbghelp:elf_load_debug_info_from_map Alpha-support for Dwarf2
information for uxtheme<elf>
0x7eecaf5a start_process+0xde in kernel32: movl %edi,0x0(%esp)


I don't end up with a gdb prompt. It is just stuck there.

I am following:
http://www.winehq.com/site/docs/winedev-guide/dbg-others

I compiled wine (from GIT) using gcc v4.0.3, I am using gdb v6.4-debian.
Running without gdb ('winedbg sol.exe') works fine.

Thanks in advance,





More information about the wine-devel mailing list