Some Python ideas, looking for feedback

André Pönitz andre.poenitz@nokia.com
Tue Aug 16 11:45:00 GMT 2011


On Tuesday 16 August 2011 13:03:42 ext Paul_Koning@Dell.com wrote:
> [...]
> And a question: is there a way to get the value corresponding to an enum type's value name?  
> The name comes back in the fields() output but I don't see how I would get the value.  Could that be made a value attribute of the field object?

int(...) works, or "%d" % ...

Andre'



More information about the Gdb mailing list