summaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/symbols.py
diff options
context:
space:
mode:
authorIngo Molnar <mingo@kernel.org>2020-07-27 13:41:13 +0300
committerIngo Molnar <mingo@kernel.org>2020-07-27 13:41:13 +0300
commit538b10856b1eb60bd6305fa2f20191b12d997ba1 (patch)
tree90574cc0c49f9c9084661c9c80c3730feb249984 /scripts/gdb/linux/symbols.py
parent3aae57f0c3ba57715cf89201b5a5f290684078a5 (diff)
parent92ed301919932f777713b9172e525674157e983d (diff)
downloadlinux-538b10856b1eb60bd6305fa2f20191b12d997ba1.tar.xz
Merge tag 'v5.8-rc7' into x86/cpu, to pick up fixes
Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'scripts/gdb/linux/symbols.py')
-rw-r--r--scripts/gdb/linux/symbols.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gdb/linux/symbols.py b/scripts/gdb/linux/symbols.py
index be984aa29b75..1be9763cf8bb 100644
--- a/scripts/gdb/linux/symbols.py
+++ b/scripts/gdb/linux/symbols.py
@@ -96,7 +96,7 @@ lx-symbols command."""
return ""
attrs = sect_attrs['attrs']
section_name_to_address = {
- attrs[n]['name'].string(): attrs[n]['address']
+ attrs[n]['battr']['attr']['name'].string(): attrs[n]['address']
for n in range(int(sect_attrs['nsections']))}
args = []
for section_name in [".data", ".data..read_mostly", ".rodata", ".bss",