From: Mihail-Marian Nistor <mihail.nistor@freescale.com>
To: <gdb-patches@sourceware.org>
Cc: Mihail-Marian Nistor <mihail.nistor@freescale.com>
Subject: [PATCH] gdb/18947: [aarch64]Step into shared library is very slow.
Date: Thu, 10 Sep 2015 09:22:00 -0000 [thread overview]
Message-ID: <1441876920-32009-1-git-send-email-mihail.nistor@freescale.com> (raw)
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.
Signed-off-by: Mihail-Marian Nistor <mihail.nistor@freescale.com>
---
gdb/aarch64-linux-tdep.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/gdb/aarch64-linux-tdep.c b/gdb/aarch64-linux-tdep.c
index f8cf43e..07ee1ea 100644
--- a/gdb/aarch64-linux-tdep.c
+++ b/gdb/aarch64-linux-tdep.c
@@ -961,6 +961,7 @@ aarch64_linux_init_abi (struct gdbarch_info info, struct gdbarch *gdbarch)
/* Shared library handling. */
set_gdbarch_skip_trampoline_code (gdbarch, find_solib_trampoline_target);
+ set_gdbarch_skip_solib_resolver (gdbarch, glibc_skip_solib_resolver);
tramp_frame_prepend_unwinder (gdbarch, &aarch64_linux_rt_sigframe);
--
1.9.1
next reply other threads:[~2015-09-10 9:22 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-10 9:22 Mihail-Marian Nistor [this message]
2015-09-10 11:45 ` Yao Qi
2015-09-10 12:11 ` Nistor Mihail
2015-09-10 13:56 ` Yao Qi
2015-09-10 14:09 ` Nistor Mihail
2015-09-11 14:26 ` Yao Qi
2015-09-14 9:06 ` Nistor Mihail
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1441876920-32009-1-git-send-email-mihail.nistor@freescale.com \
--to=mihail.nistor@freescale.com \
--cc=gdb-patches@sourceware.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox