This is the mail archive of the gdb-prs@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]

[Bug breakpoints/23845] Watchpoints (and watchpoint tests) are failing


https://sourceware.org/bugzilla/show_bug.cgi?id=23845

--- Comment #1 from Phil Muldoon <pmuldoon at redhat dot com> ---
The actual failure occurs here in nat/x86-linux-dregs.c:68 on the system call:

  ptrace (PTRACE_POKEUSER, tid, u_debugreg_offset (regnum), value);
  if (errno != 0)
    perror_with_name (_("Couldn't write debug register"));

The actual call is somewhere else, I believe, either with the values of the
arguments or some changed accounting in the kernel.

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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