aboutsummaryrefslogtreecommitdiff
path: root/scripts/gdb/linux/symbols.py
AgeCommit message (Expand)AuthorFilesLines
2022-07-21scripts/gdb: Fix gdb 'lx-symbols' commandGravatar Khalid Masum 1-1/+1
2021-11-09scripts/gdb: handle split debug for vmlinuxGravatar Douglas Anderson 1-1/+2
2021-05-07gdb: lx-symbols: store the abspath()Gravatar Johannes Berg 1-1/+2
2020-07-24scripts/gdb: fix lx-symbols 'gdb.error' while loading modulesGravatar Stefano Garzarella 1-1/+1
2019-11-06scripts/gdb: fix debugging modules compiled with hot/cold partitioningGravatar Ilya Leoshkevich 1-1/+2
2019-10-19scripts/gdb: fix debugging modules on s390Gravatar Ilya Leoshkevich 1-1/+7
2019-09-25scripts/gdb: handle split debugGravatar Douglas Anderson 1-2/+2
2019-05-14scripts/gdb: find vmlinux where it was beforeGravatar Stephen Boyd 1-1/+5
2016-07-15scripts/gdb: Perform path expansion to lx-symbol's argumentsGravatar Nikolay Borisov 1-1/+1
2016-03-22scripts/gdb: account for changes in module data structureGravatar Jan Kiszka 1-1/+1
2015-06-30scripts/gdb: fix PEP8 complianceGravatar Thiébaud Weksteen 1-5/+4
2015-02-17scripts/gdb: disable pagination while printing from breakpoint handlerGravatar Jan Kiszka 1-0/+11
2015-02-17scripts/gdb: convert ModuleList to generator functionGravatar Jan Kiszka 1-1/+1
2015-02-17scripts/gdb: port to python3 / gdb7.7Gravatar Pantelis Koukousoulas 1-2/+2
2015-02-17scripts/gdb: add automatic symbol reloading on module insertionGravatar Jan Kiszka 1-0/+39
2015-02-17scripts/gdb: add lx-symbols commandGravatar Jan Kiszka 1-0/+127