This is the mail archive of the gdb-patches@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: Don't allow calling inferior functions in reverse execution mode


> Date: Thu, 26 May 2011 09:36:54 -0700
> From: Joel Brobecker <brobecker@adacore.com>
> Cc: gdb-patches@sourceware.org
> 
> > +  if (execution_direction == EXEC_REVERSE)
> > +    error (_("May not call functions in reverse."));
> 
> I was wondering if "Functions may not be called in reverse mode"
> might be clearer?  I can make the change later if people agree...

How about

   Cannot call functions in reverse mode.

?


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