www.delorie.com/archives/browse.cgi   search  
Mail Archives: djgpp-workers/1999/05/24/09:26:17

Date: Mon, 24 May 1999 16:24:05 +0300 (IDT)
From: Eli Zaretskii <eliz AT is DOT elta DOT co DOT il>
X-Sender: eliz AT is
To: pavenis AT lanet DOT lv
cc: djgpp-workers AT delorie DOT com
Subject: Re: gdb 4.18 for DJGPP (alpha)
In-Reply-To: <B0000087946@stargate.astr.lu.lv>
Message-ID: <Pine.SUN.3.91.990524162258.7396H-100000@is>
MIME-Version: 1.0
Reply-To: djgpp-workers AT delorie DOT com
X-Mailing-List: djgpp-workers AT delorie DOT com
X-Unsubscribes-To: listserv AT delorie DOT com

On Mon, 24 May 1999 pavenis AT lanet DOT lv wrote:

> > 	{
> > 	  if (a_tss.tss_irqn == sig_map[i].go32_sig)
> > 	    {
> > #if __DJGPP_MINOR__ < 3
> > 	      if ((status->value.sig = sig_map[i].gdb_sig) !=
> > 		  TARGET_SIGNAL_TRAP)
> > 		status->kind = TARGET_WAITKIND_SIGNALLED;
> > #else
> >         status->value.sig = sig_map[i].gdb_sig;
> >         status->kind = TARGET_WAITKIND_STOPPED;
> > #endif
> > 	      break;
> > 	    }
> > 	}
> > 
> About breakpoints:
> They seems to work normally  with my binary gdb-4.18. 

What is the value of __DJGPP_MINOR__ in your installation?  In other 
words, which one of the two branches in the fragment above does your 
binary use?

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019