Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Neon.2 does not start GDB 7.12 on macOS

> On 27 Jan 2017, at 21:43, Marc Khouzam <marc.khouzam@xxxxxxxxxxxx> wrote:
> 
> So that seems a different issue.

yes.

after some more tests, it looks like the problem is arm-none-eabi-gdb 7.12 specific:

$ arm-none-eabi-gdb --interpreter=mi2 --nx
=thread-group-added,id="i1"
~"GNU gdb (GNU Tools for ARM Embedded Processors) 7.12.0.20161204-git\n"
~"Copyright (C) 2016 Free Software Foundation, Inc.\n"
~"License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>\nThis is free software: you are free to change and redistribute it.\nThere is NO WARRANTY, to the extent permitted by law.  Type \"show copying\"\nand \"show warranty\" for details.\n"
~"This GDB was configured as \"--host=x86_64-apple-darwin10 --target=arm-none-eabi\".\nType \"show configuration\" for configuration details."
~"\nFor bug reporting instructions, please see:\n"
~"<http://www.gnu.org/software/gdb/bugs/>.\n"
~"Find the GDB manual and other documentation resources online at:\n<http://www.gnu.org/software/gdb/documentation/>.\n"
~"For help, type \"help\".\n"
~"Type \"apropos word\" to search for commands related to \"word\".\n"
(gdb) 
1-gdb-set charset ISO-8859-1
Abort trap: 6

similarly:

$ arm-none-eabi-gdb --interpreter=mi2 --nx
...
(gdb) 
1-gdb-set language auto
Abort trap: 6

---

$ man signal
...
6     SIGABRT      create core image    abort program (formerly SIGIOT)
...

---

so these two commands **are** the trouble makers :-(

can anyone else confirm these findings?


regards,

Liviu




Back to the top