From: rread Date: Mon, 19 May 2003 22:04:30 +0000 (+0000) Subject: - update module paths used for the gdb symbol loading script X-Git-Tag: v1_7_100~1^91~264 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=b459ed2b5fbe451adac8ba31e22fc8eda019f963;p=fs%2Flustre-release.git - update module paths used for the gdb symbol loading script --- diff --git a/lnet/utils/debug.c b/lnet/utils/debug.c index 13572dc..afc7022 100644 --- a/lnet/utils/debug.c +++ b/lnet/utils/debug.c @@ -532,8 +532,8 @@ int jt_dbg_modules(int argc, char **argv) struct mod_paths { char *name, *path; } *mp, mod_paths[] = { - {"portals", "portals/linux/oslib"}, - {"ksocknal", "portals/linux/socknal"}, + {"portals", "lustre/portals/libcfs"}, + {"ksocknal", "lustre/portals/knals/socknal"}, {"obdclass", "lustre/obdclass"}, {"ptlrpc", "lustre/ptlrpc"}, {"obdext2", "lustre/obdext2"}, diff --git a/lustre/portals/utils/debug.c b/lustre/portals/utils/debug.c index 13572dc..afc7022 100644 --- a/lustre/portals/utils/debug.c +++ b/lustre/portals/utils/debug.c @@ -532,8 +532,8 @@ int jt_dbg_modules(int argc, char **argv) struct mod_paths { char *name, *path; } *mp, mod_paths[] = { - {"portals", "portals/linux/oslib"}, - {"ksocknal", "portals/linux/socknal"}, + {"portals", "lustre/portals/libcfs"}, + {"ksocknal", "lustre/portals/knals/socknal"}, {"obdclass", "lustre/obdclass"}, {"ptlrpc", "lustre/ptlrpc"}, {"obdext2", "lustre/obdext2"},