echo Setting up the NET+OS environment for debugging gdb.\n

set complaints 1
set endian big

dir .
set prompt (majic-gdb) 

set remotetimeout 200

# This connects to a target via EPI's MDI Server
# listening for command on this PC's tcp port 2345
target remote localhost:2345


# 
# We use "monitor L" command to download your image since it
# is much faster than using the gdb load command.
#


