[PATCH v5 1/3] Introduce gdb_tilde_expand

Sergio Durigan Junior sergiodj@redhat.com
Wed Oct 4 06:09:00 GMT 2017


On Tuesday, October 03 2017, Pedro Alves wrote:

> On 09/29/2017 11:58 PM, Sergio Durigan Junior wrote:
>> Currently, whenever we want to handle paths provided by the user and
>> perform tilde expansion on GDB, we rely on "tilde_expand", which comes
>> from readline.  This was enough for our use cases so far, but the
>> situation will change when we start dealing with paths on gdbserver as
>> well, which is what the next patches implement.
>> 
>> Unfortunately it is not possible to use "tilde_expand" in this case
>> because gdbserver doesn't use readline.  For that reason I decided to
>> implement a new "gdb_tilde_expand" function, which is basically a
>> wrapper for "glob" and its GNU extension, GLOB_TILDE_CHECK.  With the
>> import of the "glob" module from gnulib, this is a no-brainer.
>> 
>
> OK.

Thanks, pushed.

7da0a8867419fc4a2a64d49cc71a14bd145cebff

-- 
Sergio
GPG key ID: 237A 54B1 0287 28BF 00EF  31F4 D0EB 7628 65FC 5E36
Please send encrypted e-mail if possible
http://sergiodj.net/



More information about the Gdb-patches mailing list