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: [PATCH v3] Add pretty printers for the NPTL lock types


On Sat, Nov 7, 2015 at 8:39 PM, Martin Galvan
<martin.galvan@tallertechnologies.com> wrote:
> To load the pretty-printers into your gdb session, do the following:
>
> python
> import sys
> sys.path.insert(0, '/path/to/glibc/build/')
> end
> source /path/to/glibc/install/bin/nptl-printers.py

My mistake: the last line should be

source /path/to/glibc/source/nptl/nptl-printers.py

The install/bin thing was from a previous version of this patch.


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