public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Update GDB NEWS with ARC support in GDBserver
@ 2020-10-07 16:36 Shahab Vahedi
  2020-10-07 16:48 ` [PATCH v2] " Shahab Vahedi
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Shahab Vahedi @ 2020-10-07 16:36 UTC (permalink / raw)
  To: gdb-patches; +Cc: Shahab Vahedi, Shahab Vahedi

From: Shahab Vahedi <shahab@synopsys.com>

gdb/ChangeLog:

	* NEWS: Mention ARC support in GDBserver.
---
 gdb/NEWS | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gdb/NEWS b/gdb/NEWS
index d230b1c3228..b4f26c160a0 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -67,6 +67,8 @@ show debug event-loop
 
 * New features in the GDB remote stub, GDBserver
 
+  ** GDBserver now supports ARC targets on GNU/Linux.
+
   ** GDBserver is now supported on RISC-V GNU/Linux.
 
   ** GDBserver no longer supports these host triplets:
-- 
2.28.0


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

* [PATCH v2] Update GDB NEWS with ARC support in GDBserver
  2020-10-07 16:36 [PATCH] Update GDB NEWS with ARC support in GDBserver Shahab Vahedi
@ 2020-10-07 16:48 ` Shahab Vahedi
  2020-10-07 17:04 ` [PATCH] " Eli Zaretskii
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Shahab Vahedi @ 2020-10-07 16:48 UTC (permalink / raw)
  To: gdb-patches; +Cc: Shahab Vahedi, Shahab Vahedi

From: Shahab Vahedi <shahab@synopsys.com>

gdb/ChangeLog:

	* NEWS: Mention ARC support in GDBserver.
---
 gdb/ChangeLog | 4 ++++
 gdb/NEWS      | 2 ++
 2 files changed, 6 insertions(+)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 3e72d920ae4..693aa3b2719 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2020-10-07  Shahab Vahedi  <shahab@synopsys.com>
+
+	* NEWS: Mention ARC support in GDBserver.
+
 2020-10-07  Anton Kolesov  <anton.kolesov@synopsys.com>
 
 	* arc-linux-tdep.h: New file.
diff --git a/gdb/NEWS b/gdb/NEWS
index d230b1c3228..1789cf31356 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -67,6 +67,8 @@ show debug event-loop
 
 * New features in the GDB remote stub, GDBserver
 
+  ** GDBserver is now supported on ARC GNU/Linux.
+
   ** GDBserver is now supported on RISC-V GNU/Linux.
 
   ** GDBserver no longer supports these host triplets:
-- 
2.28.0


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

* Re: [PATCH] Update GDB NEWS with ARC support in GDBserver
  2020-10-07 16:36 [PATCH] Update GDB NEWS with ARC support in GDBserver Shahab Vahedi
  2020-10-07 16:48 ` [PATCH v2] " Shahab Vahedi
@ 2020-10-07 17:04 ` Eli Zaretskii
  2020-10-08 11:58 ` [PUSHED gdb-10-branch] " Shahab Vahedi
  2020-10-08 11:59 ` [PUSHED master] " Shahab Vahedi
  3 siblings, 0 replies; 5+ messages in thread
From: Eli Zaretskii @ 2020-10-07 17:04 UTC (permalink / raw)
  To: Shahab Vahedi; +Cc: gdb-patches, shahab

> Date: Wed,  7 Oct 2020 18:36:02 +0200
> From: Shahab Vahedi via Gdb-patches <gdb-patches@sourceware.org>
> Cc: Shahab Vahedi <shahab.vahedi@gmail.com>,
>  Shahab Vahedi <shahab@synopsys.com>
> 
> From: Shahab Vahedi <shahab@synopsys.com>
> 
> gdb/ChangeLog:
> 
> 	* NEWS: Mention ARC support in GDBserver.
> ---
>  gdb/NEWS | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/gdb/NEWS b/gdb/NEWS
> index d230b1c3228..b4f26c160a0 100644
> --- a/gdb/NEWS
> +++ b/gdb/NEWS
> @@ -67,6 +67,8 @@ show debug event-loop
>  
>  * New features in the GDB remote stub, GDBserver
>  
> +  ** GDBserver now supports ARC targets on GNU/Linux.
> +
>    ** GDBserver is now supported on RISC-V GNU/Linux.
>  
>    ** GDBserver no longer supports these host triplets:
> -- 
> 2.28.0

OK, thanks.

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

* [PUSHED gdb-10-branch] Update GDB NEWS with ARC support in GDBserver
  2020-10-07 16:36 [PATCH] Update GDB NEWS with ARC support in GDBserver Shahab Vahedi
  2020-10-07 16:48 ` [PATCH v2] " Shahab Vahedi
  2020-10-07 17:04 ` [PATCH] " Eli Zaretskii
@ 2020-10-08 11:58 ` Shahab Vahedi
  2020-10-08 11:59 ` [PUSHED master] " Shahab Vahedi
  3 siblings, 0 replies; 5+ messages in thread
From: Shahab Vahedi @ 2020-10-08 11:58 UTC (permalink / raw)
  To: gdb-patches; +Cc: Shahab Vahedi, Shahab Vahedi, Eli Zaretskii

From: Shahab Vahedi <shahab@synopsys.com>

gdb/ChangeLog:

	* NEWS: Mention ARC support in GDBserver.
---
 gdb/ChangeLog | 4 ++++
 gdb/NEWS      | 2 ++
 2 files changed, 6 insertions(+)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 74c01da6918..5522cd7b9d3 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2020-10-08  Shahab Vahedi  <shahab@synopsys.com>
+
+	* NEWS: Mention ARC support in GDBserver.
+
 2020-10-07  Anton Kolesov  <anton.kolesov@synopsys.com>
 
 	* arc-linux-tdep.h: New file.
diff --git a/gdb/NEWS b/gdb/NEWS
index 682fa2692f8..db8f2bc1ecb 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -47,6 +47,8 @@
 
 * New features in the GDB remote stub, GDBserver
 
+  ** GDBserver is now supported on ARC GNU/Linux.
+
   ** GDBserver is now supported on RISC-V GNU/Linux.
 
   ** GDBserver no longer supports these host triplets:
-- 
2.28.0


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

* [PUSHED master] Update GDB NEWS with ARC support in GDBserver
  2020-10-07 16:36 [PATCH] Update GDB NEWS with ARC support in GDBserver Shahab Vahedi
                   ` (2 preceding siblings ...)
  2020-10-08 11:58 ` [PUSHED gdb-10-branch] " Shahab Vahedi
@ 2020-10-08 11:59 ` Shahab Vahedi
  3 siblings, 0 replies; 5+ messages in thread
From: Shahab Vahedi @ 2020-10-08 11:59 UTC (permalink / raw)
  To: gdb-patches; +Cc: Shahab Vahedi, Shahab Vahedi, Eli Zaretskii

From: Shahab Vahedi <shahab@synopsys.com>

gdb/ChangeLog:

	* NEWS: Mention ARC support in GDBserver.
---
 gdb/ChangeLog | 4 ++++
 gdb/NEWS      | 2 ++
 2 files changed, 6 insertions(+)

diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index f3d27ea16f8..450561dff4c 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,7 @@
+2020-10-08  Shahab Vahedi  <shahab@synopsys.com>
+
+	* NEWS: Mention ARC support in GDBserver.
+
 2020-10-08  Andrew Burgess  <andrew.burgess@embecosm.com>
 
 	* arch/aarch32.c (aarch32_create_target_description): Release
diff --git a/gdb/NEWS b/gdb/NEWS
index d230b1c3228..1789cf31356 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -67,6 +67,8 @@ show debug event-loop
 
 * New features in the GDB remote stub, GDBserver
 
+  ** GDBserver is now supported on ARC GNU/Linux.
+
   ** GDBserver is now supported on RISC-V GNU/Linux.
 
   ** GDBserver no longer supports these host triplets:
-- 
2.28.0


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

end of thread, other threads:[~2020-10-08 11:59 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-10-07 16:36 [PATCH] Update GDB NEWS with ARC support in GDBserver Shahab Vahedi
2020-10-07 16:48 ` [PATCH v2] " Shahab Vahedi
2020-10-07 17:04 ` [PATCH] " Eli Zaretskii
2020-10-08 11:58 ` [PUSHED gdb-10-branch] " Shahab Vahedi
2020-10-08 11:59 ` [PUSHED master] " Shahab Vahedi

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).