// program to cause a breakpoint trap #include void umain(int argc, char **argv) { asm volatile("int $3"); }