aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorPedro Alves <palves@redhat.com>2017-04-13 03:07:21 +0100
committerPedro Alves <palves@redhat.com>2017-04-13 03:07:21 +0100
commitbfb8cf9091a174b42beeff3d014173084413af4d (patch)
treee37a88f1127dc3b2f0ff57e0165097295bd353f3 /gdb/ChangeLog
parentf5336ca55ca0aca2507ac8c0f1d573d7f6b877ab (diff)
downloadgdb-bfb8cf9091a174b42beeff3d014173084413af4d.zip
gdb-bfb8cf9091a174b42beeff3d014173084413af4d.tar.gz
gdb-bfb8cf9091a174b42beeff3d014173084413af4d.tar.bz2
struct breakpoint: Fix indentation
I'm going to need to touch all these fields to add in-class initialization anyway, might as well take the opportunity to finally fix this... gdb/ChangeLog: 2017-04-13 Pedro Alves <palves@redhat.com> * breakpoint.h (struct breakpoint): Reindent.
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 5fba46e..315932e 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
2017-04-13 Pedro Alves <palves@redhat.com>
+ * breakpoint.h (struct breakpoint): Reindent.
+
+2017-04-13 Pedro Alves <palves@redhat.com>
+
* breakpoint.c (bp_location): Rename to ...
(bp_locations): ... this. All references updated.
(bp_location_count): Rename to ...