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: [RFA/tracepoint] Make GDB can work with some old GDB server


>>>>> ">" == Hui Zhu <teawater@gmail.com> writes:

>> 2011-06-24  Hui Zhu  <teawater@gmail.com>
>> 	* remote.c (remote_start_remote): Add TRY_CATCH for
>> 	remote_get_trace_status.
>> 	* tracepoint.c (disconnect_tracing): Ditto.

It seems reasonable enough to me, but I would prefer that somebody more
knowledgeable about remote.c review this.

>> +      warning(_("%s"), ex.message);

Space before the first open paren.

>> +      warning(_("%s"), ex.message);

Likewise.

Tom


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