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] gdb.threads/attach-into-signal.exp: prepare for gdbserver


I'm working on making gdb.threads/attach-into-signal.exp pass against
GDBserver.  These are two preparatory patches to the test itself.

The first does some cleaning up and modernizing of the test.  The
second removes the dependency on the linux native target's debug
output, thus making it work against gdbserver too.

---

Pedro Alves (2):
      gdb.threads/attach-into-signal.exp: cleanup
      gdb.threads/attach-into-signal.exp: don't rely on linux native target's internal debug output


 gdb/testsuite/gdb.threads/Makefile.in            |    3 -
 gdb/testsuite/gdb.threads/attach-into-signal.exp |  105 ++++++++++++++--------
 2 files changed, 68 insertions(+), 40 deletions(-)

-- 
Pedro Alves


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