# $Id: oncrash,v 1.9 2003/03/11 12:06:13 magic Exp $
# $Log: oncrash,v $
# Revision 1.9  2003/03/11 12:06:13  magic
# Offline Commiting Areas
#
# Revision 1.8  2003/03/07 15:50:44  magic
# Commit Areas
# Tot kto perenosil mud na nest i(ili) obratno - lameri
# Vtoroj chas pytayus' nastroit' vse
# Farom redaktirovat files cherez ftp - ploho
# sledite chtob ne poyavlyalis' simvoly ^M v konce kazhdoqj stroki
#
# Revision 1.7  2001/02/15 09:33:12  cvsuser
# - Added RCS `Log' tag in script header.
# - Added RCS `Id' tag in outgoing report.
#
#
# This script interprets on each crash by gdb.
# Results are posted to developer's mail-list in 
# each crash-report in "misc" section.
#
# Lines beggining with `#' and empty lines ignored.
# Lines beggining with `%' passed to report with skipped `%'.

# If this SPAM is borring, let me know, there is a way
# of splitting and personaliating this file for a 
# particular developer, bound to the exect e-mail address. (unicorn)

% $Id: oncrash,v 1.9 2003/03/11 12:06:13 magic Exp $
 
% Source code near crash, if exist.
l

% Some extra info...
output rgFreeList

# Oh, I need it.
% Crash on instruction:
disassemble $eip $eip+1

% Registers:
info registers

# Uncomment with extrem care!
#% =====> Raw info SPAM... Matrix has you (:Margo:) <=====
#
#% Registers:
#info all-registers
#
#% Raw stack:
#x/1000000 $esp

