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/12133] New: gdb.Frame.type()s are undocumented


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

           Summary: gdb.Frame.type()s are undocumented
           Product: gdb
           Version: 7.2
            Status: NEW
          Severity: normal
          Priority: P2
         Component: python
        AssignedTo: unassigned@sourceware.org
        ReportedBy: markflorisson88@gmail.com


The values for the type() method of gdb.Frame are undocumented. It is not clear
what the difference between gdb.NORMAL_FRAME, gdb.DUMMY_FRAME,
gdb.SIGTRAMP_FRAME and gdb.SENTINEL_FRAME are. The documentation in question
can be found here:
http://sourceware.org/gdb/onlinedocs/gdb/Frames-In-Python.html

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