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/13326] New: Need support for C++ method call for agdb.Value object from within python


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

             Bug #: 13326
           Summary: Need support for C++ method call for a gdb.Value
                    object from within python
           Product: gdb
           Version: 7.3
            Status: NEW
          Severity: normal
          Priority: P2
         Component: python
        AssignedTo: unassigned@sourceware.org
        ReportedBy: lxmachine@gmail.com
    Classification: Unclassified


The python scripting support is great.

There is support for function call if a gdb.Value object is of type
TYPE_CODE_FUNC.

There is no support for method call yet if a gdb.Value object is of type
TYPE_CODE_METHOD.

In order to support the pretty-pritters for some classes, sometimes we need to
call an method instead of just accessing some member fields.

Thanks,
Xun

-- 
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]