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

2013-01-29 Thread Borislav Petkov
On Tue, Jan 29, 2013 at 01:37:43PM +0100, Jan Kiszka wrote: > Version 5 comes with the following changes: > - moved tutorial into Documentation/gdb-kernel-debugging.txt > - improved caching of gdb.Type objects, ensure they are in sync with >currently loaded symbols > - added new functions

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

2013-01-29 Thread Jan Kiszka
Version 5 comes with the following changes: - moved tutorial into Documentation/gdb-kernel-debugging.txt - improved caching of gdb.Type objects, ensure they are in sync with currently loaded symbols - added new functions and commands - lx_module -- Find module by name and return the

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

2013-01-29 Thread Jan Kiszka
Version 5 comes with the following changes: - moved tutorial into Documentation/gdb-kernel-debugging.txt - improved caching of gdb.Type objects, ensure they are in sync with currently loaded symbols - added new functions and commands - lx_module -- Find module by name and return the

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

2013-01-29 Thread Borislav Petkov
On Tue, Jan 29, 2013 at 01:37:43PM +0100, Jan Kiszka wrote: Version 5 comes with the following changes: - moved tutorial into Documentation/gdb-kernel-debugging.txt - improved caching of gdb.Type objects, ensure they are in sync with currently loaded symbols - added new functions and