aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2015-02-11 14:37:40 +0100
committerJan Kratochvil <jan.kratochvil@redhat.com>2015-02-11 14:37:40 +0100
commit34019068f0082676b31926c7ec84dba0cfb2aba5 (patch)
tree311fffe73fb3e9033376577c36067341ec97ffa4 /gdb/ChangeLog
parent8d4a54e2fb7f44c20ff3ddf42ff67db6bd08bdab (diff)
downloadgdb-34019068f0082676b31926c7ec84dba0cfb2aba5.zip
gdb-34019068f0082676b31926c7ec84dba0cfb2aba5.tar.gz
gdb-34019068f0082676b31926c7ec84dba0cfb2aba5.tar.bz2
framefilter quit: Code cleanup: Reindentation
Nothing significant but I find code more clear with less deep indentation. gdb/ChangeLog 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com> * python/py-framefilter.c (py_print_frame): Put conditional code paths with goto first, indent the former else codepath left. Put variable 'elided' to a new inner block.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 5792057..7386ed3 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,11 @@
2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
+ * python/py-framefilter.c (py_print_frame): Put conditional code paths
+ with goto first, indent the former else codepath left. Put variable
+ 'elided' to a new inner block.
+
+2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
+
* python/py-framefilter.c (py_print_frame): Whitespacing fixes.
2015-02-11 Pedro Alves <palves@redhat.com>