Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Date: Thu, 17 Oct 2002 14:09:23 +0400 From: egor duda Reply-To: egor duda Organization: deo X-Priority: 3 (Normal) Message-ID: <761070469.20021017140923@logos-m.ru> To: Thomas Mellman CC: cygwin AT cygwin DOT com Subject: Re: Another problem using GDB In-Reply-To: <200210171001.g9HA1AX10697@mailgate5.cinetic.de> References: <200210171001 DOT g9HA1AX10697 AT mailgate5 DOT cinetic DOT de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hi! Thursday, 17 October, 2002 Thomas Mellman tmellman AT web DOT de wrote: TM> I'm having another problem with GDB. Normally, one would debug a core file TM> as follows (correct?): TM> gdb -nw gtl.exe gtl.exe.stackdump *.stackdump is not a corefile. To create core file, use 'dumper' utility, supplied with cygwin. Then you can debug created gtl.exe.core by issuing 'gdb --core=gtl.exe.core' command. Documentation on using dumper should be present in User's manual. Egor. mailto:deo AT logos-m DOT ru ICQ 5165414 FidoNet 2:5020/496.19 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/