summaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/symbols.py
AgeCommit message (Expand)AuthorFilesLines
2024-03-08scripts/gdb/symbols: fix invalid escape sequence warningAndrew Ballance1-1/+1
2023-09-19revert "scripts/gdb/symbols: add specific ko module load command"Andrew Morton1-21/+2
2023-08-21scripts/gdb/symbols: add specific ko module load commandKuan-Ying Lee1-2/+21
2023-08-18scripts/gdb: fix lx-symbols command for arm64 LLVMKoudai Iwahori1-7/+10
2023-04-14scripts/gdb: use mem instead of core_layout to get the module addressPankaj Raghav1-2/+2
2022-07-21scripts/gdb: Fix gdb 'lx-symbols' commandKhalid Masum1-1/+1
2021-11-09scripts/gdb: handle split debug for vmlinuxDouglas Anderson1-1/+2
2021-05-07gdb: lx-symbols: store the abspath()Johannes Berg1-1/+2
2020-07-24scripts/gdb: fix lx-symbols 'gdb.error' while loading modulesStefano Garzarella1-1/+1
2019-11-06scripts/gdb: fix debugging modules compiled with hot/cold partitioningIlya Leoshkevich1-1/+2
2019-10-19scripts/gdb: fix debugging modules on s390Ilya Leoshkevich1-1/+7
2019-09-26scripts/gdb: handle split debugDouglas Anderson1-2/+2
2019-05-15scripts/gdb: find vmlinux where it was beforeStephen Boyd1-1/+5
2016-07-15scripts/gdb: Perform path expansion to lx-symbol's argumentsNikolay Borisov1-1/+1
2016-03-23scripts/gdb: account for changes in module data structureJan Kiszka1-1/+1
2015-07-01scripts/gdb: fix PEP8 complianceThiƩbaud Weksteen1-5/+4
2015-02-18scripts/gdb: disable pagination while printing from breakpoint handlerJan Kiszka1-0/+11
2015-02-18scripts/gdb: convert ModuleList to generator functionJan Kiszka1-1/+1
2015-02-18scripts/gdb: port to python3 / gdb7.7Pantelis Koukousoulas1-2/+2
2015-02-18scripts/gdb: add automatic symbol reloading on module insertionJan Kiszka1-0/+39
2015-02-18scripts/gdb: add lx-symbols commandJan Kiszka1-0/+127