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]

New ARI warning Fri Feb 27 01:54:21 UTC 2015


16a17
> gdb/amd64fbsd-tdep.c:54: code: OP eol: Do not use &&, or || at the end of a line
gdb/amd64fbsd-tdep.c:54:  if (memcmp (buf, amd64fbsd_sigtramp_code, sizeof amd64fbsd_sigtramp_code) !=
242a244,250
> gdb/i386fbsd-tdep.c:108: code: OP eol: Do not use &&, or || at the end of a line
gdb/i386fbsd-tdep.c:108:gdb_static_assert (sizeof i386fbsd_sigtramp_start ==
> gdb/i386fbsd-tdep.c:110: code: OP eol: Do not use &&, or || at the end of a line
gdb/i386fbsd-tdep.c:110:gdb_static_assert (sizeof i386fbsd_sigtramp_start ==
> gdb/i386fbsd-tdep.c:112: code: OP eol: Do not use &&, or || at the end of a line
gdb/i386fbsd-tdep.c:112:gdb_static_assert (sizeof i386fbsd_sigtramp_middle ==
> gdb/i386fbsd-tdep.c:114: code: OP eol: Do not use &&, or || at the end of a line
gdb/i386fbsd-tdep.c:114:gdb_static_assert (sizeof i386fbsd_sigtramp_middle ==
> gdb/i386fbsd-tdep.c:116: code: OP eol: Do not use &&, or || at the end of a line
gdb/i386fbsd-tdep.c:116:gdb_static_assert (sizeof i386fbsd_sigtramp_end ==
> gdb/i386fbsd-tdep.c:118: code: OP eol: Do not use &&, or || at the end of a line
gdb/i386fbsd-tdep.c:118:gdb_static_assert (sizeof i386fbsd_sigtramp_end ==
> gdb/i386fbsd-tdep.c:138: code: OP eol: Do not use &&, or || at the end of a line
gdb/i386fbsd-tdep.c:138:  if (memcmp (buf, i386fbsd_sigtramp_start, sizeof i386fbsd_sigtramp_start) ==


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