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 3/3] Add DWARF index cache


>>>>> "Simon" == Simon Marchi <simon.marchi@ericsson.com> writes:

Simon> +/* The index cache directory, used for "set/show index-cache directory".  */
Simon> +static char *index_cache_directory = NULL;

I think it would be good if the code that used this first passed it
through tilde_expand, so users could "set index-cache directory ~/.blah".

Tom


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