This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug python/12656] gdb.Block should expose whether the block isspecial


http://sourceware.org/bugzilla/show_bug.cgi?id=12656

--- Comment #2 from Tom Tromey <tromey at redhat dot com> 2011-04-13 16:39:13 UTC ---
(In reply to comment #1)

> frapy_block should never need to return GLOBAL_BLOC or STATIC_BLOCK so there
> should not be a problem the current code does not allow it.
> 
> Maybe everything is correct and nothing needs to be changed now, thanks.

The return values are correct; but the problem in this bug is that
you can look upwards using Block.superblock -- but then you have no good
way to know when to stop searching upward.

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]