# # Copyright (c) 1994, 1995 # interWAVE Communications Inc, Redwood City, CA USA. All rights reserved. # # $Header: /sw2/cvs/iw/compile/pm.cmd,v 1.1.2.2 1999/08/17 22:34:23 cwlin Exp $ # # DESCRIPTION: # # cwlin - This file is a Post Mortem Advanced command file which is used for # collecting more information besides tt(), ti(), memShow and i() # before sysmon reboots the unit. # Here are some limitation for the syntax: # # 1. For all the comments, there has to be a "#" at the VERY beginning # of every line, which means no blank in front. # # This is a comment # # 2. Only a FUNCTION can be considered as a command. # Flags (such as SS7Down) will get a printout as "This is not a command!" # and will not take effect. # # 3. There are at most 100 commands can be put in. # # 4. Can only support up to TWO arguments in each command, either numeric or textual ones: # wxlog "all","error" # cpShowCCB 25 # # 5. Can't support arguments with space within the double quote. # System will ignore everything afterward. # wxlog "all", " error " ---- BAD argument # # 6. Some commands will not response if log_none has not been read in advance. # So better put "log_none" at first to be safe. # # 7. There can be only one command in each line. # Only the FIRST one will be taken if it's written like "ShowLct; xsWhat" # # # # # Example command log_none