binutils-gdb/gdb/nat
Sergio Durigan Junior 47a536d940 Remove "\nError: " suffix from nat/fork-inferior.c:trace_start_error warning message
Rationale: https://sourceware.org/ml/gdb-patches/2019-08/msg00651.html

This very simple patch removes the "\nError: " suffix from the warning
message printed by nat/fork-inferior.c:trace_start_error.  This proved
to just pollute the screen, causing things like:

  Starting program: /usr/bin/true
  warning: Could not trace the inferior process.
  Error:
  warning: ptrace: Permission denied

This "Error: " string is not useful at all, and can confuse things,
therefore let's just remove it and simplify the resulting messages:

  Starting program: /usr/bin/true
  warning: Could not trace the inferior process.
  warning: ptrace: Permission denied

gdb/ChangeLog:
2019-08-30  Sergio Durigan Junior  <sergiodj@redhat.com>

	* nat/fork-inferior.c (trace_start_error): Remove "\nError: "
	suffix from warning message.
2019-08-30 17:04:37 -04:00
..
aarch64-linux-hw-point.c Rename common to gdbsupport 2019-07-09 07:45:38 -06:00
aarch64-linux-hw-point.h Rename common to gdbsupport 2019-07-09 07:45:38 -06:00
aarch64-linux.c Rename common to gdbsupport 2019-07-09 07:45:38 -06:00
aarch64-linux.h Normalize include guards in gdb 2019-02-07 03:27:23 -07:00
aarch64-sve-linux-ptrace.c Rename common to gdbsupport 2019-07-09 07:45:38 -06:00
aarch64-sve-linux-ptrace.h AArch64 SVE: Support changing vector lengths for ptrace 2019-04-15 15:12:44 +01:00
aarch64-sve-linux-sigcontext.h Normalize include guards in gdb 2019-02-07 03:27:23 -07:00
amd64-linux-siginfo.c Rename common to gdbsupport 2019-07-09 07:45:38 -06:00
amd64-linux-siginfo.h Normalize include guards in gdb 2019-02-07 03:27:23 -07:00
fork-inferior.c Remove "\nError: " suffix from nat/fork-inferior.c:trace_start_error warning message 2019-08-30 17:04:37 -04:00
fork-inferior.h Normalize include guards in gdb 2019-02-07 03:27:23 -07:00
gdb_ptrace.h Normalize include guards in gdb 2019-02-07 03:27:23 -07:00
gdb_thread_db.h Normalize include guards in gdb 2019-02-07 03:27:23 -07:00
glibc_thread_db.h Normalize include guards in gdb 2019-02-07 03:27:23 -07:00
linux-btrace.c Rename common to gdbsupport 2019-07-09 07:45:38 -06:00
linux-btrace.h Rename common to gdbsupport 2019-07-09 07:45:38 -06:00
linux-namespaces.c Fix compiler warning in linux-namespaces.c 2019-08-27 13:53:05 -05:00
linux-namespaces.h Normalize include guards in gdb 2019-02-07 03:27:23 -07:00
linux-nat.h Rename common to gdbsupport 2019-07-09 07:45:38 -06:00
linux-osdata.c Rename common to gdbsupport 2019-07-09 07:45:38 -06:00
linux-osdata.h Normalize include guards in gdb 2019-02-07 03:27:23 -07:00
linux-personality.c Rename common to gdbsupport 2019-07-09 07:45:38 -06:00
linux-personality.h Update copyright year range in all GDB files. 2019-01-01 10:01:51 +04:00
linux-procfs.c Rename common to gdbsupport 2019-07-09 07:45:38 -06:00
linux-procfs.h Normalize include guards in gdb 2019-02-07 03:27:23 -07:00
linux-ptrace.c Rename common to gdbsupport 2019-07-09 07:45:38 -06:00
linux-ptrace.h Rename common to gdbsupport 2019-07-09 07:45:38 -06:00
linux-waitpid.c Rename common to gdbsupport 2019-07-09 07:45:38 -06:00
linux-waitpid.h Normalize include guards in gdb 2019-02-07 03:27:23 -07:00
mips-linux-watch.c Rename common to gdbsupport 2019-07-09 07:45:38 -06:00
mips-linux-watch.h Rename common to gdbsupport 2019-07-09 07:45:38 -06:00
ppc-linux.c Rename common to gdbsupport 2019-07-09 07:45:38 -06:00
ppc-linux.h Normalize include guards in gdb 2019-02-07 03:27:23 -07:00
x86-cpuid.h Normalize include guards in gdb 2019-02-07 03:27:23 -07:00
x86-dregs.c Rename common to gdbsupport 2019-07-09 07:45:38 -06:00
x86-dregs.h Rename common to gdbsupport 2019-07-09 07:45:38 -06:00
x86-gcc-cpuid.h Normalize include guards in gdb 2019-02-07 03:27:23 -07:00
x86-linux-dregs.c Rename common to gdbsupport 2019-07-09 07:45:38 -06:00
x86-linux-dregs.h Normalize include guards in gdb 2019-02-07 03:27:23 -07:00
x86-linux.c Rename common to gdbsupport 2019-07-09 07:45:38 -06:00
x86-linux.h Normalize include guards in gdb 2019-02-07 03:27:23 -07:00