summaryrefslogtreecommitdiffstats
path: root/src/include/bits/gdbmach.h
Commit message (Collapse)AuthorAgeFilesLines
* [gdb] Allow CPU architectures to omit support for GDBMichael Brown2024-09-051-0/+45
Move the <gdbmach.h> file to <bits/gdbmach.h>, and provide a common dummy implementation for all architectures that have not yet implemented support for GDB. Signed-off-by: Michael Brown <mcb30@ipxe.org>