summaryrefslogtreecommitdiffstats
path: root/scripts/gdb/linux/symbols.py
Commit message (Expand)AuthorAgeFilesLines
* scripts/gdb/symbols: fix invalid escape sequence warningAndrew Ballance2024-03-071-1/+1
* revert "scripts/gdb/symbols: add specific ko module load command"Andrew Morton2023-09-191-21/+2
* scripts/gdb/symbols: add specific ko module load commandKuan-Ying Lee2023-08-211-2/+21
* scripts/gdb: fix lx-symbols command for arm64 LLVMKoudai Iwahori2023-08-181-7/+10
* scripts/gdb: use mem instead of core_layout to get the module addressPankaj Raghav2023-04-131-2/+2
* scripts/gdb: Fix gdb 'lx-symbols' commandKhalid Masum2022-07-211-1/+1
* scripts/gdb: handle split debug for vmlinuxDouglas Anderson2021-11-091-1/+2
* gdb: lx-symbols: store the abspath()Johannes Berg2021-05-071-1/+2
* scripts/gdb: fix lx-symbols 'gdb.error' while loading modulesStefano Garzarella2020-07-241-1/+1
* scripts/gdb: fix debugging modules compiled with hot/cold partitioningIlya Leoshkevich2019-11-061-1/+2
* scripts/gdb: fix debugging modules on s390Ilya Leoshkevich2019-10-191-1/+7
* scripts/gdb: handle split debugDouglas Anderson2019-09-251-2/+2
* scripts/gdb: find vmlinux where it was beforeStephen Boyd2019-05-141-1/+5
* scripts/gdb: Perform path expansion to lx-symbol's argumentsNikolay Borisov2016-07-151-1/+1
* scripts/gdb: account for changes in module data structureJan Kiszka2016-03-221-1/+1
* scripts/gdb: fix PEP8 complianceThiƩbaud Weksteen2015-06-301-5/+4
* scripts/gdb: disable pagination while printing from breakpoint handlerJan Kiszka2015-02-171-0/+11
* scripts/gdb: convert ModuleList to generator functionJan Kiszka2015-02-171-1/+1
* scripts/gdb: port to python3 / gdb7.7Pantelis Koukousoulas2015-02-171-2/+2
* scripts/gdb: add automatic symbol reloading on module insertionJan Kiszka2015-02-171-0/+39
* scripts/gdb: add lx-symbols commandJan Kiszka2015-02-171-0/+127