[issue30159] gdb autoloading python-gdb.py

2017-08-22 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- nosy: +dmalcolm ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyt

[issue30159] gdb autoloading python-gdb.py

2017-08-20 Thread Дилян Палаузов
Дилян Палаузов added the comment: Alternatively install $(INSTSONAME)-gdb.py into ${LIBDIR} . ldconfig will complain, when called, but this is how gcc and libisl, glib do it . This is in anycase better than the current approach, as it lets gdb automatically load the -gdb.py file. --

[issue30159] gdb autoloading python-gdb.py

2017-05-10 Thread STINNER Victor
Changes by STINNER Victor : -- nosy: +haypo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.python

[issue30159] gdb autoloading python-gdb.py

2017-05-06 Thread Дилян Палаузов
Changes by Дилян Палаузов : -- components: +Build ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.

[issue30159] gdb autoloading python-gdb.py

2017-05-06 Thread Дилян Палаузов
Дилян Палаузов added the comment: This is what I mean. I asked at https://sourceware.org/bugzilla/show_bug.cgi?id=21465 how configure.ac is supposed to be tweaked. diff --git a/Makefile.pre.in b/Makefile.pre.in --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1093,6 +1093,8 @@ $(DESTSHARED

[issue30159] gdb autoloading python-gdb.py

2017-04-25 Thread Дилян Палаузов
New submission from Дилян Палаузов: 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 versi