#
# (C) Copyright IBM Corp. 2003
#
# $Id: gdbInit,v 1.1 2003/05/14 15:25:46 dgrove-oss Exp $
#
# gdb init file for running Jikes RVM executable on gdb
#
# @author Dave Grove
#

# Tell gdb to completely ignore some signals that Jikes RVM uses
# for its own purposes.
# SIGSEGV is a null pointer exception
handle SIGSEGV nostop noprint pass

# Set an initial breakpoint right before we start the jump into VM.boot
break bootThread
