Bug 10807 - Expose macro definitions to GDB Python API
Summary: Expose macro definitions to GDB Python API
Status: UNCONFIRMED
Alias: None
Product: gdb
Classification: Unclassified
Component: python (show other bugs)
Version: archer
: P2 enhancement
Target Milestone: 7.1
Assignee: matt rice
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-19 10:27 UTC by Phil Muldoon
Modified: 2011-08-16 06:46 UTC (History)
3 users (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Phil Muldoon 2009-10-19 10:27:40 UTC
Daniel Jacobowitz wrote about some Python/GDB experiences and bugs in the email:

http://sourceware.org/ml/archer/2009-q4/msg00008.html

This bug (and others in their own bugs) is extracted from that email to track
the issue:

* There's no way to get at macro definitions (e.g. info macro).  Also,
GDB doesn't offer a list of all macros defined... I had to use
"complete print " and pass them all to info macro.