Re: [arch-general] *-gdb.py files are misplaced

2012-05-03 Thread Rodrigo Rivas
Took a while, but done! https://bugs.archlinux.org/task/29728 Thank you! -- Rodrigo

Re: [arch-general] *-gdb.py files are misplaced

2012-05-03 Thread rafael ff1
2012/5/3 Rodrigo Rivas : > On Thu, May 3, 2012 at 1:30 PM, Allan McRae wrote: > >> On 03/05/12 18:39, Rodrigo Rivas wrote: >> > Hello. >> > >> > I am debugging a C++ program with GDB and I want to use the nice Python >> > scripts for pretty-printing the STL types. But, alas, it does not work. >> >

Re: [arch-general] *-gdb.py files are misplaced

2012-05-03 Thread Rodrigo Rivas
On Thu, May 3, 2012 at 1:30 PM, Allan McRae wrote: > On 03/05/12 18:39, Rodrigo Rivas wrote: > > Hello. > > > > I am debugging a C++ program with GDB and I want to use the nice Python > > scripts for pretty-printing the STL types. But, alas, it does not work. > > > > This script is installed in "

Re: [arch-general] *-gdb.py files are misplaced

2012-05-03 Thread Allan McRae
On 03/05/12 18:39, Rodrigo Rivas wrote: > Hello. > > I am debugging a C++ program with GDB and I want to use the nice Python > scripts for pretty-printing the STL types. But, alas, it does not work. > > This script is installed in "/usr/share/gdb/auto-load/libstdc++. > so.6.0.17-gdb.py" to handl

[arch-general] *-gdb.py files are misplaced

2012-05-03 Thread Rodrigo Rivas
Hello. I am debugging a C++ program with GDB and I want to use the nice Python scripts for pretty-printing the STL types. But, alas, it does not work. This script is installed in "/usr/share/gdb/auto-load/libstdc++. so.6.0.17-gdb.py" to handle the pretty printing of STL types. But the fact is th