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 gdb.threads/multiple-step-overs.exp fails on arm


Hi,
This patch series fixes fails in gdb.threads/multiple-step-overs.exp on
arm-linux.  Patch 1 adds a new function, and patch 2 is the main part.
See details in patch 2.

Whole series is regression tested on x86_64-linux and arm-linux.

*** BLURB HERE ***

Yao Qi (2):
  New function displaced_step_in_progress_thread
  Fix gdb.threads/multiple-step-overs.exp fails on arm

 gdb/infrun.c | 30 ++++++++++++++++++++++--------
 1 file changed, 22 insertions(+), 8 deletions(-)

-- 
1.9.1


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