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 5/6] Convert fatal to perror_with_name in IPA code


On 08/06/2014 04:58 PM, Gary Benson wrote:
> This commit converts four calls to fatal into calls to
> perror_with_name.  perror_with_name calls error, which
> in IPA terminates with exit (1) rather than longjmp, so
> there is no functional change here.
> 
> gdb/gdbserver/
> 2014-08-06  Gary Benson  <gbenson@redhat.com>
> 
> 	* tracepoint.c (gdb_agent_init): Replace fatal with
> 	perror_with_name.
> 	(initialize_tracepoint): Likewise.

OK.

Thanks,
Pedro Alves


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