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 08/16] push last_program_signals_packet into struct remote_state


>>>>> "Pedro" == Pedro Alves <palves@redhat.com> writes:

>> +  /* The last QProgramSignals packet sent to the target.  We bypass
>> +     sending a new program signals list down to the target if the new
>> +     packet is exactly the same as the last we sent.  IOW, we only let
>> +     the target know about program signals list changes.  */
>> +
>> +  char *last_program_signals_packet;

Pedro> I noticed a couple of the patches add an empty line between comment
Pedro> and variable, while the rest of the structure doesn't do that.

Thanks.  I fixed all the instances of this.

Tom


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