[PATCH 1/3] kdb: Add framework to display sequence files

2014-04-30 Thread Daniel Thompson
Lots of useful information about the system is held in pseudo filesystems and presented using the seq_file mechanism. Unfortunately during both boot up and kernel panic (both good times to break out kdb) it is difficult to examine these files. This patch introduces a means to display sequence files

[PATCH 1/3] kdb: Add framework to display sequence files

2014-04-29 Thread Daniel Thompson
Lots of useful information about the system is held in pseudo filesystems and presented using the seq_file mechanism. Unfortunately during both boot up and kernel panic (both good times to break out kdb) it is difficult to examine these files. This patch introduces a means to display sequence files