public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug tdep/26633] New: [PATCH] Add Z80 CPU support
@ 2020-09-18 13:56 sergey.belyashov at gmail dot com
  2020-09-18 14:07 ` [Bug tdep/26633] " simark at simark dot ca
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: sergey.belyashov at gmail dot com @ 2020-09-18 13:56 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=26633

            Bug ID: 26633
           Summary: [PATCH] Add Z80 CPU support
           Product: gdb
           Version: HEAD
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: tdep
          Assignee: unassigned at sourceware dot org
          Reporter: sergey.belyashov at gmail dot com
  Target Milestone: ---

Created attachment 12849
  --> https://sourceware.org/bugzilla/attachment.cgi?id=12849&action=edit
Z80 tdep + stub

This patch adds initial support for Z80 target to GDB. Also it adds
customizable gdb stub file.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug tdep/26633] [PATCH] Add Z80 CPU support
  2020-09-18 13:56 [Bug tdep/26633] New: [PATCH] Add Z80 CPU support sergey.belyashov at gmail dot com
@ 2020-09-18 14:07 ` simark at simark dot ca
  2020-12-11 12:27 ` sergey.belyashov at gmail dot com
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: simark at simark dot ca @ 2020-09-18 14:07 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=26633

Simon Marchi <simark at simark dot ca> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |simark at simark dot ca

--- Comment #1 from Simon Marchi <simark at simark dot ca> ---
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!

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug tdep/26633] [PATCH] Add Z80 CPU support
  2020-09-18 13:56 [Bug tdep/26633] New: [PATCH] Add Z80 CPU support sergey.belyashov at gmail dot com
  2020-09-18 14:07 ` [Bug tdep/26633] " simark at simark dot ca
@ 2020-12-11 12:27 ` sergey.belyashov at gmail dot com
  2020-12-11 14:25 ` simark at simark dot ca
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: sergey.belyashov at gmail dot com @ 2020-12-11 12:27 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=26633

Sergey Belyashov <sergey.belyashov at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |NOTABUG

--- Comment #2 from Sergey Belyashov <sergey.belyashov at gmail dot com> ---
There is other way to submit patches to GDB.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug tdep/26633] [PATCH] Add Z80 CPU support
  2020-09-18 13:56 [Bug tdep/26633] New: [PATCH] Add Z80 CPU support sergey.belyashov at gmail dot com
  2020-09-18 14:07 ` [Bug tdep/26633] " simark at simark dot ca
  2020-12-11 12:27 ` sergey.belyashov at gmail dot com
@ 2020-12-11 14:25 ` simark at simark dot ca
  2020-12-11 14:37 ` sergey.belyashov at gmail dot com
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: simark at simark dot ca @ 2020-12-11 14:25 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=26633

Simon Marchi <simark at simark dot ca> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
   Target Milestone|---                         |11.1
         Resolution|NOTABUG                     |---
   Last reconfirmed|                            |2020-12-11
     Ever confirmed|0                           |1

--- Comment #3 from Simon Marchi <simark at simark dot ca> ---
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.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug tdep/26633] [PATCH] Add Z80 CPU support
  2020-09-18 13:56 [Bug tdep/26633] New: [PATCH] Add Z80 CPU support sergey.belyashov at gmail dot com
                   ` (2 preceding siblings ...)
  2020-12-11 14:25 ` simark at simark dot ca
@ 2020-12-11 14:37 ` sergey.belyashov at gmail dot com
  2021-06-06 15:01 ` brobecker at gnat dot com
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: sergey.belyashov at gmail dot com @ 2020-12-11 14:37 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=26633

--- Comment #4 from Sergey Belyashov <sergey.belyashov at gmail dot com> ---
Last patch is here:
https://sourceware.org/pipermail/gdb-patches/2020-September/172083.html

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug tdep/26633] [PATCH] Add Z80 CPU support
  2020-09-18 13:56 [Bug tdep/26633] New: [PATCH] Add Z80 CPU support sergey.belyashov at gmail dot com
                   ` (3 preceding siblings ...)
  2020-12-11 14:37 ` sergey.belyashov at gmail dot com
@ 2021-06-06 15:01 ` brobecker at gnat dot com
  2021-06-06 15:05 ` simark at simark dot ca
  2021-07-17 14:37 ` simark at simark dot ca
  6 siblings, 0 replies; 8+ messages in thread
From: brobecker at gnat dot com @ 2021-06-06 15:01 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=26633

Joel Brobecker <brobecker at gnat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|11.1                        |---
                 CC|                            |brobecker at gnat dot com

--- Comment #5 from Joel Brobecker <brobecker at gnat dot com> ---
(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.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug tdep/26633] [PATCH] Add Z80 CPU support
  2020-09-18 13:56 [Bug tdep/26633] New: [PATCH] Add Z80 CPU support sergey.belyashov at gmail dot com
                   ` (4 preceding siblings ...)
  2021-06-06 15:01 ` brobecker at gnat dot com
@ 2021-06-06 15:05 ` simark at simark dot ca
  2021-07-17 14:37 ` simark at simark dot ca
  6 siblings, 0 replies; 8+ messages in thread
From: simark at simark dot ca @ 2021-06-06 15:05 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=26633

--- Comment #6 from Simon Marchi <simark at simark dot ca> ---
(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.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 8+ messages in thread

* [Bug tdep/26633] [PATCH] Add Z80 CPU support
  2020-09-18 13:56 [Bug tdep/26633] New: [PATCH] Add Z80 CPU support sergey.belyashov at gmail dot com
                   ` (5 preceding siblings ...)
  2021-06-06 15:05 ` simark at simark dot ca
@ 2021-07-17 14:37 ` simark at simark dot ca
  6 siblings, 0 replies; 8+ messages in thread
From: simark at simark dot ca @ 2021-07-17 14:37 UTC (permalink / raw)
  To: gdb-prs

https://sourceware.org/bugzilla/show_bug.cgi?id=26633

Simon Marchi <simark at simark dot ca> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|REOPENED                    |RESOLVED
         Resolution|---                         |FIXED

--- Comment #7 from Simon Marchi <simark at simark dot ca> ---
This is now done, thanks again Sergey, and sorry for the delay.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2021-07-17 14:37 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-18 13:56 [Bug tdep/26633] New: [PATCH] Add Z80 CPU support sergey.belyashov at gmail dot com
2020-09-18 14:07 ` [Bug tdep/26633] " simark at simark dot ca
2020-12-11 12:27 ` sergey.belyashov at gmail dot com
2020-12-11 14:25 ` simark at simark dot ca
2020-12-11 14:37 ` sergey.belyashov at gmail dot com
2021-06-06 15:01 ` brobecker at gnat dot com
2021-06-06 15:05 ` simark at simark dot ca
2021-07-17 14:37 ` simark at simark dot ca

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).