From 38555069bf3de77726a1afb9d15911bc4db484b7 Mon Sep 17 00:00:00 2001 From: Alex Zhuravlev Date: Thu, 4 Oct 2012 18:50:57 +0400 Subject: [PATCH] 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 --- lnet/utils/debug.c | 2 ++ 1 file changed, 2 insertions(+) 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} }; -- 1.8.3.1