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] Testsuite: Add simple compile routines


These two patches add two functions to reduce repeated code in the
testsuite library. Most benefit is in the first patch, but it made
sense to add the second patch for completeness.

I wrote these as part of another series, but it might no longer be
relevant for that series, so I split it out.

I've manually tested as many of these routines by using runtest on
the appropiate tests. There are a couple, such as the power extension
checks that I couldn't run, however those changes are the same as other
blocks which have been tested.

Alan Hayward (2):
  Testsuite: Add gdb_can_simple_compile
  Testsuite: Add gdb_simple_compile

 gdb/testsuite/lib/gdb.exp | 431 ++++++++++++++--------------------------------
 1 file changed, 133 insertions(+), 298 deletions(-)

-- 
2.15.2 (Apple Git-101.1)


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