[issue17475] Better doc on using python-gdb.py

2015-04-21 Thread Carol Willing
Changes by Carol Willing : -- status: open -> closed ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://ma

[issue17475] Better doc on using python-gdb.py

2015-04-18 Thread Carol Willing
Carol Willing added the comment: The current devguide on gdb (https://docs.python.org/devguide/gdb.html?highlight=gdb) satisfies this issue. I am marking this languishing issue as a duplicate and closing it. -- nosy: +willingc resolution: -> duplicate stage: patch review -> resolved

[issue17475] Better doc on using python-gdb.py

2013-03-19 Thread Ezio Melotti
Ezio Melotti added the comment: The last part is not clear to me. Do you mean that if I don't add the "add-auto-load-safe-path" I have to run "source python-gdb.py" before "gdb python"? And if so, do I have to run it every time? Also if the "add-auto-load-safe-path" is required for recent ver

[issue17475] Better doc on using python-gdb.py

2013-03-18 Thread STINNER Victor
Changes by STINNER Victor : -- nosy: +haypo ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.

[issue17475] Better doc on using python-gdb.py

2013-03-18 Thread R. David Murray
Changes by R. David Murray : -- nosy: +dmalcolm ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.pyt

[issue17475] Better doc on using python-gdb.py

2013-03-18 Thread Cherniavsky Beni
Cherniavsky Beni added the comment: The links to gdb docs presently are broken because sourceware.org is down for maintenance, but it should be back up in a couple days. -- ___ Python tracker _

[issue17475] Better doc on using python-gdb.py

2013-03-18 Thread Cherniavsky Beni
New submission from Cherniavsky Beni: recent gdb versions by default won't auto-load python-gdb.py. issue15043 fixed this in test_gdb, but manual action is still needed to when a developer actually wants to run gdb. Attached devguide patch. After writing this I noticed it's already explained in