aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorYao Qi <yao.qi@linaro.org>2017-11-02 15:15:42 +0000
committerYao Qi <yao.qi@linaro.org>2017-11-02 15:15:42 +0000
commit6c6e9412e930c96f48b8ee78a389437328f5283c (patch)
tree557b4eca4b3f917a7ba016ffa212a454503df1aa /gdb/ChangeLog
parent8b86c9592117b3ba52921af11868dc0b81ce4858 (diff)
downloadgdb-6c6e9412e930c96f48b8ee78a389437328f5283c.zip
gdb-6c6e9412e930c96f48b8ee78a389437328f5283c.tar.gz
gdb-6c6e9412e930c96f48b8ee78a389437328f5283c.tar.bz2
const-fy regcache::m_readonly_p
gdb: 2017-11-02 Yao Qi <yao.qi@linaro.org> * regcache.h (regcache) <m_readonly_p>: Change it to const bool.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index c1a0cbe4..7cec806 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
2017-11-02 Yao Qi <yao.qi@linaro.org>
+ * regcache.h (regcache) <m_readonly_p>: Change it to const bool.
+
+2017-11-02 Yao Qi <yao.qi@linaro.org>
+
* breakpoint.c (insert_single_step_breakpoints): Update.
* frame.c (struct frame_info) <aspace>: Add const.
(frame_save_as_regcache): Add const.