This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [RFA 7/8] Add truncate_repeat_arguments function
- From: Tom Tromey <tom at tromey dot com>
- To: Tom Tromey <tom at tromey dot com>
- Cc: Yao Qi <qiyaoltc at gmail dot com>, gdb-patches at sourceware dot org
- Date: Mon, 06 Nov 2017 09:38:27 -0700
- Subject: Re: [RFA 7/8] Add truncate_repeat_arguments function
- Authentication-results: sourceware.org; auth=none
- References: <20171013205950.22943-1-tom@tromey.com> <20171013205950.22943-8-tom@tromey.com> <87vajitjuv.fsf@tromey.com> <87h8uzu6xw.fsf@tromey.com> <86fuajwh8w.fsf@gmail.com> <87k1ztruap.fsf@tromey.com>
Yao> This global variable worries me a little bit. Is it possible that
Yao> different part of GDB request to execute the repeatable commands? For
Yao> example, CLI and MI issues command, or different UIs issue command.
Tom> It's hard to reason about, I agree.
[...]
I think this is the last remaining constification patch of mine that
requires approval. There weren't any concrete suggestions coming from
this exchange; but if you have one I am happy to try to implement it.
thanks,
Tom