gdb and win32

2002-03-25 Thread William Hubbard
I am using a virtual serial port driver (from ddiusa.com) to connect gdb to a target simulation through the virtual serial ports. gdb hangs whenever I attempt to connect. It works fine when using the *real* serial ports, but hangs whenever I attempt to use the virtual ports. The virtual port

Re: gdb and win32

2002-03-25 Thread Larry Hall (RFK Partners, Inc)
, not OpenFile, ReadFile or WriteFile as I would expect for a win32 application. gdb that comes with Cygwin is not considered a DOS app. It is a Win32 app. The gdb code itself is ported to Win32 using the Cygwin DLL so you won't find Win32 calls made in the gdb source. You'll need to look