This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: gdb/1992: ARM GNU/Linux GCC C remote


The following reply was made to PR gdb/1992; it has been noted by GNATS.

From: "Yann E. MORIN" <ymorin.ext@rd.francetelecom.com>
To: gdb-gnats@sources.redhat.com
Cc:  
Subject: Re: gdb/1992: ARM GNU/Linux GCC C remote
Date: Tue, 23 Aug 2005 10:37:30 +0200

 Update - 20050823
 
 When using "next" in place of "step", then it works.
 
 Also, as a more subtil workaround, I defined the following commands:
 
 define step
 tbreak +1
 c
 end
 
 define s
 step
 end
 
 Yann E. MORIN.
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]