[RFA] New python module gdb.types

Doug Evans dje@google.com
Fri Oct 8 22:21:00 GMT 2010


On Fri, Oct 8, 2010 at 3:18 PM, Doug Evans <dje@google.com> wrote:
>>> +@item make_enum_dict (@var{enum_type})
>>> +Return a dictionary made from @var{enum_type}.
>>
>> Same here: at the very least we should say what is a "dictionary" in
>> this context.
>
> The context is python and in the python context "dictionary" is quite
> specific, it's a builtin type.
>
> What if it said the following instead?
>
> Return a python dictionary made from @var{enum_type}.

Or rather

Return a Python dictionary made from @var{enum_type}.



More information about the Gdb-patches mailing list