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


> +  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


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