00001 /* 00002 00003 Copyright (C) 2000, 2001 Silicon Graphics, Inc. All Rights Reserved. 00004 00005 This program is free software; you can redistribute it and/or modify it 00006 under the terms of version 2 of the GNU General Public License as 00007 published by the Free Software Foundation. 00008 00009 This program is distributed in the hope that it would be useful, but 00010 WITHOUT ANY WARRANTY; without even the implied warranty of 00011 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 00012 00013 Further, this software is distributed without any warranty that it is 00014 free of the rightful claim of any third person regarding infringement 00015 or the like. Any license provided herein, whether implied or 00016 otherwise, applies only to this software file. Patent licenses, if 00017 any, provided herein do not apply to combinations of this program with 00018 other software, or any other product whatsoever. 00019 00020 You should have received a copy of the GNU General Public License along 00021 with this program; if not, write the Free Software Foundation, Inc., 59 00022 Temple Place - Suite 330, Boston MA 02111-1307, USA. 00023 00024 Contact information: Silicon Graphics, Inc., 1600 Amphitheatre Pky, 00025 Mountain View, CA 94043, or: 00026 00027 http://www.sgi.com 00028 00029 For further information regarding this notice, see: 00030 00031 http://oss.sgi.com/projects/GenInfo/NoticeExplan 00032 00033 */ 00034 00035 00078 #ifndef debug_INCLUDED 00079 #define debug_INCLUDED 00080 #ifdef __cplusplus 00081 extern "C" { 00082 #endif 00083 00084 #define WBC_MIN 0 00085 #define WBC_DISABLE 0 00086 #define WBC_DU_ONLY 1 00087 #define WBC_DU_AND_ARRAY 2 00088 #define WBC_FULL_SNL 3 00089 #define WBC_MAX 3 00090 00091 extern void WB_LNO_Initialize(WN* global_fd, struct DU_MANAGER* du_mgr, 00092 struct ALIAS_MANAGER* alias_mgr, INT sanity_check_level); 00093 extern void WB_LNO_Terminate(void); 00094 extern void WB_Set_Sanity_Check_Level(INT sanity_check_level); 00095 extern const char* WB_Whirl_Symbol(WN* wn); 00096 extern const char* WB_Whirl_Symbol_Type(WN* wn); 00097 extern void Lisp_Loops(WN* wn_root, FILE *fp); 00098 extern BOOL WB_Dep_Symbol(WN* wn, char buffer[], INT max_string); 00099 00100 #ifdef __cplusplus 00101 } 00102 #endif 00103 00104 00105 #endif /* debug_INCLUDED */ 00106
1.5.6