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/3] Fix fallout from GDB testsuite cleanup, fix more compiler warnings


It seems that my earlier testsuite cleanup has left some test cases in
a broken state.  The first two patches fix (at least some of) these.
I'm sorry for the breakage and hope that I didn't miss anything else.

The third patch fixes some more compiler warnings I've overlooked
before.

Andreas Arnez (3):
  Drop remaining references to removed source lines in break1.c and
    ur1.c
  Eliminate literal line numbers in mi-until.exp
  GDB testsuite: More fixes for warnings with -std=gnu11

 gdb/testsuite/gdb.base/bp-permanent.c        |  1 +
 gdb/testsuite/gdb.base/condbreak.exp         | 28 ++++++++++++----------------
 gdb/testsuite/gdb.base/ena-dis-br.exp        | 26 +++++++++++---------------
 gdb/testsuite/gdb.base/hbreak2.exp           | 25 ++++++++-----------------
 gdb/testsuite/gdb.mi/mi-until.exp            | 23 +++++++++++++++--------
 gdb/testsuite/gdb.mi/until.c                 | 10 +++++-----
 gdb/testsuite/gdb.python/py-framefilter-mi.c |  3 ++-
 gdb/testsuite/gdb.python/py-framefilter.c    |  3 ++-
 gdb/testsuite/gdb.reverse/until-precsave.exp |  6 +++---
 gdb/testsuite/gdb.reverse/until-reverse.exp  |  6 +++---
 gdb/testsuite/gdb.trace/actions-changed.c    |  3 +++
 11 files changed, 65 insertions(+), 69 deletions(-)

-- 
1.8.4.2


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