[Bug 618451] Review Request: gdb-heap - Extensions to gdb for debugging dynamic memory allocation

bugzilla at redhat.com bugzilla at redhat.com
Tue Jul 27 13:19:11 UTC 2010


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=618451

--- Comment #3 from Dave Malcolm <dmalcolm at redhat.com> 2010-07-27 09:19:10 EDT ---
My reasoning here is that gdb-heap uses the "gdb" module, which only exists in
the python environment embedded inside /usr/bin/gdb, not in /usr/bin/python.

So it's not going to work if you try to use it from the regular /usr/bin/python
environment.

Having said that, we could simply "claim" the "gdbheap" part of the namespace
below python's site-packages (doing so might break pydoc and other tools that
assume that all such modules are importable by /usr/bin/python, though).

Does this make sense?

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the package-review mailing list