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/15528] New: need a way to create a new Type dynamically


Bug ID 15528
Summary need a way to create a new Type dynamically
Product gdb
Version HEAD
Status NEW
Severity normal
Priority P2
Component python
Assignee unassigned at sourceware dot org
Reporter tromey at redhat dot com

It would sometimes be handy to be able to
create a new gdb.Type by hand, from Python code.
That is, a constructor that accepts a name, type-code, fields,
and whatever else.
Ideally by default it would lay out the type using the ABI rules.


You are receiving this mail because:
Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]