Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
* [PATCH 0/3] Use code cache in arm and aarch64 prologue analyzer
@ 2016-12-06 15:04 Yao Qi
  2016-12-06 15:04 ` [PATCH 3/3] Use code cache in " Yao Qi
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Yao Qi @ 2016-12-06 15:04 UTC (permalink / raw)
  To: gdb-patches

This patch series improves the speed on setting a breakpoint on a
function, like "break foo" on arm and aarch64.  Each backend has
slightly different paths on "debug information exists vs. debug
information doesn't exist".  Patch #1 changes gdb.perf/skip-prologue.exp
so that we can compile the test case with and without debug
information.  Patch #2 and patch #3 improves arm and aarch respectively.

*** BLURB HERE ***

Yao Qi (3):
  Compile gdb.perf/skip-prologue.c with and without debug info
  Use code cache in arm prologue analyzer
  Use code cache in aarch64 prologue analyzer

 gdb/aarch64-tdep.c                       |  2 +-
 gdb/arm-tdep.c                           | 38 ++++++++++++++++----------------
 gdb/testsuite/gdb.perf/skip-prologue.exp |  8 ++++++-
 3 files changed, 27 insertions(+), 21 deletions(-)

-- 
1.9.1


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

end of thread, other threads:[~2016-12-09  9:57 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-06 15:04 [PATCH 0/3] Use code cache in arm and aarch64 prologue analyzer Yao Qi
2016-12-06 15:04 ` [PATCH 3/3] Use code cache in " Yao Qi
2016-12-07 18:26   ` Luis Machado
2016-12-09  9:40     ` Yao Qi
2016-12-06 15:04 ` [PATCH 2/3] Use code cache in arm " Yao Qi
2016-12-06 15:04 ` [PATCH 1/3] Compile gdb.perf/skip-prologue.c with and without debug info Yao Qi
2016-12-07 18:24   ` Luis Machado
2016-12-09  9:56     ` Yao Qi
2016-12-09  9:57 ` [PATCH 0/3] Use code cache in arm and aarch64 prologue analyzer Yao Qi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox