Re: [PATCH 00/13] Add gdb python scripts as kernel debugging helpers

2012-12-20 Thread Ben Widawsky
Jan Kiszka siemens.com> writes: > > Version 2 of this series is a rebase over 3.7-rc4 to resolve some minor > collision in the top-level makefile. Moreover, this implements automatic > symbol loading for kernel modules using silent breakpoints. See patch 3 > for details. > > Unless someone comp

[PATCH 00/13] Add gdb python scripts as kernel debugging helpers

2012-11-05 Thread Jan Kiszka
Version 2 of this series is a rebase over 3.7-rc4 to resolve some minor collision in the top-level makefile. Moreover, this implements automatic symbol loading for kernel modules using silent breakpoints. See patch 3 for details. Unless someone complains over this series or suggests a better workf

[PATCH 00/13] Add gdb python scripts as kernel debugging helpers

2012-10-03 Thread Jan Kiszka
I'm sitting too long on this stuff, time to finally role it out: This adds the infrastructure and first tools that make kernel debugging through gdb more comfortable. Since 7.0, gdb supports python scripting. And this opens the doors to automate steps like the tedious loading of module symbols at