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
parent ccdd4c227c
commit 47b86b83c8
No known key found for this signature in database
GPG key ID: 1BBA026E13FC0495

View file

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