[issue35132] python-gdb error: Python Exception Type does not have a target

2019-03-12 Thread Dylan Cali
Dylan Cali added the comment: Thank you! And thank you Lisa Roach for the investigation and fix. -- ___ Python tracker <https://bugs.python.org/issue35

[issue35132] python-gdb error: Python Exception Type does not have a target

2019-02-15 Thread Dylan Cali
Dylan Cali added the comment: > Hum, Dylan: what is your gdb version? $ gdb --version GNU gdb (Ubuntu 7.11.1-0ubuntu1~16.5) 7.11.1 > On Fedora 29 with gdb 8.2-6.fc29, it seems like .target() is useless I can confirm removing the .target() call in libpython.py resolved the issue

[issue35132] python-gdb error: Python Exception Type does not have a target

2018-11-01 Thread Dylan Cali
New submission from Dylan Cali : Python version: 3.6.6-debug System: Kernel: 4.15.0-38-generic x86_64 Distro: Linux Mint 18.2 Sonya CPU:Quad core Intel Xeon E3-1505M Memory: 32018.6MB Expected: py-list and py-bt to print the current python frame and traceback when attaching