Go to the source code of this file.
Functions | |
| static void | bochsbp (void) |
| Breakpoint for when debugging under bochs. | |
This file defines bochsbp, the magic breakpoint instruction that is incredibly useful when debugging under bochs. This file should never be included in production code.
Use the pseudo-instruction bochsbp in assembly code, or the bochsbp() function in C code.
Definition in file bochs.h.
| static void bochsbp | ( | void | ) | [inline, static] |
1.5.7.1