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: [PATCH 4/6] Convert fatal to error in remote_prepare


On 08/06/2014 04:58 PM, Gary Benson wrote:
> This commit converts a call to fatal in remote_prepare with a call to
> error.  remote_prepare is called precisely once, from main, at a point
> where jumping to toplevel will call exit (1), so error and fatal are
> functionally equivalent at this point.  Note that remote_prepare calls
> perror_with_name (which calls error) so callers of remote_prepare must
> already handle the fact that it may exit via longjmp.
> 
> gdb/gdbserver/
> 2014-08-06  Gary Benson  <gbenson@redhat.com>
> 
> 	* remote-utils.c (remote_prepare): Replace fatal with error.

OK.

Thanks,
Pedro Alves


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