This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: Don't allow calling inferior functions in reverse execution mode
- From: Joel Brobecker <brobecker at adacore dot com>
- To: Pedro Alves <pedro at codesourcery dot com>
- Cc: gdb-patches at sourceware dot org
- Date: Thu, 26 May 2011 09:36:54 -0700
- Subject: Re: Don't allow calling inferior functions in reverse execution mode
- References: <201105261723.22519.pedro@codesourcery.com>
> + 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...
--
Joel