From: Alex Zhuravlev Date: Thu, 4 Oct 2012 14:50:57 +0000 (+0400) Subject: LU-2088 utils: lctl to generate gdb symbols for lod/osp X-Git-Tag: 2.3.53~29 X-Git-Url: https://git.whamcloud.com/gitweb?a=commitdiff_plain;h=38555069bf3de77726a1afb9d15911bc4db484b7;p=fs%2Flustre-release.git LU-2088 utils: lctl to generate gdb symbols for lod/osp useful for people using gdb Signed-off-by: Alex Zhuravlev Change-Id: I5dbd3c1757b3462f6c98c5ad03fc3f83a7457e40 Reviewed-on: http://review.whamcloud.com/4183 Reviewed-by: Andreas Dilger Tested-by: Hudson Reviewed-by: Oleg Drokin Tested-by: Maloo --- diff --git a/lnet/utils/debug.c b/lnet/utils/debug.c index 9c3d3c1..4f611b4 100644 --- a/lnet/utils/debug.c +++ b/lnet/utils/debug.c @@ -897,6 +897,8 @@ static struct mod_paths { {"cmm", "lustre/cmm"}, {"fid", "lustre/fid"}, {"fld", "lustre/fld"}, + {"lod", "lustre/lod"}, + {"osp", "lustre/osp"}, {NULL, NULL} };