console handling

Dimitrie O. Paun dpaun at rogers.com
Sun Jan 5 17:00:16 CST 2003


On January 5, 2003 02:45 pm, Eric Pouech wrote:
> 6/ send me the output from both terms

In the gdb terminal:

[dimi at dimi bin]$ gdb
GNU gdb Red Hat Linux (5.2.1-4)
Copyright 2002 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i386-redhat-linux".
(gdb) file /home/dimi/dev/wine/wine/miscemu
"/opt/dimi/dev/wine/wine/miscemu": not in executable format: Is a directory
(gdb) file /home/dimi/dev/wine/wine/miscemu/wine
Reading symbols from /home/dimi/dev/wine/wine/miscemu/wine...done.
(gdb) set debug remote 1
(gdb) target remote localhost:47175
Remote debugging using localhost:47175
Sending packet: $Hc-1#09...Sending packet: $Hc-1#09...Ack
Packet received: OK
Sending packet: $qC#b4...Ack
Packet received: OK
Sending packet: $qOffsets#4b...Ack
Packet received: QC081ad0c8
Couldn't establish connection to remote target
Malformed response to offset query, QC081ad0c8
(gdb)

In the winedbg terminal:

[dimi at dimi bin]$ winedbg -- --gdb --no-start visual-mingw.exe.so
using wine_path: wine
target remote localhost:47175
081ad010:081ad0c8: create process 'F:\dev\wine\visual-mingw.cvs\bin\visual-mingw.exe'/0x400eea00 @40562000 (0<0>)
081ad010:081ad0c8: create thread I @40562000

081ad010:081ad0c8: loads DLL C:\WINDOWS\SYSTEM\ntdll.dll @40050000 (0<0>)
081ad010:081ad0c8: loads DLL C:\WINDOWS\SYSTEM\kernel32.dll @40ac0000 (0<0>)
081ad010:081ad0c8: loads DLL C:\WINDOWS\SYSTEM\advapi32.dll @40a70000 (0<0>)
081ad010:081ad0c8: loads DLL C:\WINDOWS\SYSTEM\gdi32.dll @40a10000 (0<0>)
081ad010:081ad0c8: loads DLL C:\WINDOWS\SYSTEM\user32.dll @40900000 (0<0>)
081ad010:081ad0c8: loads DLL C:\WINDOWS\SYSTEM\comctl32.dll @40850000 (0<0>)
081ad010:081ad0c8: loads DLL C:\Windows\System\ole32.dll @65f00000 (0<19251>)
081ad010:081ad0c8: loads DLL C:\Windows\System\MSVCRT.DLL @78000000 (0<0>)
081ad010:081ad0c8: loads DLL C:\Windows\System\SHLWAPI.DLL @70bd0000 (0<7222>)
081ad010:081ad0c8: loads DLL C:\WINDOWS\SYSTEM\shell32.dll @40bd0000 (0<0>)
081ad010:081ad0c8: loads DLL C:\WINDOWS\SYSTEM\winspool.drv @40c30000 (0<0>)
081ad010:081ad0c8: loads DLL C:\WINDOWS\SYSTEM\comdlg32.dll @40b50000 (0<0>)
081ad010:081ad0c8: loads DLL C:\WINDOWS\SYSTEM\x11drv.dll @40ca0000 (0<0>)
081ad010:081ad0c8: exception code=80000003
Packet: Hc-1
Reply : OK
Packet: Hc-1
Reply : OK
Packet: qC
Reply : QC081ad0c8
Packet: qOffsets
Reply : Text=407c2e3c;Data=420749be;Bss=00000038
[dimi at dimi bin]$


-- 
Dimi.




More information about the wine-devel mailing list