Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #44587 > unrolled thread

Re: Finding referents with Gdb

Started bySkip Montanaro <skip@pobox.com>
First post2013-05-01 05:53 -0500
Last post2013-05-01 05:53 -0500
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: Finding referents with Gdb Skip Montanaro <skip@pobox.com> - 2013-05-01 05:53 -0500

#44587 — Re: Finding referents with Gdb

FromSkip Montanaro <skip@pobox.com>
Date2013-05-01 05:53 -0500
SubjectRe: Finding referents with Gdb
Message-ID<mailman.1214.1367405605.3114.python-list@python.org>
On Tue, Apr 23, 2013 at 9:52 AM, Dave Butler
<daveb@tanagerproductions.com> wrote:
> with gdb, can you find referents of an object given an object id?

Look at the C code for gc.get_referents and set things up to call it from GDB.

Skip

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web