2 Copyright © 1995-2014, The AROS Development Team. All rights reserved.
7 #include <proto/exec.h>
9 #include <aros/shcommands.h>
11 AROS_SH0H(GdbStop
, 1.0, "Issue a debugger breakpoint")
15 asm volatile ("trap #1\n");
16 PutStr("Back from trap #1 breakpoint\n");