Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1339635
| From | Kieran Bingham <kieran.bingham@linaro.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCHv2 0/8] gdb/scripts: Linux awareness debug commands |
| Date | 2016-02-22 16:30 +0100 |
| Message-ID | <r50AW-7F1-13@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
Sending this revised series, which now provides ability to transfer configured constants from the kernel to the python layer through the constants.py infrastructure. The iterators have been improved, in this instance thanks to the versions by Jeff Mahoney on his py-kdump work; (which were better than mine, so I dropped mine to replace with his) Testing on an STM32, brought up a couple of issues with !CONFIG_MMU and !CONFIG_MODULES which have been repaired, and further updates to both the lx-mounts and lx-meminfo commands for fixes and improvements. For convenience, this patch set submission can be found at http://git.linaro.org/people/kieran.bingham/linux.git gdb-scripts-2016-02-22-lkml-submission Kieran Bingham (8): scripts/gdb: Provide linux constants scripts/gdb: Provide a kernel list item generators scripts/gdb: Convert modules usage to lists functions scripts/gdb: Provide exception catching parser scripts/gdb: Support !CONFIG_MODULES gracefully scripts/gdb: Add io resource readers scripts/gdb: Add mount point list command scripts/gdb: Add meminfo command Kbuild | 10 + scripts/gdb/linux/Makefile | 12 +- scripts/gdb/linux/constants.py.in | 87 +++++++++ scripts/gdb/linux/lists.py | 20 ++ scripts/gdb/linux/modules.py | 22 +-- scripts/gdb/linux/proc.py | 384 ++++++++++++++++++++++++++++++++++++++ scripts/gdb/linux/utils.py | 7 + scripts/gdb/vmlinux-gdb.py | 1 + 8 files changed, 530 insertions(+), 13 deletions(-) create mode 100644 scripts/gdb/linux/constants.py.in -- 2.5.0
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCHv2 0/8] gdb/scripts: Linux awareness debug commands Kieran Bingham <kieran.bingham@linaro.org> - 2016-02-22 16:30 +0100
[PATCH 2/8] scripts/gdb: Provide a kernel list item generators Kieran Bingham <kieran.bingham@linaro.org> - 2016-02-22 16:30 +0100
[PATCH 7/8] scripts/gdb: Add mount point list command Kieran Bingham <kieran.bingham@linaro.org> - 2016-02-22 16:30 +0100
[PATCH 8/8] scripts/gdb: Add meminfo command Kieran Bingham <kieran.bingham@linaro.org> - 2016-02-22 16:30 +0100
Re: [PATCH 8/8] scripts/gdb: Add meminfo command Kieran Bingham <kieran.bingham@linaro.org> - 2016-02-24 10:50 +0100
[PATCH 4/8] scripts/gdb: Provide exception catching parser Kieran Bingham <kieran.bingham@linaro.org> - 2016-02-22 16:30 +0100
[PATCH 3/8] scripts/gdb: Convert modules usage to lists functions Kieran Bingham <kieran.bingham@linaro.org> - 2016-02-22 16:30 +0100
[PATCH 5/8] scripts/gdb: Support !CONFIG_MODULES gracefully Kieran Bingham <kieran.bingham@linaro.org> - 2016-02-22 16:30 +0100
Re: [PATCHv2 0/8] gdb/scripts: Linux awareness debug commands Jan Kiszka <jan.kiszka@siemens.com> - 2016-02-29 17:40 +0100
Re: [PATCHv2 0/8] gdb/scripts: Linux awareness debug commands Kieran Bingham <kieran.bingham@linaro.org> - 2016-02-29 18:10 +0100
csiph-web