This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author dilyan.palauzov
Recipients dilyan.palauzov
Date 2017-04-25.12:30:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1493123460.02.0.558737612722.issue30159@psf.upfronthosting.co.za>
In-reply-to
Content
Please install python-gdb.py in $(datarootdir)/gdb/auto-load/$(libdir)/libpython3.5m.so.1.0-gdb.py during "make install", so that programs linked towards libpython3.5m.so.1.0 will auto-load the -gdb.py script, when debugged.

Likewise for the other gdb versions.

An alternative to achieve the same effect is to put python-gdb.py in a .debug_gdb_scripts section (https://sourceware.org/gdb/onlinedocs/gdb/dotdebug_005fgdb_005fscripts-section.html#dotdebug_005fgdb_005fscripts-section), but I don't know if $(strip) removes it.
History
Date User Action Args
2017-04-25 12:31:00dilyan.palauzovsetrecipients: + dilyan.palauzov
2017-04-25 12:31:00dilyan.palauzovsetmessageid: <1493123460.02.0.558737612722.issue30159@psf.upfronthosting.co.za>
2017-04-25 12:30:59dilyan.palauzovlinkissue30159 messages
2017-04-25 12:30:59dilyan.palauzovcreate