From feb7eb1d4409109582d74aee8087e895523bcebd Mon Sep 17 00:00:00 2001 From: bauen1 Date: Wed, 17 Apr 2024 12:26:08 +0200 Subject: [PATCH] st-util: supply osabi to gdb This tells gdb the osabi to use, which is especially useful if the osabi is not communicated to gdb by manually setting it, or by a special section in the ELF file loaded by gdb. --- src/st-util/gdb-server.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/st-util/gdb-server.c b/src/st-util/gdb-server.c index 28e06231..dfe71cbb 100644 --- a/src/st-util/gdb-server.c +++ b/src/st-util/gdb-server.c @@ -285,6 +285,7 @@ static const char* const target_description = "" "" " arm" + " none" " " " " " "