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] Add 'reverse' capability query to remote protocol (qSupported).


[replying to the updated patch itself]

> +
> + ? ? ?if (step &&
> +??????? ?remote_protocol_packets[PACKET_bs].support == PACKET_DISABLE)
> +???????error ("Remote reverse-step not supported.");
> + ? ? ?if (!step &&
> +??????? ?remote_protocol_packets[PACKET_bc].support == PACKET_DISABLE)
> +???????error ("Remote reverse-continue not supported.");
> +

'&&' at beginning of new line, not at end of previous line.  The
error strings need wrapping in _() for i18n.

Don't forget docs and NEWS.  :-)

-- 
Pedro Alves


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