This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
Re: [PATCH] Update get_standard_cache_dir for macOS
> From: Tom Tromey <tom@tromey.com>
> Cc: Tom Tromey <tom@tromey.com>, gdb-patches@sourceware.org
> Date: Fri, 14 Sep 2018 13:07:46 -0600
>
> The default value for this directory depends on the host platform. On
> most systems, the index is cached in the @file{gdb} subdirectory of
> the directory pointed to by the @env{XDG_CACHE_HOME} environment
> variable, if it is defined, else in the @file{.cache/gdb} subdirectory
> of your home directory. However, on some systems, the default may
> differ according to local convention.
Fine with me, thanks.
> I think it's no big deal for users to use "show index-cache directory"
> if they really care about the value.
Right.