X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=scripts%2Fgdb%2Flinux%2Fsymbols.py;h=be984aa29b759cb1e42bb2c8d6e42eb4b061fb9c;hb=8731acc5068eb3f422a45c760d32198175c756f8;hp=7b7c2fafbc687d2f9cb0316089c8e124bf9a9fd0;hpb=20975806eb6f22873785cfd3f33fea008155e7fa;p=linux-2.6-microblaze.git diff --git a/scripts/gdb/linux/symbols.py b/scripts/gdb/linux/symbols.py index 7b7c2fafbc68..be984aa29b75 100644 --- a/scripts/gdb/linux/symbols.py +++ b/scripts/gdb/linux/symbols.py @@ -99,7 +99,8 @@ lx-symbols command.""" attrs[n]['name'].string(): attrs[n]['address'] for n in range(int(sect_attrs['nsections']))} args = [] - for section_name in [".data", ".data..read_mostly", ".rodata", ".bss"]: + for section_name in [".data", ".data..read_mostly", ".rodata", ".bss", + ".text", ".text.hot", ".text.unlikely"]: address = section_name_to_address.get(section_name) if address: args.append(" -s {name} {addr}".format(