Porównaj commity

...

2 Commity

Autor SHA1 Wiadomość Data
nightwalker-87 5508663270
Merge pull request #1387 from bauen1/fix-gdb-osabi
st-util: supply osabi to gdb
2024-04-21 20:31:52 +02:00
bauen1 feb7eb1d44
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.
2024-04-17 12:26:08 +02:00
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -285,6 +285,7 @@ static const char* const target_description =
"<!DOCTYPE target SYSTEM \"gdb-target.dtd\">"
"<target version=\"1.0\">"
" <architecture>arm</architecture>"
" <osabi>none</osabi>"
" <feature name=\"org.gnu.gdb.arm.m-profile\">"
" <reg name=\"r0\" bitsize=\"32\"/>"
" <reg name=\"r1\" bitsize=\"32\"/>"