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 Thu Jan 9 02:01:51 UTC 2014 in gdb-7.7-branch


1d0
< gdb/aarch64-tdep.c:2621: deprecate: write_pc: Replace write_pc() with get_frame_base_address or get_frame_id; at present the inferior function call code still uses this when doing a DECR_PC_AFTER_BREAK
gdb/aarch64-tdep.c:2621:  set_gdbarch_write_pc (gdbarch, aarch64_write_pc);
gdb/aarch64-tdep.c:2621:  set_gdbarch_write_pc (gdbarch, aarch64_write_pc);
2a2
> gdb/ada-lang.c:2390: code: OP eol: Do not use &&, or || at the end of a line
gdb/ada-lang.c:2390:        (1 << (srcBitsLeft >= HOST_CHAR_BIT ? HOST_CHAR_BIT : srcBitsLeft)) -
4a5
> gdb/ada-lang.c:8690: code: OP eol: Do not use &&, or || at the end of a line
gdb/ada-lang.c:8690:                                   valaddr +
10a12
> gdb/aix-thread.c:257: code: long long: Do not use 'long long', instead use LONGEST
gdb/aix-thread.c:257:# define addr_ptr long long
14a17
> gdb/aix-thread.c:1011: code: long long: Do not use 'long long', instead use LONGEST
gdb/aix-thread.c:1011:	ptrace64aix (PTT_CONTINUE, tid[0], (long long) 1,
17d19
< gdb/amd64-linux-tdep.c:1320: deprecate: write_pc: Replace write_pc() with get_frame_base_address or get_frame_id; at present the inferior function call code still uses this when doing a DECR_PC_AFTER_BREAK
gdb/amd64-linux-tdep.c:1320:  set_gdbarch_write_pc (gdbarch, amd64_linux_write_pc);
gdb/amd64-linux-tdep.c:1320:  set_gdbarch_write_pc (gdbarch, amd64_linux_write_pc);
31d32
< gdb/arm-tdep.c:10268: deprecate: write_pc: Replace write_pc() with get_frame_base_address or get_frame_id; at present the inferior function call code still uses this when doing a DECR_PC_AFTER_BREAK
gdb/arm-tdep.c:10268:  set_gdbarch_write_pc (gdbarch, arm_write_pc);
gdb/arm-tdep.c:10268:  set_gdbarch_write_pc (gdbarch, arm_write_pc);
35,39d35
< gdb/avr-tdep.c:1412: deprecate: write_pc: Replace write_pc() with get_frame_base_address or get_frame_id; at present the inferior function call code still uses this when doing a DECR_PC_AFTER_BREAK
gdb/avr-tdep.c:1412:  set_gdbarch_write_pc (gdbarch, avr_write_pc);
gdb/avr-tdep.c:1412:  set_gdbarch_write_pc (gdbarch, avr_write_pc);
< gdb/breakpoint.c:5374: deprecate: SOLIB_ADD: Replace SOLIB_ADD with nothing, not needed?
gdb/breakpoint.c:5374:#ifdef SOLIB_ADD
< gdb/breakpoint.c:5375: deprecate: SOLIB_ADD: Replace SOLIB_ADD with nothing, not needed?
gdb/breakpoint.c:5375:  SOLIB_ADD (NULL, 0, &current_target, auto_solib_add);
< gdb/breakpoint.c:7424: deprecate: PC_SOLIB: Replace PC_SOLIB with nothing, not needed?
gdb/breakpoint.c:7424:#ifdef PC_SOLIB
< gdb/breakpoint.c:7425: deprecate: PC_SOLIB: Replace PC_SOLIB with nothing, not needed?
gdb/breakpoint.c:7425:	&& PC_SOLIB (loc->address)
48c44,47
< gdb/c-valprint.c:508: deprecated: deprecated set_value_type: Do not use deprecated set_value_type, see declaration for details
gdb/c-valprint.c:508:	      deprecated_set_value_type
> gdb/build-id.c:102: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/build-id.c:102:      s += sprintf (s, ');
> gdb/build-id.c:106: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/build-id.c:106:	  s += sprintf (s, ', (unsigned) *data++);
> gdb/build-id.c:111: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/build-id.c:111:	s += sprintf (s, ', (unsigned) *data++);
> gdb/buildsym.c:1171: code: OP eol: Do not use &&, or || at the end of a line
gdb/buildsym.c:1171:	      linetablesize = sizeof (struct linetable) +
69a69,72
> gdb/coff-pe-read.c:409: code: OP eol: Do not use &&, or || at the end of a line
gdb/coff-pe-read.c:409:  secptr = (pe_header_offset + 4 + 20 +
> gdb/coff-pe-read.c:561: code: OP eol: Do not use &&, or || at the end of a line
gdb/coff-pe-read.c:561:      unsigned long func_rva = pe_as32 (erva + exp_funcbase +
> gdb/coff-pe-read.c:675: code: OP eol: Do not use &&, or || at the end of a line
gdb/coff-pe-read.c:675:  secptr = (pe_header_offset + 4 + 20 +
> gdb/coffread.c:586: code: OP eol: Do not use &&, or || at the end of a line
gdb/coffread.c:586:  stringtab_offset = symtab_offset +	 
90,91d92
< gdb/common/gdb_string.h:59: regression: strerror: Do not use strerror(), instead use safe_strerror()
gdb/common/gdb_string.h:59:extern char *strerror (int);	 
< gdb/common/linux-btrace.c:45: regression: wait.h: Do not include wait.h or sys/wait.h, instead include gdb_wait.h
gdb/common/linux-btrace.c:45:#include <sys/wait.h>
96a98
> gdb/common/linux-osdata.c:49: regression: strlen d_name: Do not use strlen dirent.d_name, instead use NAMELEN
gdb/common/linux-osdata.c:49:#define NAMELEN(dirent) strlen ((dirent)->d_name)
121d122
< gdb/common/linux-osdata.c:1486: code: %ll: Do not use printf(%ll), instead use printf(%s,phex()) to dump a 'long long' value
gdb/common/linux-osdata.c:1486:			"<column name=\"address\">%llx</column>"
143,150d143
< gdb/config/rs6000/nm-rs6000.h:26: deprecate: SOLIB_CREATE_INFERIOR_HOOK: Replace SOLIB_CREATE_INFERIOR_HOOK with nothing, not needed?
gdb/config/rs6000/nm-rs6000.h:26:#define	SOLIB_CREATE_INFERIOR_HOOK(PID)	  do {					    xcoff_relocate_symtab (PID);	  } while (0)
gdb/config/rs6000/nm-rs6000.h:26:#define	SOLIB_CREATE_INFERIOR_HOOK(PID)	  do {					    xcoff_relocate_symtab (PID);	  } while (0)
< gdb/config/rs6000/nm-rs6000.h:26: macro: nm SOLIB_CREATE_INFERIOR_HOOK: Do not define macros such as SOLIB_CREATE_INFERIOR_HOOK in a tm, nm or xm file, in fact do not provide a tm, nm or xm file
gdb/config/rs6000/nm-rs6000.h:26:#define	SOLIB_CREATE_INFERIOR_HOOK(PID)	  do {					    xcoff_relocate_symtab (PID);	  } while (0)
gdb/config/rs6000/nm-rs6000.h:26:#define	SOLIB_CREATE_INFERIOR_HOOK(PID)	  do {					    xcoff_relocate_symtab (PID);	  } while (0)
< gdb/config/rs6000/nm-rs6000.h:37: deprecate: SOLIB_ADD: Replace SOLIB_ADD with nothing, not needed?
gdb/config/rs6000/nm-rs6000.h:37:#define	SOLIB_ADD(a, b, c, d)	  if (PIDGET (inferior_ptid))	           xcoff_relocate_symtab (PIDGET (inferior_ptid));   else		          xcoff_relocate_core (c);
gdb/config/rs6000/nm-rs6000.h:37:#define	SOLIB_ADD(a, b, c, d)	  if (PIDGET (inferior_ptid))	           xcoff_relocate_symtab (PIDGET (inferior_ptid));   else		          xcoff_relocate_core (c);
< gdb/config/rs6000/nm-rs6000.h:37: macro: nm SOLIB_ADD: Do not define macros such as SOLIB_ADD in a tm, nm or xm file, in fact do not provide a tm, nm or xm file
gdb/config/rs6000/nm-rs6000.h:37:#define	SOLIB_ADD(a, b, c, d)	  if (PIDGET (inferior_ptid))	           xcoff_relocate_symtab (PIDGET (inferior_ptid));   else		          xcoff_relocate_core (c);
gdb/config/rs6000/nm-rs6000.h:37:#define	SOLIB_ADD(a, b, c, d)	  if (PIDGET (inferior_ptid))	           xcoff_relocate_symtab (PIDGET (inferior_ptid));   else		          xcoff_relocate_core (c);
< gdb/config/rs6000/nm-rs6000.h:45: deprecate: PC_SOLIB: Replace PC_SOLIB with nothing, not needed?
gdb/config/rs6000/nm-rs6000.h:45:#define	PC_SOLIB(PC)	xcoff_solib_address(PC)
gdb/config/rs6000/nm-rs6000.h:45:#define	PC_SOLIB(PC)	xcoff_solib_address(PC)
< gdb/config/rs6000/nm-rs6000.h:45: macro: nm PC_SOLIB: Do not define macros such as PC_SOLIB in a tm, nm or xm file, in fact do not provide a tm, nm or xm file
gdb/config/rs6000/nm-rs6000.h:45:#define	PC_SOLIB(PC)	xcoff_solib_address(PC)
gdb/config/rs6000/nm-rs6000.h:45:#define	PC_SOLIB(PC)	xcoff_solib_address(PC)
< gdb/config/rs6000/nm-rs6000.h:49: deprecated: deprecated ibm6000_target: Do not use deprecated ibm6000_target, see declaration for details
gdb/config/rs6000/nm-rs6000.h:49:#define DEPRECATED_IBM6000_TARGET
gdb/config/rs6000/nm-rs6000.h:49:#define DEPRECATED_IBM6000_TARGET
< gdb/config/rs6000/nm-rs6000.h:49: macro: nm DEPRECATED_IBM6000_TARGET: Do not define macros such as DEPRECATED_IBM6000_TARGET in a tm, nm or xm file, in fact do not provide a tm, nm or xm file
gdb/config/rs6000/nm-rs6000.h:49:#define DEPRECATED_IBM6000_TARGET
gdb/config/rs6000/nm-rs6000.h:49:#define DEPRECATED_IBM6000_TARGET
160,161c153,154
< gdb/corelow.c:468: deprecated: deprecated ibm6000_target: Do not use deprecated ibm6000_target, see declaration for details
gdb/corelow.c:468:#ifdef DEPRECATED_IBM6000_TARGET
< gdb/corelow.c:476: deprecated: deprecated core_resize_section_table: Do not use deprecated core_resize_section_table, see declaration for details
gdb/corelow.c:476:deprecated_core_resize_section_table (int num_added)
> gdb/cp-support.c:1186: code: OP eol: Do not use &&, or || at the end of a line
gdb/cp-support.c:1186:  sym_return_val = xmalloc ((sym_return_val_size + 1) *
> gdb/cp-valprint.c:381: code: OP eol: Do not use &&, or || at the end of a line
gdb/cp-valprint.c:381:		obstack_next_free (&dont_print_statmem_obstack) -
163c156
< gdb/darwin-nat.c:2053: deprecated: deprecated xfer_memory: Do not use deprecated xfer_memory, see declaration for details
gdb/darwin-nat.c:2053:  darwin_ops->deprecated_xfer_memory = darwin_xfer_memory;
> gdb/dbxread.c:1235: code: OP eol: Do not use &&, or || at the end of a line
gdb/dbxread.c:1235:  psymtab_include_list = (const char **) alloca (includes_allocated *
169a163
> gdb/dcache.c:374: code: OP eol: Do not use &&, or || at the end of a line
gdb/dcache.c:374:	db = xmalloc (offsetof (struct dcache_block, data) +
176d169
< gdb/defs.h:719: deprecated: deprecated command_loop_hook: Do not use deprecated command_loop_hook, see declaration for details
gdb/defs.h:719:extern void (*deprecated_command_loop_hook) (void);
204,207c197,202
< gdb/dwarf2read.c:7930: code: editCase function: Function name starts lower case but has uppercased letters.
gdb/dwarf2read.c:7930:handle_DW_AT_stmt_list (struct die_info *die, struct dwarf2_cu *cu,			const char *comp_dir)
< gdb/elfread.c:856: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/elfread.c:856:  sprintf (name_got_plt, ' SYMBOL_GOT_PLT_SUFFIX, name);
< gdb/elfread.c:1141: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/elfread.c:1141:      s += sprintf (s, ');
< gdb/elfread.c:1145: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/elfread.c:1145:	  s += sprintf (s, ', (unsigned) *data++);
> gdb/dwarf2read.c:6047: code: OP eol: Do not use &&, or || at the end of a line
gdb/dwarf2read.c:6047:  pst->n_global_syms = objfile->global_psymbols.next -
> gdb/dwarf2read.c:6049: code: OP eol: Do not use &&, or || at the end of a line
gdb/dwarf2read.c:6049:  pst->n_static_syms = objfile->static_psymbols.next -
> gdb/dwarf2read.c:6163: code: OP eol: Do not use &&, or || at the end of a line
gdb/dwarf2read.c:6163:  pst->n_global_syms = objfile->global_psymbols.next -
> gdb/dwarf2read.c:6165: code: OP eol: Do not use &&, or || at the end of a line
gdb/dwarf2read.c:6165:  pst->n_static_syms = objfile->static_psymbols.next -
> gdb/dwarf2read.c:7343: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/dwarf2read.c:7343:	      sprintf (buf, ',
> gdb/dwarf2read.c:7352: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/dwarf2read.c:7352:	      sprintf (buf, ', per_cu->offset.sect_off);
210d204
< gdb/exceptions.c:238: deprecated: deprecated throw_reason: Do not use deprecated throw_reason, see declaration for details
gdb/exceptions.c:238:deprecated_throw_reason (enum return_reason reason)
213d206
< gdb/exceptions.h:191: deprecated: deprecated throw_reason: Do not use deprecated throw_reason, see declaration for details
gdb/exceptions.h:191:extern void deprecated_throw_reason (enum return_reason reason)
215d207
< gdb/exec.c:267: deprecated: deprecated ibm6000_target: Do not use deprecated ibm6000_target, see declaration for details
gdb/exec.c:267:#ifdef DEPRECATED_IBM6000_TARGET
233a226
> gdb/gdb_ptrace.h:142: code: long long: Do not use 'long long', instead use LONGEST
gdb/gdb_ptrace.h:142:#  define PTRACE_TYPE_ARG3 long long
246d238
< gdb/gdbarch.c:1812: deprecate: write_pc: Replace write_pc() with get_frame_base_address or get_frame_id; at present the inferior function call code still uses this when doing a DECR_PC_AFTER_BREAK
gdb/gdbarch.c:1812:set_gdbarch_write_pc (struct gdbarch *gdbarch,
gdb/gdbarch.c:1812:set_gdbarch_write_pc (struct gdbarch *gdbarch,
257d248
< gdb/gdbarch.h:227: deprecate: write_pc: Replace write_pc() with get_frame_base_address or get_frame_id; at present the inferior function call code still uses this when doing a DECR_PC_AFTER_BREAK
gdb/gdbarch.h:227:extern void set_gdbarch_write_pc (struct gdbarch *gdbarch, gdbarch_write_pc_ftype *write_pc);
gdb/gdbarch.h:227:extern void set_gdbarch_write_pc (struct gdbarch *gdbarch, gdbarch_write_pc_ftype *write_pc);
272d262
< gdb/gnu-nat.c:2632: deprecated: deprecated xfer_memory: Do not use deprecated xfer_memory, see declaration for details
gdb/gnu-nat.c:2632:  t->deprecated_xfer_memory = gnu_xfer_memory;
283,284d272
< gdb/hppa-hpux-tdep.c:1504: deprecate: write_pc: Replace write_pc() with get_frame_base_address or get_frame_id; at present the inferior function call code still uses this when doing a DECR_PC_AFTER_BREAK
gdb/hppa-hpux-tdep.c:1504:  set_gdbarch_write_pc (gdbarch, hppa_hpux_write_pc);
gdb/hppa-hpux-tdep.c:1504:  set_gdbarch_write_pc (gdbarch, hppa_hpux_write_pc);
< gdb/hppa-linux-tdep.c:535: deprecate: write_pc: Replace write_pc() with get_frame_base_address or get_frame_id; at present the inferior function call code still uses this when doing a DECR_PC_AFTER_BREAK
gdb/hppa-linux-tdep.c:535:  set_gdbarch_write_pc (gdbarch, hppa_linux_target_write_pc);
gdb/hppa-linux-tdep.c:535:  set_gdbarch_write_pc (gdbarch, hppa_linux_target_write_pc);
285a274
> gdb/hppa-tdep.c:429: code: OP eol: Do not use &&, or || at the end of a line
gdb/hppa-tdep.c:429:	    = ui->table[index].region_start + 4 *
287d275
< gdb/hppa-tdep.c:3063: deprecate: write_pc: Replace write_pc() with get_frame_base_address or get_frame_id; at present the inferior function call code still uses this when doing a DECR_PC_AFTER_BREAK
gdb/hppa-tdep.c:3063:  set_gdbarch_write_pc (gdbarch, hppa_write_pc);
gdb/hppa-tdep.c:3063:  set_gdbarch_write_pc (gdbarch, hppa_write_pc);
292d279
< gdb/i386-linux-tdep.c:741: deprecate: write_pc: Replace write_pc() with get_frame_base_address or get_frame_id; at present the inferior function call code still uses this when doing a DECR_PC_AFTER_BREAK
gdb/i386-linux-tdep.c:741:  set_gdbarch_write_pc (gdbarch, i386_linux_write_pc);
gdb/i386-linux-tdep.c:741:  set_gdbarch_write_pc (gdbarch, i386_linux_write_pc);
294a282,289
> gdb/i386-tdep.c:5765: code: OP eol: Do not use &&, or || at the end of a line
gdb/i386-tdep.c:5765:						  I387_ST0_REGNUM (tdep) +
> gdb/i386-tdep.c:5832: code: OP eol: Do not use &&, or || at the end of a line
gdb/i386-tdep.c:5832:					      I387_ST0_REGNUM (tdep) +
> gdb/i386-tdep.c:5839: code: OP eol: Do not use &&, or || at the end of a line
gdb/i386-tdep.c:5839:					      I387_ST0_REGNUM (tdep) +
> gdb/i386-tdep.c:5859: code: OP eol: Do not use &&, or || at the end of a line
gdb/i386-tdep.c:5859:					      I387_ST0_REGNUM (tdep) +
> gdb/i386-tdep.c:5866: code: OP eol: Do not use &&, or || at the end of a line
gdb/i386-tdep.c:5866:					      I387_ST0_REGNUM (tdep) +
> gdb/i386-tdep.c:5880: code: OP eol: Do not use &&, or || at the end of a line
gdb/i386-tdep.c:5880:					      I387_ST0_REGNUM (tdep) +
> gdb/i386-tdep.c:5887: code: OP eol: Do not use &&, or || at the end of a line
gdb/i386-tdep.c:5887:					      I387_ST0_REGNUM (tdep) +
> gdb/i386-tdep.c:5905: code: OP eol: Do not use &&, or || at the end of a line
gdb/i386-tdep.c:5905:					      I387_ST0_REGNUM (tdep) +
296d290
< gdb/ia64-linux-tdep.c:135: deprecate: write_pc: Replace write_pc() with get_frame_base_address or get_frame_id; at present the inferior function call code still uses this when doing a DECR_PC_AFTER_BREAK
gdb/ia64-linux-tdep.c:135:  set_gdbarch_write_pc (gdbarch, ia64_linux_write_pc);
gdb/ia64-linux-tdep.c:135:  set_gdbarch_write_pc (gdbarch, ia64_linux_write_pc);
320d313
< gdb/ia64-tdep.c:4017: deprecate: write_pc: Replace write_pc() with get_frame_base_address or get_frame_id; at present the inferior function call code still uses this when doing a DECR_PC_AFTER_BREAK
gdb/ia64-tdep.c:4017:  set_gdbarch_write_pc (gdbarch, ia64_write_pc);
gdb/ia64-tdep.c:4017:  set_gdbarch_write_pc (gdbarch, ia64_write_pc);
322,325d314
< gdb/infcmd.c:435: deprecate: SOLIB_CREATE_INFERIOR_HOOK: Replace SOLIB_CREATE_INFERIOR_HOOK with nothing, not needed?
gdb/infcmd.c:435:#ifdef SOLIB_CREATE_INFERIOR_HOOK
< gdb/infcmd.c:436: deprecate: SOLIB_CREATE_INFERIOR_HOOK: Replace SOLIB_CREATE_INFERIOR_HOOK with nothing, not needed?
gdb/infcmd.c:436:      SOLIB_CREATE_INFERIOR_HOOK (PIDGET (inferior_ptid));
< gdb/infcmd.c:456: deprecate: SOLIB_ADD: Replace SOLIB_ADD with nothing, not needed?
gdb/infcmd.c:456:#ifdef SOLIB_ADD
< gdb/infcmd.c:457: deprecate: SOLIB_ADD: Replace SOLIB_ADD with nothing, not needed?
gdb/infcmd.c:457:	      SOLIB_ADD (NULL, 0, target, auto_solib_add);
327d315
< gdb/infcmd.c:2157: deprecated: deprecated frame_register_read: Do not use deprecated frame_register_read, see declaration for details
gdb/infcmd.c:2157:      if (! deprecated_frame_register_read (frame, i, value_contents_raw (val)))
334,335d321
< gdb/infrun.c:961: deprecate: SOLIB_CREATE_INFERIOR_HOOK: Replace SOLIB_CREATE_INFERIOR_HOOK with nothing, not needed?
gdb/infrun.c:961:#ifdef SOLIB_CREATE_INFERIOR_HOOK
< gdb/infrun.c:962: deprecate: SOLIB_CREATE_INFERIOR_HOOK: Replace SOLIB_CREATE_INFERIOR_HOOK with nothing, not needed?
gdb/infrun.c:962:  SOLIB_CREATE_INFERIOR_HOOK (PIDGET (inferior_ptid));
353,354d338
< gdb/interps.c:325: deprecated: deprecated command_loop_hook: Do not use deprecated command_loop_hook, see declaration for details
gdb/interps.c:325:  if (deprecated_command_loop_hook != NULL)
< gdb/interps.c:326: deprecated: deprecated command_loop_hook: Do not use deprecated command_loop_hook, see declaration for details
gdb/interps.c:326:    deprecated_command_loop_hook ();
368d351
< gdb/interps.c:389: deprecated: deprecated command_loop_hook: Do not use deprecated command_loop_hook, see declaration for details
gdb/interps.c:389:  deprecated_command_loop_hook = 0;
386,387d368
< gdb/linux-nat.c:1859: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/linux-nat.c:1859:      sprintf (args, ', (int) WSTOPSIG (status));
< gdb/linux-nat.c:4318: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/linux-nat.c:4318:  sprintf (name1, ', pid);
390,391d370
< gdb/linux-nat.c:4404: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/linux-nat.c:4404:  sprintf (filename, ', PIDGET (inferior_ptid));
< gdb/linux-nat.c:4574: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/linux-nat.c:4574:  sprintf (fname, ', pid);
397a377,378
> gdb/m2-valprint.c:278: code: OP eol: Do not use &&, or || at the end of a line
gdb/m2-valprint.c:278:      if (TYPE_LENGTH (type) == 1 &&
> gdb/m2-valprint.c:333: code: OP eol: Do not use &&, or || at the end of a line
gdb/m2-valprint.c:333:	  if (TYPE_LENGTH (elttype) == 1 &&
403d383
< gdb/m32r-tdep.c:930: deprecate: write_pc: Replace write_pc() with get_frame_base_address or get_frame_id; at present the inferior function call code still uses this when doing a DECR_PC_AFTER_BREAK
gdb/m32r-tdep.c:930:  set_gdbarch_write_pc (gdbarch, m32r_write_pc);
gdb/m32r-tdep.c:930:  set_gdbarch_write_pc (gdbarch, m32r_write_pc);
405d384
< gdb/m88k-tdep.c:868: deprecate: write_pc: Replace write_pc() with get_frame_base_address or get_frame_id; at present the inferior function call code still uses this when doing a DECR_PC_AFTER_BREAK
gdb/m88k-tdep.c:868:  set_gdbarch_write_pc (gdbarch, m88k_write_pc);
gdb/m88k-tdep.c:868:  set_gdbarch_write_pc (gdbarch, m88k_write_pc);
416a396,397
> gdb/mdebugread.c:2372: code: OP eol: Do not use &&, or || at the end of a line
gdb/mdebugread.c:2372:  psymtab_include_list = (const char **) alloca (includes_allocated *
> gdb/mdebugread.c:3076: code: OP eol: Do not use &&, or || at the end of a line
gdb/mdebugread.c:3076:			    alloca ((includes_allocated *= 2) *
418d398
< gdb/mep-tdep.c:2473: deprecate: write_pc: Replace write_pc() with get_frame_base_address or get_frame_id; at present the inferior function call code still uses this when doing a DECR_PC_AFTER_BREAK
gdb/mep-tdep.c:2473:  set_gdbarch_write_pc (gdbarch, mep_write_pc);
gdb/mep-tdep.c:2473:  set_gdbarch_write_pc (gdbarch, mep_write_pc);
420,423d399
< gdb/mi/mi-interp.c:199: deprecated: deprecated command_loop_hook: Do not use deprecated command_loop_hook, see declaration for details
gdb/mi/mi-interp.c:199:    deprecated_command_loop_hook = mi1_command_loop;
< gdb/mi/mi-interp.c:201: deprecated: deprecated command_loop_hook: Do not use deprecated command_loop_hook, see declaration for details
gdb/mi/mi-interp.c:201:    deprecated_command_loop_hook = mi2_command_loop;
< gdb/mi/mi-interp.c:203: deprecated: deprecated command_loop_hook: Do not use deprecated command_loop_hook, see declaration for details
gdb/mi/mi-interp.c:203:    deprecated_command_loop_hook = mi3_command_loop;
< gdb/mi/mi-interp.c:205: deprecated: deprecated command_loop_hook: Do not use deprecated command_loop_hook, see declaration for details
gdb/mi/mi-interp.c:205:    deprecated_command_loop_hook = mi2_command_loop;
427d402
< gdb/mi/mi-main.c:1556: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/mi/mi-main.c:1556:	  sprintf (p, ', read_result->data[i]);
429c404
< gdb/microblaze-tdep.c:716: deprecate: write_pc: Replace write_pc() with get_frame_base_address or get_frame_id; at present the inferior function call code still uses this when doing a DECR_PC_AFTER_BREAK
gdb/microblaze-tdep.c:716:  set_gdbarch_write_pc (gdbarch, microblaze_write_pc);
gdb/microblaze-tdep.c:716:  set_gdbarch_write_pc (gdbarch, microblaze_write_pc);
> gdb/mi/mi-main.c:2913: code: sprintf: Do not use sprintf, instead use xsnprintf or xstrprintf
gdb/mi/mi-main.c:2913:		  sprintf (p, ', data[m]);
436d410
< gdb/mips-linux-tdep.c:1500: deprecate: write_pc: Replace write_pc() with get_frame_base_address or get_frame_id; at present the inferior function call code still uses this when doing a DECR_PC_AFTER_BREAK
gdb/mips-linux-tdep.c:1500:  set_gdbarch_write_pc (gdbarch, mips_linux_write_pc);
gdb/mips-linux-tdep.c:1500:  set_gdbarch_write_pc (gdbarch, mips_linux_write_pc);
446d419
< gdb/mips-tdep.c:8528: deprecate: write_pc: Replace write_pc() with get_frame_base_address or get_frame_id; at present the inferior function call code still uses this when doing a DECR_PC_AFTER_BREAK
gdb/mips-tdep.c:8528:  set_gdbarch_write_pc (gdbarch, mips_write_pc);
gdb/mips-tdep.c:8528:  set_gdbarch_write_pc (gdbarch, mips_write_pc);
449d421
< gdb/mn10300-tdep.c:1431: deprecate: write_pc: Replace write_pc() with get_frame_base_address or get_frame_id; at present the inferior function call code still uses this when doing a DECR_PC_AFTER_BREAK
gdb/mn10300-tdep.c:1431:  set_gdbarch_write_pc (gdbarch, mn10300_write_pc);
gdb/mn10300-tdep.c:1431:  set_gdbarch_write_pc (gdbarch, mn10300_write_pc);
453d424
< gdb/monitor.c:1039: deprecated: deprecated throw_reason: Do not use deprecated throw_reason, see declaration for details
gdb/monitor.c:1039:      deprecated_throw_reason (RETURN_QUIT);
467d437
< gdb/monitor.c:2347: deprecated: deprecated xfer_memory: Do not use deprecated xfer_memory, see declaration for details
gdb/monitor.c:2347:  monitor_ops.deprecated_xfer_memory = monitor_xfer_memory;
469c439
< gdb/moxie-tdep.c:960: deprecate: write_pc: Replace write_pc() with get_frame_base_address or get_frame_id; at present the inferior function call code still uses this when doing a DECR_PC_AFTER_BREAK
gdb/moxie-tdep.c:960:  set_gdbarch_write_pc (gdbarch, moxie_write_pc);
gdb/moxie-tdep.c:960:  set_gdbarch_write_pc (gdbarch, moxie_write_pc);
> gdb/msp430-tdep.c:552: code: OP eol: Do not use &&, or || at the end of a line
gdb/msp430-tdep.c:552:						  frame_base +
482c452
< gdb/nto-procfs.c:697: deprecated: deprecated throw_reason: Do not use deprecated throw_reason, see declaration for details
gdb/nto-procfs.c:697:      deprecated_throw_reason (RETURN_QUIT);
> gdb/nto-procfs.c:1103: code: OP eol: Do not use &&, or || at the end of a line
gdb/nto-procfs.c:1103:  argv = xmalloc (((strlen (allargs) + 1) / (unsigned) 2 + 2) *
494a465
> gdb/objc-lang.c:1465: code: OP eol: Do not use &&, or || at the end of a line
gdb/objc-lang.c:1465:	  mlist = read_memory_unsigned_integer (class_str.methods + 
495a467,468
> gdb/opencl-lang.c:990: code: OP eol: Do not use &&, or || at the end of a line
gdb/opencl-lang.c:990:	      memcpy (value_contents_writeable (ret) +
> gdb/p-valprint.c:106: code: OP eol: Do not use &&, or || at the end of a line
gdb/p-valprint.c:106:		       extract_unsigned_integer (valaddr + embedded_offset +
502a476
> gdb/ppc-linux-nat.c:900: code: OP eol: Do not use &&, or || at the end of a line
gdb/ppc-linux-nat.c:900:  regcache_raw_collect (regcache, regno, regs +
504c478,481
< gdb/ppc-linux-tdep.c:1259: deprecate: write_pc: Replace write_pc() with get_frame_base_address or get_frame_id; at present the inferior function call code still uses this when doing a DECR_PC_AFTER_BREAK
gdb/ppc-linux-tdep.c:1259:  set_gdbarch_write_pc (gdbarch, ppc_linux_write_pc);
gdb/ppc-linux-tdep.c:1259:  set_gdbarch_write_pc (gdbarch, ppc_linux_write_pc);
> gdb/ppc-sysv-tdep.c:1399: code: OP eol: Do not use &&, or || at the end of a line
gdb/ppc-sysv-tdep.c:1399:	  else if (TYPE_CODE (type) == TYPE_CODE_DECFLOAT &&
> gdb/ppc-sysv-tdep.c:1565: code: OP eol: Do not use &&, or || at the end of a line
gdb/ppc-sysv-tdep.c:1565:						    tdep->ppc_gp0_regnum +
> gdb/ppc-sysv-tdep.c:1606: code: OP eol: Do not use &&, or || at the end of a line
gdb/ppc-sysv-tdep.c:1606:						    tdep->ppc_gp0_regnum +
> gdb/ppc-sysv-tdep.c:1984: code: OP eol: Do not use &&, or || at the end of a line
gdb/ppc-sysv-tdep.c:1984:		  convert_typed_floating ((const bfd_byte *) writebuf +
576d552
< gdb/remote-fileio.c:515: deprecated: deprecated throw_reason: Do not use deprecated throw_reason, see declaration for details
gdb/remote-fileio.c:515:  deprecated_throw_reason (RETURN_QUIT);
581d556
< gdb/remote-mips.c:513: deprecated: deprecated throw_reason: Do not use deprecated throw_reason, see declaration for details
gdb/remote-mips.c:513:  deprecated_throw_reason (RETURN_ERROR);
587d561
< gdb/remote-mips.c:2286: deprecated: deprecated throw_reason: Do not use deprecated throw_reason, see declaration for details
gdb/remote-mips.c:2286:	  deprecated_throw_reason (RETURN_QUIT);
609a584
> gdb/remote-sim.c:691: code: OP eol: Do not use &&, or || at the end of a line
gdb/remote-sim.c:691:	 + strlen (') + strlen (gdb_sysroot) +
612d586
< gdb/remote-sim.c:1293: deprecated: deprecated xfer_memory: Do not use deprecated xfer_memory, see declaration for details
gdb/remote-sim.c:1293:  gdbsim_ops.deprecated_xfer_memory = gdbsim_xfer_inferior_memory;
620,621d593
< gdb/remote.c:5088: deprecated: deprecated throw_reason: Do not use deprecated throw_reason, see declaration for details
gdb/remote.c:5088:      deprecated_throw_reason (RETURN_QUIT);
< gdb/remote.c:5096: deprecated: deprecated throw_reason: Do not use deprecated throw_reason, see declaration for details
gdb/remote.c:5096:	  deprecated_throw_reason (RETURN_QUIT);
629d600
< gdb/remote.c:11342: deprecated: deprecated xfer_memory: Do not use deprecated xfer_memory, see declaration for details
gdb/remote.c:11342:  remote_ops.deprecated_xfer_memory = remote_xfer_memory;
636d606
< gdb/rs6000-nat.c:1247: deprecated: deprecated core_resize_section_table: Do not use deprecated core_resize_section_table, see declaration for details
gdb/rs6000-nat.c:1247:	  stp = deprecated_core_resize_section_table (2);
660c630,648
< gdb/s390-tdep.c:3168: deprecate: write_pc: Replace write_pc() with get_frame_base_address or get_frame_id; at present the inferior function call code still uses this when doing a DECR_PC_AFTER_BREAK
gdb/s390-tdep.c:3168:  set_gdbarch_write_pc (gdbarch, s390_write_pc);
gdb/s390-tdep.c:3168:  set_gdbarch_write_pc (gdbarch, s390_write_pc);
> gdb/rs6000-tdep.c:2674: code: OP eol: Do not use &&, or || at the end of a line
gdb/rs6000-tdep.c:2674:      status = regcache_raw_read (regcache, tdep->ppc_fp0_regnum +
> gdb/rs6000-tdep.c:2677: code: OP eol: Do not use &&, or || at the end of a line
gdb/rs6000-tdep.c:2677:	status = regcache_raw_read (regcache, tdep->ppc_fp0_regnum +
> gdb/rs6000-tdep.c:2696: code: OP eol: Do not use &&, or || at the end of a line
gdb/rs6000-tdep.c:2696:      regcache_raw_write (regcache, tdep->ppc_fp0_regnum +
> gdb/rs6000-tdep.c:2698: code: OP eol: Do not use &&, or || at the end of a line
gdb/rs6000-tdep.c:2698:      regcache_raw_write (regcache, tdep->ppc_fp0_regnum +
> gdb/rs6000-tdep.c:2703: code: OP eol: Do not use &&, or || at the end of a line
gdb/rs6000-tdep.c:2703:      regcache_raw_write (regcache, tdep->ppc_fp0_regnum +
> gdb/rs6000-tdep.c:2705: code: OP eol: Do not use &&, or || at the end of a line
gdb/rs6000-tdep.c:2705:      regcache_raw_write (regcache, tdep->ppc_fp0_regnum +
> gdb/rs6000-tdep.c:2721: code: OP eol: Do not use &&, or || at the end of a line
gdb/rs6000-tdep.c:2721:    status = regcache_raw_read (regcache, tdep->ppc_vr0_regnum +
> gdb/rs6000-tdep.c:2727: code: OP eol: Do not use &&, or || at the end of a line
gdb/rs6000-tdep.c:2727:	status = regcache_raw_read (regcache, tdep->ppc_fp0_regnum +
> gdb/rs6000-tdep.c:2730: code: OP eol: Do not use &&, or || at the end of a line
gdb/rs6000-tdep.c:2730:	  status = regcache_raw_read (regcache, tdep->ppc_vsr0_upper_regnum +
> gdb/rs6000-tdep.c:2735: code: OP eol: Do not use &&, or || at the end of a line
gdb/rs6000-tdep.c:2735:	status = regcache_raw_read (regcache, tdep->ppc_fp0_regnum +
> gdb/rs6000-tdep.c:2738: code: OP eol: Do not use &&, or || at the end of a line
gdb/rs6000-tdep.c:2738:	  status = regcache_raw_read (regcache, tdep->ppc_vsr0_upper_regnum +
> gdb/rs6000-tdep.c:2755: code: OP eol: Do not use &&, or || at the end of a line
gdb/rs6000-tdep.c:2755:    regcache_raw_write (regcache, tdep->ppc_vr0_regnum +
> gdb/rs6000-tdep.c:2761: code: OP eol: Do not use &&, or || at the end of a line
gdb/rs6000-tdep.c:2761:	regcache_raw_write (regcache, tdep->ppc_fp0_regnum +
> gdb/rs6000-tdep.c:2763: code: OP eol: Do not use &&, or || at the end of a line
gdb/rs6000-tdep.c:2763:	regcache_raw_write (regcache, tdep->ppc_vsr0_upper_regnum +
> gdb/rs6000-tdep.c:2768: code: OP eol: Do not use &&, or || at the end of a line
gdb/rs6000-tdep.c:2768:	regcache_raw_write (regcache, tdep->ppc_fp0_regnum +
> gdb/rs6000-tdep.c:2770: code: OP eol: Do not use &&, or || at the end of a line
gdb/rs6000-tdep.c:2770:	regcache_raw_write (regcache, tdep->ppc_vsr0_upper_regnum +
> gdb/rs6000-tdep.c:3571: code: OP eol: Do not use &&, or || at the end of a line
gdb/rs6000-tdep.c:3571:  from_xcoff_exec = info.abfd && info.abfd->format == bfd_object &&
> gdb/rs6000-tdep.c:3574: code: OP eol: Do not use &&, or || at the end of a line
gdb/rs6000-tdep.c:3574:  from_elf_exec = info.abfd && info.abfd->format == bfd_object &&
> gdb/rs6000-tdep.c:3598: code: OP eol: Do not use &&, or || at the end of a line
gdb/rs6000-tdep.c:3598:	wordsize = info.bfd_arch_info->bits_per_word /
690,695d677
< gdb/solib-sunos.c:645: code: if assignment: An IF statement's expression contains an assignment (the GNU coding standard discourages this)
gdb/solib-sunos.c:645:  if ((debug_base = locate_base ()) == 0)
< gdb/solib.c:1302: deprecate: SOLIB_CREATE_INFERIOR_HOOK: Replace SOLIB_CREATE_INFERIOR_HOOK with nothing, not needed?
gdb/solib.c:1302:#ifdef SOLIB_CREATE_INFERIOR_HOOK
< gdb/solib.c:1303: deprecate: SOLIB_CREATE_INFERIOR_HOOK: Replace SOLIB_CREATE_INFERIOR_HOOK with nothing, not needed?
gdb/solib.c:1303:      SOLIB_CREATE_INFERIOR_HOOK (PIDGET (inferior_ptid));
< gdb/sparc-linux-tdep.c:310: deprecate: write_pc: Replace write_pc() with get_frame_base_address or get_frame_id; at present the inferior function call code still uses this when doing a DECR_PC_AFTER_BREAK
gdb/sparc-linux-tdep.c:310:  set_gdbarch_write_pc (gdbarch, sparc_linux_write_pc);
gdb/sparc-linux-tdep.c:310:  set_gdbarch_write_pc (gdbarch, sparc_linux_write_pc);
< gdb/sparc-tdep.c:1670: deprecate: write_pc: Replace write_pc() with get_frame_base_address or get_frame_id; at present the inferior function call code still uses this when doing a DECR_PC_AFTER_BREAK
gdb/sparc-tdep.c:1670:  set_gdbarch_write_pc (gdbarch, sparc_write_pc);
gdb/sparc-tdep.c:1670:  set_gdbarch_write_pc (gdbarch, sparc_write_pc);
< gdb/sparc64-linux-tdep.c:275: deprecate: write_pc: Replace write_pc() with get_frame_base_address or get_frame_id; at present the inferior function call code still uses this when doing a DECR_PC_AFTER_BREAK
gdb/sparc64-linux-tdep.c:275:  set_gdbarch_write_pc (gdbarch, sparc64_linux_write_pc);
gdb/sparc64-linux-tdep.c:275:  set_gdbarch_write_pc (gdbarch, sparc64_linux_write_pc);
697d678
< gdb/spu-tdep.c:2670: deprecate: write_pc: Replace write_pc() with get_frame_base_address or get_frame_id; at present the inferior function call code still uses this when doing a DECR_PC_AFTER_BREAK
gdb/spu-tdep.c:2670:  set_gdbarch_write_pc (gdbarch, spu_write_pc);
gdb/spu-tdep.c:2670:  set_gdbarch_write_pc (gdbarch, spu_write_pc);
705,706d685
< gdb/stack.c:1226: deprecate: PC_SOLIB: Replace PC_SOLIB with nothing, not needed?
gdb/stack.c:1226:#ifdef PC_SOLIB
< gdb/stack.c:1227: deprecate: PC_SOLIB: Replace PC_SOLIB with nothing, not needed?
gdb/stack.c:1227:      char *lib = PC_SOLIB (get_frame_pc (frame));
743d721
< gdb/tilegx-tdep.c:1066: deprecate: write_pc: Replace write_pc() with get_frame_base_address or get_frame_id; at present the inferior function call code still uses this when doing a DECR_PC_AFTER_BREAK
gdb/tilegx-tdep.c:1066:  set_gdbarch_write_pc (gdbarch, tilegx_write_pc);
gdb/tilegx-tdep.c:1066:  set_gdbarch_write_pc (gdbarch, tilegx_write_pc);
746d723
< gdb/top.c:213: deprecated: deprecated command_loop_hook: Do not use deprecated command_loop_hook, see declaration for details
gdb/top.c:213:void (*deprecated_command_loop_hook) (void);
766d742
< gdb/top.c:884: code: OP eol: Do not use &&, or || at the end of a line
gdb/top.c:884:  if ((history_is_stifled () && (history_length >= max_input_history)) ||
771d746
< gdb/top.c:1755: deprecated: deprecated init_ui_hook: Do not use deprecated init_ui_hook, see declaration for details
gdb/top.c:1755:    deprecated_init_ui_hook (argv0);
774,777d748
< gdb/tracepoint.c:89: deprecated: deprecated readline_begin_hook: Do not use deprecated readline_begin_hook, see declaration for details
gdb/tracepoint.c:89:extern void (*deprecated_readline_begin_hook) (char *, ...);
< gdb/tracepoint.c:90: deprecated: deprecated readline_hook: Do not use deprecated readline_hook, see declaration for details
gdb/tracepoint.c:90:extern char *(*deprecated_readline_hook) (char *);
< gdb/tracepoint.c:91: deprecated: deprecated readline_end_hook: Do not use deprecated readline_end_hook, see declaration for details
gdb/tracepoint.c:91:extern void (*deprecated_readline_end_hook) (void);
< gdb/tracepoint.c:846: code: if assignment: An IF statement's expression contains an assignment (the GNU coding standard discourages this)
gdb/tracepoint.c:846:      if (*p == '.' || (t->step_count = strtol (p, &p, 0)) == 0)
798a770,771
> gdb/tui/tui-regs.c:79: code: OP eol: Do not use &&, or || at the end of a line
gdb/tui/tui-regs.c:79:      num_lines = (TUI_DATA_WIN->detail.data_display_info.regs_content_count /
> gdb/tui/tui-regs.c:124: code: OP eol: Do not use &&, or || at the end of a line
gdb/tui/tui-regs.c:124:	    TUI_DATA_WIN->detail.data_display_info.regs_column_count) -
809a783,785
> gdb/tui/tui-stack.c:377: code: OP eol: Do not use &&, or || at the end of a line
gdb/tui/tui-stack.c:377:	      start_line = (item->locator.line_no -
> gdb/tui/tui-win.c:750: code: OP eol: Do not use &&, or || at the end of a line
gdb/tui/tui-win.c:750:	  else if ((first_win->generic.height +
> gdb/tui/tui-win.c:766: code: OP eol: Do not use &&, or || at the end of a line
gdb/tui/tui-win.c:766:	  else if ((first_win->generic.height +
811a788,795
> gdb/tui/tui-win.c:1462: code: OP eol: Do not use &&, or || at the end of a line
gdb/tui/tui-win.c:1462:	      ok = ((new_height +
> gdb/tui/tui-win.c:1492: code: OP eol: Do not use &&, or || at the end of a line
gdb/tui/tui-win.c:1492:	      ok = ((first_win->generic.height +
> gdb/tui/tui-win.c:1498: code: OP eol: Do not use &&, or || at the end of a line
gdb/tui/tui-win.c:1498:		  total_height = new_height + 
> gdb/tui/tui-win.c:1499: code: OP eol: Do not use &&, or || at the end of a line
gdb/tui/tui-win.c:1499:		    (first_win->generic.height +
> gdb/tui/tui-win.c:1523: code: OP eol: Do not use &&, or || at the end of a line
gdb/tui/tui-win.c:1523:		    total_height = new_height +
> gdb/tui/tui-win.c:1524: code: OP eol: Do not use &&, or || at the end of a line
gdb/tui/tui-win.c:1524:		      second_win->generic.height +
> gdb/tui/tui-win.c:1527: code: OP eol: Do not use &&, or || at the end of a line
gdb/tui/tui-win.c:1527:		    total_height = new_height +
> gdb/tui/tui-win.c:1528: code: OP eol: Do not use &&, or || at the end of a line
gdb/tui/tui-win.c:1528:		      first_win->generic.height +
813a798
> gdb/tui/tui-winsource.c:118: code: OP eol: Do not use &&, or || at the end of a line
gdb/tui/tui-winsource.c:118:	  sal.line = line_or_addr.u.line_no +
820d804
< gdb/utils.c:945: deprecated: deprecated throw_reason: Do not use deprecated throw_reason, see declaration for details
gdb/utils.c:945:  deprecated_throw_reason (RETURN_ERROR);
844a829
> gdb/valops.c:3491: code: OP eol: Do not use &&, or || at the end of a line
gdb/valops.c:3491:  new_val = value_at_lazy (real_type, value_address (argp) - top +
864d848
< gdb/varobj.c:3575: code: OP eol: Do not use &&, or || at the end of a line
gdb/varobj.c:3575:      if (((TYPE_CODE (type)) == TYPE_CODE_STRUCT) ||
866a851
> gdb/windows-nat.c:1035: code: OP eol: Do not use &&, or || at the end of a line
gdb/windows-nat.c:1035:      base = (info.HighWord.Bits.BaseHi << 24) +
870,872d854
< gdb/windows-nat.c:2438: deprecated: deprecated xfer_memory: Do not use deprecated xfer_memory, see declaration for details
gdb/windows-nat.c:2438:	return (*ops->deprecated_xfer_memory) (offset, readbuf,
< gdb/windows-nat.c:2441: deprecated: deprecated xfer_memory: Do not use deprecated xfer_memory, see declaration for details
gdb/windows-nat.c:2441:	return (*ops->deprecated_xfer_memory) (offset, (gdb_byte *) writebuf,
< gdb/windows-nat.c:2497: deprecated: deprecated xfer_memory: Do not use deprecated xfer_memory, see declaration for details
gdb/windows-nat.c:2497:  windows_ops.deprecated_xfer_memory = windows_xfer_memory;
873a856
> gdb/windows-nat.c:2828: code: OP eol: Do not use &&, or || at the end of a line
gdb/windows-nat.c:2828:      char *oldini = (char *) alloca (strlen (homedir) +
883a867,872
> gdb/xcoffread.c:341: code: OP eol: Do not use &&, or || at the end of a line
gdb/xcoffread.c:341:	xmalloc (sizeof (struct pending_stabs) +
> gdb/xcoffread.c:350: code: OP eol: Do not use &&, or || at the end of a line
gdb/xcoffread.c:350:	xrealloc ((char *) *stabvector, sizeof (struct pending_stabs) +
> gdb/xcoffread.c:483: code: OP eol: Do not use &&, or || at the end of a line
gdb/xcoffread.c:483:    (sizeof (struct linetable) +
> gdb/xcoffread.c:2240: code: OP eol: Do not use &&, or || at the end of a line
gdb/xcoffread.c:2240:  psymtab_include_list = (const char **) alloca (includes_allocated *
> gdb/xcoffread.c:2634: code: OP eol: Do not use &&, or || at the end of a line
gdb/xcoffread.c:2634:		  alloca ((includes_allocated *= 2) *
> gdb/xcoffread.c:2970: code: OP eol: Do not use &&, or || at the end of a line
gdb/xcoffread.c:2970:  stringtab_offset = symtab_offset +


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