Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin-developers AT sources DOT redhat DOT com Message-ID: <3B951BEF.7090700@ece.gatech.edu> Date: Tue, 04 Sep 2001 14:22:39 -0400 From: Charles Wilson User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.2) Gecko/20010713 X-Accept-Language: en-us MIME-Version: 1.0 To: cygwin-developers AT cygwin DOT com Subject: Re: cygwin 1.3.3 announcment -- extra words solicited References: <3B92EC8F DOT 3070605 AT ece DOT gatech DOT edu> <20010902224411 DOT A21914 AT redhat DOT com> <3B92F0CF DOT 4040101 AT ece DOT gatech DOT edu> <3B9313A1 DOT 4010200 AT ece DOT gatech DOT edu> <20010903013236 DOT A22505 AT redhat DOT com> <3B943067 DOT 5000207 AT ece DOT gatech DOT edu> <4679657631 DOT 20010904104946 AT logos-m DOT ru> <3B950586 DOT 3050106 AT ece DOT gatech DOT edu> <20010904130237 DOT B7509 AT redhat DOT com> <3B950F1E DOT 80008 AT ece DOT gatech DOT edu> <20010904140656 DOT A7962 AT redhat DOT com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Christopher Faylor wrote: > Ok, this sounds like gdb is not being started correctly, then. Is there > an "unable to attach" message? No, no messages of any kind. > Are you starting gdb via a .bat file? If so, are you passing all arguments > to gdb? No, I was using the GUI formula: error_start=d:\cygwin\bin\gdb.exe I'll try it again tonight with a batch file so that the params get passed (but I really like using the GUI...) error_start=d:/cygwin/bin/gdbtest.bat --gdbtest.bat-- d:\cygwin\bin\gdb -nw %1 %2 %3 %4 %5 --------------- --Chuck