This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Special mode for GDB that allows to debug/disassemble REAL MODE x86 code | |
# | |
# It has been designed to be used with QEMU or BOCHS gdb-stub | |
# | |
# 08/2011 Hugo Mercier - GPL v3 license | |
# | |
# Freely inspired from "A user-friendly gdb configuration file" widely available | |
# on the Internet | |
set confirm off |