From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 23816 invoked by alias); 24 Apr 2002 20:53:33 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 23750 invoked from network); 24 Apr 2002 20:53:30 -0000 Received: from unknown (HELO cygnus.com) (205.180.83.203) by 209.249.29.67 with SMTP; 24 Apr 2002 20:53:30 -0000 Received: from makita.cygnus.com (makita.sfbay.redhat.com [192.168.30.83]) by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id NAA00595; Wed, 24 Apr 2002 13:53:18 -0700 (PDT) Received: from localhost (keiths@localhost) by makita.cygnus.com (8.8.8+Sun/8.6.4) with ESMTP id NAA23977; Wed, 24 Apr 2002 13:53:18 -0700 (PDT) X-Authentication-Warning: makita.cygnus.com: keiths owned process doing -bs Date: Wed, 24 Apr 2002 14:20:00 -0000 From: Keith Seitz X-X-Sender: To: yanniv cc: Subject: Re: question In-Reply-To: <000901c1ebd9$e4f3d460$b9be08d5@oemcomputer> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-04/txt/msg01387.txt.bz2 On Wed, 24 Apr 2002, yanniv wrote: > hello > i have a question > when i try to open the gdb its opened > but when i try to open a file.c (or c++) it doesnt open (see this attachment). > what can i do and maybe i can download this tool alone and if this case please tell me where can i find this program for sownloading. The message you are seeing occurred because you asked Insight (the gui for gdb) to "source" the gdb command file osl_a.c. I don't think that this is what you really want... If you are trying to view a source file in your executable, use the combobox on the source window to find it. Once selected, the source window will display that file. This assumes, of course, that you've loaded an executable (built with debug info) into gdb... Keith -- 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/