gdb: add missing stdbool.h include in gdb.h

Fixes sh-elf-gdb#1
This commit is contained in:
Lephe 2024-10-06 08:51:22 +02:00 committed by Chen-Zhanming
parent 3d03721118
commit 4cd81571bc

View file

@ -10,6 +10,7 @@ extern "C" {
#endif #endif
#include <stdint.h> #include <stdint.h>
#include <stdbool.h>
/* gdb_cpu_state_t: State of the CPU when breaking /* gdb_cpu_state_t: State of the CPU when breaking
This struct keep the same register indices as those declared by GDB to allow This struct keep the same register indices as those declared by GDB to allow