This is the mail archive of the
gdb-patches@sourceware.org
mailing list for the GDB project.
RE: [PATCH] gdb/18947: [aarch64]Step into shared library is very slow.
- From: Nistor Mihail <mihail dot nistor at freescale dot com>
- To: Yao Qi <qiyaoltc at gmail dot com>
- Cc: "gdb-patches at sourceware dot org" <gdb-patches at sourceware dot org>
- Date: Thu, 10 Sep 2015 12:11:47 +0000
- Subject: RE: [PATCH] gdb/18947: [aarch64]Step into shared library is very slow.
- Authentication-results: sourceware.org; auth=none
- Authentication-results: spf=none (sender IP is ) smtp dot mailfrom=mihail dot nistor at freescale dot com;
- References: <1441876920-32009-1-git-send-email-mihail dot nistor at freescale dot com> <86613i7b1b dot fsf at gmail dot com>
- Spamdiagnosticmetadata: NSPM
- Spamdiagnosticoutput: 1:23
Hi Yao,
I have run GDB testsuite for aarch64 and I don't see any regression.
Best regards,
Mihai
-----Original Message-----
From: Yao Qi [mailto:qiyaoltc@gmail.com]
Sent: Thursday, September 10, 2015 2:46 PM
To: Nistor Mihail-MNISTOR1 <mihail.nistor@freescale.com>
Cc: gdb-patches@sourceware.org
Subject: Re: [PATCH] gdb/18947: [aarch64]Step into shared library is very slow.
Mihail-Marian Nistor <mihail.nistor@freescale.com> writes:
Hi Mihail-Marian,
> Install gdbarch_skip_solib_resolver on aarch64 GNU/Linux
>
> gdb/ChangeLog:
> 2015-09-10 Mihail-Marian Nistor <mihail.nistor@freescale.com>
>
> PR gdb/18947
> * aarch64-linux-tdep.c: (aarch64_linux_init_abi): Install
> glibc_skip_solib_resolver as gdbarch_skip_solib_resolver callback.
The patch is OK if you run GDB testsuite for aarch64-linux, and no regressions. If you don't have an env set up for running GDB testsuite, I can test it for you.
--
Yao (éå)