public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] [gdbserver] Don't set srv_linux_usrregs for aarch64*-*-linux*
@ 2015-07-23 15:31 Yao Qi
  2015-07-27 15:16 ` Yao Qi
  0 siblings, 1 reply; 2+ messages in thread
From: Yao Qi @ 2015-07-23 15:31 UTC (permalink / raw)
  To: gdb-patches

We don't use PTRACE_PEEKUSR/PTRACE_POKEUSR on aarch64-linux, so don't
need to set srv_linux_usrregs.  This patch removes that line.

Regression tested on aarch64-linux gdbserver.  I'll push it in tomorrow.

gdb/gdbserver:

2015-07-23  Yao Qi  <yao.qi@linaro.org>

	* configure.srv (case aarch64*-*-linux*): Don't set
	srv_linux_usrregs.
---
 gdb/gdbserver/configure.srv | 1 -
 1 file changed, 1 deletion(-)

diff --git a/gdb/gdbserver/configure.srv b/gdb/gdbserver/configure.srv
index 2dc954b..9a04aac 100644
--- a/gdb/gdbserver/configure.srv
+++ b/gdb/gdbserver/configure.srv
@@ -54,7 +54,6 @@ case "${target}" in
 			srv_xmlfiles="aarch64.xml"
 			srv_xmlfiles="${srv_xmlfiles} aarch64-core.xml"
 			srv_xmlfiles="${srv_xmlfiles} aarch64-fpu.xml"
-			srv_linux_usrregs=yes
 			srv_linux_regsets=yes
 			srv_linux_thread_db=yes
 			;;
-- 
1.9.1

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

* Re: [PATCH] [gdbserver] Don't set srv_linux_usrregs for aarch64*-*-linux*
  2015-07-23 15:31 [PATCH] [gdbserver] Don't set srv_linux_usrregs for aarch64*-*-linux* Yao Qi
@ 2015-07-27 15:16 ` Yao Qi
  0 siblings, 0 replies; 2+ messages in thread
From: Yao Qi @ 2015-07-27 15:16 UTC (permalink / raw)
  To: Yao Qi; +Cc: gdb-patches

Yao Qi <qiyaoltc@gmail.com> writes:

> gdb/gdbserver:
>
> 2015-07-23  Yao Qi  <yao.qi@linaro.org>
>
> 	* configure.srv (case aarch64*-*-linux*): Don't set
> 	srv_linux_usrregs.

Patch is pushed in.

-- 
Yao (齐尧)

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

end of thread, other threads:[~2015-07-27 15:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-07-23 15:31 [PATCH] [gdbserver] Don't set srv_linux_usrregs for aarch64*-*-linux* Yao Qi
2015-07-27 15:16 ` Yao Qi

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