mirror of
https://git.openafs.org/openafs.git
synced 2025-01-23 01:11:13 +00:00
1c12747818
Microsoft Debugging Tools for Windows, Visual Studio Debugger, and SysInternals tools can all make use of a Symbol Server. http://msdn.microsoft.com/en-us/magazine/cc163563.aspx The commit adds functionality to the build system to automatically add binaries and symbols to a symbol store during the build. This functionality is only enabled if two environment variables are defined: SYMSTORE_EXE - specifies the location of symstore.exe SYMSTORE_ROOT - specifies the location of the symbol store an optional environment variable permits an arbitrary comment to be added to the symbol store history file. SYMSTORE_COMMENT - arbitrary text to be added to the history LICENSE MIT Reviewed-on: http://gerrit.openafs.org/324 Reviewed-by: Jeffrey Altman <jaltman@openafs.org> Tested-by: Jeffrey Altman <jaltman@openafs.org> |
||
---|---|---|
.. | ||
ilist_nt.c | ||
listVicepx.c | ||
listVicepx.h | ||
ltlist.c | ||
Makefile.in | ||
nicreate.c | ||
nilist.c | ||
nincdec.c | ||
nino.c | ||
nsubr.c | ||
NTMakefile | ||
README | ||
testpart.c | ||
updateDirInode.c | ||
utilities.c |
Copyright 2000, International Business Machines Corporation and others. All Rights Reserved. This software has been released under the terms of the IBM Public License. For details, see the LICENSE file in the top-level source directory or online at http://www.openafs.org/dl/license10.html /* Tool for listing /vicepX partition ** */ listVicepx -p < partitionName> -v <volumeName> [-ls | -lsl | -ld | -dir <directoryInode> ] Without any input options, it prints out the names of symlinks and directory names where any of its file is mounted. With the -ls option, it prints out the names of all file/symlinks inside the volume. With the -lsl option, it prints out metadata about all file/symlink. This metadata includes the inode number(Ind), UNIX mode bits(Mod), link count(Lnk), the owner(Own), the group(Grp) and the file size(Siz). With the -ld option, it prints out metadata about all directoies in this volume. This metadata includes the directory inode(Ind) and the directory vnode(Vnd) along woth the directory name. The root directory of the volume is indicated as ~. With the -dir <directory inode> option, this tool prints out the contents of this directory. The inode number has to be a directory inode. COMPILATION: mkdir objvol/test cd obj/vol/test ln -s ../SRC/test SRC ln -s ../DEST DEST make install The executable name is listVicepx.