]> code.ossystems Code Review - openembedded-core.git/commit
gdb: Add native GDB support for ARC
authorAlexey Brodkin <abrodkin@synopsys.com>
Tue, 15 Jun 2021 16:00:33 +0000 (09:00 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 17 Jun 2021 12:41:56 +0000 (13:41 +0100)
commit3429acea0f4a0b59f233947defecdf919c7b1799
treeb0a9032b54aaae1ae5ca32a01801ccd2c0258ddb
parent0d7aa00663e1e41980afb24d0ada2d76e8723e2b
gdb: Add native GDB support for ARC

This adds support of so-called "native" GDB for ARC processors.
It was submitted upstream a bit late for inclusion in v10.x,
but already in the upstream "master" branch and will be an essential part
of v11.1 whenever it happens.

These are the changes from upstream "master":
 * https://sourceware.org/git?p=binutils-gdb.git;a=commit;h=b4e3cd0440109d0a5552d3313ccbd35c8103335b
 * https://sourceware.org/git?p=binutils-gdb.git;a=commit;h=d4af727286e3a9f177ba11677fbd3a012d36558a
 * https://sourceware.org/git?p=binutils-gdb.git;a=commit;h=46023bbe81355230b4e7b76d3084337823d02362
 * https://sourceware.org/git?p=binutils-gdb.git;a=commit;h=04c9f85efcd8df5fc482ce97c0104cc7dd5d19e6

Thanks a bunch to Anton & Shahab who made it possible!

Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/gdb/gdb-10.2.inc
meta/recipes-devtools/gdb/gdb/0012-arc-Add-support-for-signal-handlers.patch [new file with mode: 0644]
meta/recipes-devtools/gdb/gdb/0013-arc-Add-support-for-signal-frames-for-Linux-targets.patch [new file with mode: 0644]
meta/recipes-devtools/gdb/gdb/0014-arc-Take-into-account-the-REGNUM-in-supply-collect-g.patch [new file with mode: 0644]
meta/recipes-devtools/gdb/gdb/0015-gdb-Add-native-support-for-ARC-in-GNU-Linux.patch [new file with mode: 0644]