mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
scripts/gdb: add command to check list consistency
Add a gdb script to verify the consistency of lists. Signed-off-by: Thiébaud Weksteen <thiebaud@weksteen.fr> Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
43abdbcece
commit
084f6b1ec6
2 changed files with 90 additions and 0 deletions
|
@ -28,3 +28,4 @@ else:
|
|||
import linux.dmesg
|
||||
import linux.tasks
|
||||
import linux.cpus
|
||||
import linux.lists
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue