Bug 26633

Summary: [PATCH] Add Z80 CPU support
Product: gdb Reporter: Sergey Belyashov <sergey.belyashov>
Component: tdepAssignee: Not yet assigned to anyone <unassigned>
Status: RESOLVED FIXED    
Severity: normal CC: brobecker, simark
Priority: P2    
Version: HEAD   
Target Milestone: ---   
Host: Target:
Build: Last reconfirmed: 2020-12-11 00:00:00
Attachments: Z80 tdep + stub

Description Sergey Belyashov 2020-09-18 13:56:07 UTC
Created attachment 12849 [details]
Z80 tdep + stub

This patch adds initial support for Z80 target to GDB. Also it adds customizable gdb stub file.
Comment 1 Simon Marchi 2020-09-18 14:07:48 UTC
Hi,

Patch reviews are done in the mailing list, if you'd like to propose this code for inclusion upstream, please follow:

https://sourceware.org/gdb/wiki/ContributionChecklist

Thanks!
Comment 2 Sergey Belyashov 2020-12-11 12:27:49 UTC
There is other way to submit patches to GDB.
Comment 3 Simon Marchi 2020-12-11 14:25:53 UTC
This is the last version of your patch right?

https://sourceware.org/pipermail/gdb-patches/2020-October/172331.html

I'll re-open this bug and mark it for GDB 11, as a reminder to process this before we create the branch for GDB 11.
Comment 4 Sergey Belyashov 2020-12-11 14:37:48 UTC
Last patch is here: https://sourceware.org/pipermail/gdb-patches/2020-September/172083.html
Comment 5 Joel Brobecker 2021-06-06 15:01:12 UTC
(May 24th) High-level pre-review done at:
https://sourceware.org/pipermail/gdb-patches/2021-May/179191.html

No movement since then. Not blocking for branching since it would be safe to backport after branching. Not blocking for release either. Therefore removing the 11.1 Target Milestone.
Comment 6 Simon Marchi 2021-06-06 15:05:14 UTC
(In reply to Joel Brobecker from comment #5)
> (May 24th) High-level pre-review done at:
> https://sourceware.org/pipermail/gdb-patches/2021-May/179191.html
> 
> No movement since then. Not blocking for branching since it would be safe to
> backport after branching. Not blocking for release either. Therefore
> removing the 11.1 Target Milestone.

I'll make a personal note to go through this again before the release.
Comment 7 Simon Marchi 2021-07-17 14:37:44 UTC
This is now done, thanks again Sergey, and sorry for the delay.