From: Christian Biesinger via Gdb-patches <gdb-patches@sourceware.org>
To: Alexander Fedotov <alfedotov@gmail.com>
Cc: gdb-patches <gdb-patches@sourceware.org>
Subject: Re: [PATCH] gdb/gdbsupport: Use LOCALAPPDATA for index cache on windows
Date: Wed, 9 Dec 2020 13:45:23 +0100 [thread overview]
Message-ID: <CAPTJ0XFXp+p5tKtgzJnjU0ayQ5+urLtwRjkJpJhsXeqq+AKQmw@mail.gmail.com> (raw)
In-Reply-To: <CAN8C2Coot-_AMORU0K3FtwMMmzogQVc7Gs-zt0cwxKcj1JQ3bg@mail.gmail.com>
On Wed, Dec 9, 2020 at 10:15 AM Alexander Fedotov via Gdb-patches
<gdb-patches@sourceware.org> wrote:
>
> On Tue, Dec 8, 2020 at 6:31 PM Eli Zaretskii <eliz@gnu.org> wrote:
> >
> > > Date: Tue, 8 Dec 2020 09:46:47 -0500
> > > From: Simon Marchi via Gdb-patches <gdb-patches@sourceware.org>
> > >
> > >
> > > My only question is about:
> > >
> > > return string_printf ("%s/" HOME_CACHE_DIR "/gdb", abs.get ());
> > >
> > > That would give a final path like:
> > >
> > > C:\Users\Simon\AppData\Local\.cache\gdb
> > >
> > > The ".cache" part is not typical in this directory. Should we instead
> > > just have:
> > >
> > > C:\Users\Simon\AppData\Local\gdb
> > >
> > > ?
> >
> > IMO, it indeed should be in C:\Users\Simon\AppData\Local\gdb, as other
> > applications do. Moreover, I think we should use APPDATA, not
> > LOCALAPPDATA, because it makes sense to be able to synchronize the
> > cache over the network if the computer joins some domain. IOW, it
> > isn't necessarily local data, is it?
> IMO default behaviour should be restrictive and store user data
> locally. If necessary user
> can specify folder using .gdbinit or by commands explicitly.
> I guess such a roaming user keeping his project under version control
> along with makefiles
> and .gdbinit.
Is this only used for the index cache or also for other things? The
index cache probably makes sense to be in Local, since it can be
relatively big and caches should generally not roam. Other things may
make more sense in the roaming part (e.g. settings).
https://docs.microsoft.com/en-us/previous-versions/windows/apps/hh464917(v=win.10)?redirectedfrom=MSDN
does say "The OS limits the size of the app data that each app may
roam".
Christian
prev parent reply other threads:[~2020-12-09 12:46 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-12-08 10:16 Alexander Fedotov via Gdb-patches
2020-12-08 14:46 ` Simon Marchi via Gdb-patches
2020-12-08 14:48 ` Simon Marchi via Gdb-patches
2020-12-08 14:51 ` Alexander Fedotov via Gdb-patches
2020-12-08 15:10 ` Simon Marchi via Gdb-patches
2020-12-08 15:12 ` Alexander Fedotov via Gdb-patches
2020-12-08 15:16 ` Simon Marchi via Gdb-patches
2020-12-08 15:31 ` Eli Zaretskii via Gdb-patches
2020-12-09 9:15 ` Alexander Fedotov via Gdb-patches
2020-12-09 12:45 ` Christian Biesinger via Gdb-patches [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=CAPTJ0XFXp+p5tKtgzJnjU0ayQ5+urLtwRjkJpJhsXeqq+AKQmw@mail.gmail.com \
--to=gdb-patches@sourceware.org \
--cc=alfedotov@gmail.com \
--cc=cbiesinger@google.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox