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

2015-04-21 Thread Carol Willing

Changes by Carol Willing willi...@willingconsulting.com:


--
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue17475
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue17475
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 versions, maybe it 
should be documented first, and you can then mention that older versions might 
work even without it.

--
stage:  - patch review
type:  - enhancement
versions:  -Python 3.4

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue17475
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 faq.txt, but I think 
it's important to also explain it in the devguide's GDB section.

Should this also be mentioned inside python-gdb.py?
And why does that file have a Tools/gdb/libpython.py doppleganger?

--
components: Devguide
files: python-gdb-how-to-load.diff
keywords: patch
messages: 184574
nosy: cben, ezio.melotti, ncoghlan, r.david.murray
priority: normal
severity: normal
status: open
title: Better doc on using python-gdb.py
versions: Python 3.4
Added file: http://bugs.python.org/file29469/python-gdb-how-to-load.diff

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue17475
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[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 rep...@bugs.python.org
http://bugs.python.org/issue17475
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2013-03-18 Thread R. David Murray

Changes by R. David Murray rdmur...@bitdance.com:


--
nosy: +dmalcolm

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue17475
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2013-03-18 Thread STINNER Victor

Changes by STINNER Victor victor.stin...@gmail.com:


--
nosy: +haypo

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue17475
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com