Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 572464 - sys-devel/gdb: add python3_5 support
Summary: sys-devel/gdb: add python3_5 support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Gentoo Toolchain Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-20 17:59 UTC by Hristo Venev
Modified: 2016-02-24 16:02 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Hristo Venev 2016-01-20 17:59:56 UTC
Reproducible: Always
Comment 1 SpanKY gentoo-dev 2016-01-20 20:10:41 UTC
have you actually checked to see if it works ?
Comment 2 Hristo Venev 2016-01-20 21:30:37 UTC
python print(42) works. Pretty-printing std::vector works.
Comment 3 SpanKY gentoo-dev 2016-01-21 06:04:48 UTC
does libpython3.5 show up in `ldd /usr/bin/gdb` ?
Comment 4 Hristo Venev 2016-01-22 06:51:16 UTC
Not exactly. libpython3.5m does.

Pretty-printing python objects also works.