This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc 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]

Re: gdb pretty printers for pthreads?


Hi Carlos, so long!

On Mon, Feb 9, 2015 at 6:43 PM, Carlos O'Donell <carlos@redhat.com> wrote:
> On 02/09/2015 12:08 PM, Daniel Gutson wrote:
>> Hi,
>>
>>   are there any "official" gdb pretty printers for pthreads? E.g.
>> printing the state of a mutex or a conditional variable.
>>
>> If there are not, we could start an initial version.
>
> There are no official gdb pretty printers for pthreads.
>
> If you are interested in working on pthread pretty printers that
> would be excellent. Any contributions are more than welcome.
>
> Please see:
> https://sourceware.org/glibc/wiki/Contribution%20checklist

Thanks. We'll create a first version of a gdb plugin to pretty-print
the following NPTL  types:
   - pthread_mutex_t
        * pthread_mutexattr_t
   - pthread_cond_t
   - pthread_rwlock_t

 Daniel.

>
> Cheers,
> Carlos.



-- 

Daniel F. Gutson
Chief Technology Officer, SPD

San Lorenzo 47, 3rd Floor, Office 5
CÃrdoba, Argentina

Phone:   +54 351 4217888 / +54 351 4218211
Skype:    dgutson
LinkedIn: http://ar.linkedin.com/in/danielgutson


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