aboutsummaryrefslogtreecommitdiff
path: root/gdbsupport/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2020-07-05 13:02:40 -0600
committerAndrew Burgess <andrew.burgess@embecosm.com>2020-11-02 17:42:10 +0000
commit8768c3e3629657d9728487c680b173868baeee7f (patch)
tree9a8e29f261a25438a33f59a5950d499b6ecfb718 /gdbsupport/ChangeLog
parent5b3d3560e9e867f652ff622863cbac267455f726 (diff)
downloadfsf-binutils-gdb-8768c3e3629657d9728487c680b173868baeee7f.zip
fsf-binutils-gdb-8768c3e3629657d9728487c680b173868baeee7f.tar.gz
fsf-binutils-gdb-8768c3e3629657d9728487c680b173868baeee7f.tar.bz2
Add get_standard_config_dir function
This adds a new get_standard_config_dir, which returns the name of the configuration directory. In XDG, this is ~/.config/gdb/. Future patches will make use of this. 2020-07-05 Tom Tromey <tom@tromey.com> * pathstuff.h (get_standard_config_dir): Declare. * pathstuff.cc (get_standard_config_dir): New function.
Diffstat (limited to 'gdbsupport/ChangeLog')
-rw-r--r--gdbsupport/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdbsupport/ChangeLog b/gdbsupport/ChangeLog
index e6319d6..1d83cbb 100644
--- a/gdbsupport/ChangeLog
+++ b/gdbsupport/ChangeLog
@@ -1,3 +1,8 @@
+2020-11-02 Tom Tromey <tom@tromey.com>
+
+ * pathstuff.h (get_standard_config_dir): Declare.
+ * pathstuff.cc (get_standard_config_dir): New function.
+
2020-11-02 Simon Marchi <simon.marchi@efficios.com>
* common-exceptions.h: Fix indentation.