From: "Igor Bujna" Organization: Maxi-tip a.s. To: djgpp AT delorie DOT com Date: Wed, 6 Jun 2001 12:46:03 +0200 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: RE: RHIDE debugger bug -->DONE Message-ID: <3B1E260B.4260.C50E2D@localhost> X-Confirm-Reading-To: "Igor Bujna" X-pmrqc: 1 In-reply-to: X-mailer: Pegasus Mail for Win32 (v3.12c) Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On 6 Jun 2001, at 9:40, Scott Sinclair wrote: > > -----Original Message----- > > From: Eli Zaretskii [mailto:eliz AT is DOT elta DOT co DOT il] > > Sent: 05 June 2001 12:24 > > To: Scott Sinclair > > Cc: djgpp AT delorie DOT com > > Subject: Re: RHIDE debugger bug > > > > > > > > On Tue, 5 Jun 2001, Scott Sinclair wrote: > > > > > However when a breakpoint is inserted the code returns the following > > > """"" > > > fopen() allocated the readonly pointer 0 > > > > > > fopen() allocated the writeonly pointer 590148 > > > > > > """"" > > > > I don't have RHIDE installed, but I tried this with GDB (which is the > > debugging engine inside RHIDE), and I cannot reproduce the > > problem. I > > stepped through the program and it worked as expected. > > > > You omitted many details which might be crucial: how did you > > compile the > > program (what compiler/linker switches did you use), where > > did you put a > > breakpoint, etc. Perhaps these are important. > > > > Also try running the program under GDB and see if the same > > problem exists > > there or not. If not, this is something specific to RHIDE. > > > > In any case, I'm not aware of any NT-specific problems with debugging > > programs. > > > I was download new version of gcc(gcc2953), and everything now are OK. But still dosn't run cc1.exe with flag -gstubs or -gstubs+.Why?? Thanks