X-Authentication-Warning: delorie.com: mail set sender to djgpp-bounces using -f From: "John Hanley" Newsgroups: comp.os.msdos.djgpp Subject: Re: gdb question Date: Thu, 2 Sep 2004 13:59:34 -0600 Organization: University of Alberta Lines: 16 Message-ID: <1094155096.2953@proxy2.srv.ualberta.ca> References: <1094151738 DOT 711500 AT proxy2 DOT srv DOT ualberta DOT ca> NNTP-Posting-Host: proxy2.srv.ualberta.ca X-Trace: tabloid.srv.ualberta.ca 1094155097 5686 129.128.5.161 (2 Sep 2004 19:58:17 GMT) X-Complaints-To: abuse AT ualberta DOT ca NNTP-Posting-Date: Thu, 2 Sep 2004 19:58:17 +0000 (UTC) X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Cache-Post-Path: proxy2.srv.ualberta.ca!unknown AT d199-126-23-72 DOT abhsia DOT telus DOT net X-Cache: nntpcache 3.0.1 (see http://www.nntpcache.org/) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com "John Hanley" wrote in message news:1094151738 DOT 711500 AT proxy2 DOT srv DOT ualberta DOT ca... > I want to debug my program.c file, yet when I run gdb on program.exe, it > only sees main.c (I have main.c and program.c in my program). How can I > work with program.c? > Actually, I just stumbled across how to access the other .c file. I played a little guess work and I found it. Thanks a bunch anyway! John