]> sourceware.org Git - lvm2.git/commit
gdbinit - A GDB init file to help while debugging LVM.
authorJonathan Earl Brassow <jbrassow@redhat.com>
Thu, 10 Mar 2011 13:45:12 +0000 (13:45 +0000)
committerJonathan Earl Brassow <jbrassow@redhat.com>
Thu, 10 Mar 2011 13:45:12 +0000 (13:45 +0000)
commit51d61a76dae383cc76089e8fc377a2361702c840
treeba74f4c347175b80920e61483bb5f3a8187d6a63
parent8fb9f862713866af3e01a4a5280a54e650cc72fb
gdbinit - A GDB init file to help while debugging LVM.

Copy this file as '.gdbinit' to your home directory or your working
directory.  It adds the following commands to gdb:
 - first_seg
 - lv_status
 - lv_status_r
 - lv_is_mirrored
 - seg_item
 - seg_status
 - segs_using_this_lv

You can get a list of these user-defined commands by typing:
(gdb) help user-defined

You can get more information on each command by typing:
(gdb) help <command>
scripts/gdbinit [new file with mode: 0644]
This page took 0.038017 seconds and 5 git commands to generate.