aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorTom Tromey <tromey@adacore.com>2019-08-19 12:46:03 -0600
committerTom Tromey <tromey@adacore.com>2019-08-19 12:46:03 -0600
commit7ce8f214f1af1dd593ad42665da416ac46033f97 (patch)
tree017d2d6ab176105997ce7c0501390e80fe16a4bb /gdb/ChangeLog
parentf21c2bd7b7ef2a9c47e5713cabaa784bcf5c2bee (diff)
downloadgdb-7ce8f214f1af1dd593ad42665da416ac46033f97.zip
gdb-7ce8f214f1af1dd593ad42665da416ac46033f97.tar.gz
gdb-7ce8f214f1af1dd593ad42665da416ac46033f97.tar.bz2
Fix indentation in value_has_field
value_has_field had a mis-indented line. This fixes it. gdb/ChangeLog 2019-08-19 Tom Tromey <tromey@adacore.com> * python/py-value.c (value_has_field): Fix indentation.
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 6c9b2e0..2dce609 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
2019-08-19 Tom Tromey <tromey@adacore.com>
+ * python/py-value.c (value_has_field): Fix indentation.
+
+2019-08-19 Tom Tromey <tromey@adacore.com>
+
* printcmd.c (do_one_display, info_display_command): Update.
* block.h (contained_in): Return bool. Add allow_nested
parameter.