This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH 0/2] Fix fails in dw2-dir-file-name.exp on arm


I see many fails in dw2-dir-file-name.exp on arm target, and this patch
series is to fix them.  Patch 2 does the fix and patch 1 is a preparatory
patch.  Without patch 1, patch 2 will cause regressions.  See details
from each.

These patches are tested on arm-linux-gnueabi in both arm mode and thumb
mode.

*** BLURB HERE ***

Yao Qi (2):
  Don't scan prologue past epilogue
  Improve arm_skip_prologue by using arm_analyze_prologue

 gdb/arm-tdep.c | 128 +++++++++++++++++++--------------------------------------
 1 file changed, 43 insertions(+), 85 deletions(-)

-- 
1.9.3


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]