Re: [PATCH] Add pldd(1)

2012-02-24 Thread Corinna Vinschen
On Feb 24 15:31, Christopher Faylor wrote: > On Fri, Feb 24, 2012 at 10:47:07AM +0100, Corinna Vinschen wrote: > >On Feb 24 02:38, Yaakov (Cygwin/X) wrote: > >> The pldd(1) command apparently originates from Solaris and was added to > >> glibc-2.15[1]. Patches and new file attached. > > > >Looks g

Re: [PATCH] Add pldd(1)

2012-02-24 Thread Christopher Faylor
On Fri, Feb 24, 2012 at 10:47:07AM +0100, Corinna Vinschen wrote: >On Feb 24 02:38, Yaakov (Cygwin/X) wrote: >> The pldd(1) command apparently originates from Solaris and was added to >> glibc-2.15[1]. Patches and new file attached. > >Looks good, works fine. Please apply. It's not entirely fine

Re: [PATCH] Add pthread_getname_np, pthread_setname_np

2012-02-24 Thread Pedro Alves
Just FYI, Windows' way to have the program affect thread names in the debugger is with SetThreadName, which throws a magic exception which the debugger can catch. GDB doesn't know about this though. http://msdn.microsoft.com/en-us/library/xcb2z8hs.aspx Just for completeness... I don't know if

Re: [PATCH] Add pthread_getname_np, pthread_setname_np

2012-02-24 Thread Corinna Vinschen
On Feb 24 05:00, Yaakov (Cygwin/X) wrote: > On Fri, 2012-02-24 at 10:38 +0100, Corinna Vinschen wrote: > > On Feb 23 21:38, Yaakov (Cygwin/X) wrote: > > > This patchset adds pthread_getname_np and pthread_setname_np. These > > > were added to glibc in 2.12[1] and are also present in some form on >

Re: [PATCH] Add pthread_getname_np, pthread_setname_np

2012-02-24 Thread Yaakov (Cygwin/X)
On Fri, 2012-02-24 at 10:38 +0100, Corinna Vinschen wrote: > On Feb 23 21:38, Yaakov (Cygwin/X) wrote: > > This patchset adds pthread_getname_np and pthread_setname_np. These > > were added to glibc in 2.12[1] and are also present in some form on > > NetBSD and several UNIXes. IIUC recent version

Re: [PATCH] Add pldd(1)

2012-02-24 Thread Corinna Vinschen
On Feb 24 02:38, Yaakov (Cygwin/X) wrote: > The pldd(1) command apparently originates from Solaris and was added to > glibc-2.15[1]. Patches and new file attached. Looks good, works fine. Please apply. Thanks, Corinna -- Corinna Vinschen Please, send mails regarding Cygwin t

Re: [PATCH] Add pthread_getname_np, pthread_setname_np

2012-02-24 Thread Corinna Vinschen
On Feb 23 21:38, Yaakov (Cygwin/X) wrote: > This patchset adds pthread_getname_np and pthread_setname_np. These > were added to glibc in 2.12[1] and are also present in some form on > NetBSD and several UNIXes. IIUC recent versions of GDB can benefit from > this support. Thanks for your patch, b

[PATCH] Add pldd(1)

2012-02-24 Thread Yaakov (Cygwin/X)
The pldd(1) command apparently originates from Solaris and was added to glibc-2.15[1]. Patches and new file attached. Yaakov [1] http://sourceware.org/git/?p=glibc.git;a=blob_plain;f=NEWS /* pldd.cc Copyright 2012 Red Hat, Inc. This file is part of Cygwin. This software is a copyrighted w