#
# $RCSfile: gdbinit,v $
#
# x-kernel v3.2
#
# Copyright (c) 1993,1991,1990  Arizona Board of Regents
#
# $Revision: 1.1 $
# $Date: 1993/03/03 00:29:53 $


#
# Writes the calling stack into the xkBackTraceArr for every
# allocation. 
#
break xkBreakpoint
commands
silent
storebacktrace 2 5 xkBackTraceArr
continue
end
