]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commit - gdb/ChangeLog
gdb: add empty lines in loc.c
authorSimon Marchi <simon.marchi@efficios.com>
Tue, 23 Jun 2020 19:26:36 +0000 (15:26 -0400)
committerSimon Marchi <simon.marchi@polymtl.ca>
Tue, 23 Jun 2020 19:34:45 +0000 (15:34 -0400)
commitfc3ecb3e61fe5dcc16c206e4135b33cc1a32ba49
tree382da883a1c8d0f2d61371698ef9bcaa80909a04
parentf37b21b481a7804a13c5806098c19b6119288ba4
gdb: add empty lines in loc.c

I always found that some switch statements in this file were a bit too
packed.  I think having empty lines between each case helps with
reading.  I'm pushing this as obvious, I hope it won't be too
controversial.

gdb/ChangeLog:

* dwarf2/loc.c (decode_debug_loc_dwo_addresses): Add empty
lines.
(dwarf2_find_location_expression): Likewise.
(call_site_parameter_matches): Likewise.
(dwarf2_compile_expr_to_ax): Likewise.
(disassemble_dwarf_expression): Likewise.
(loclist_describe_location): Likewise.

Change-Id: I381366a0468ff1793faa612c46ef48a9d4773192
gdb/ChangeLog
gdb/dwarf2/loc.c