Table 2. gdb Functions Supported by the BlueCat Linux Kernel Debugger

Command Format Example Description

info proc info proc 5 Displays contents [addr | pid] of a task_struct<$f$> kernel structure for task ID pid, address addr, or current task.

info inode info inode Displays contents {addr} 0xc0240000 of an inode structure at address addr.

info block info block Displays contents addr 0xc0240000 of a buffer_head structure at address addr.

info sfiles info sfiles Displays contents addr 0xc0240000 of a files_struct structure at address addr.

info file info file Displays contents addr 0xc0240000 of a file structure at address addr.

info fifo info fifo Displays contents addr 0xc0240000 of a pipe_inode_info structure at address addr.

info sblock info sblock Displays contents addr 0xc0240000 of a super_block structure at address addr.