Source-Changes-D archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/external/gpl3/gdb/dist/gdb



On Sun, Feb 02, 2014 at 05:00:38PM -0500, Christos Zoulas wrote:
> Module Name:  src
> Committed By: christos
> Date:         Sun Feb  2 22:00:38 UTC 2014
> 
> Modified Files:
>       src/external/gpl3/gdb/dist/gdb: inf-ptrace.c
> 
> Log Message:
> Fix threading bug again.
> 
> 
> To generate a diff of this commit:
> cvs rdiff -u -r1.6 -r1.7 src/external/gpl3/gdb/dist/gdb/inf-ptrace.c
@@ -374,7 +380,7 @@
     XXX __NetBSD__: We used to pass this as the signal
     sig = ptid_get_lwp(ptid);
    */
-  ptrace (request, pid, (PTRACE_TYPE_ARG3)1, gdb_signal_to_host (signal));
+  ptrace (request, pid, (PTRACE_TYPE_ARG3)1, sig);


You probably want to kill the comment from the last merge.

        David

-- 
David Laight: david%l8s.co.uk@localhost


Home | Main Index | Thread Index | Old Index