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/18909] New: documentation of inferior call events disagrees with implementation


https://sourceware.org/bugzilla/show_bug.cgi?id=18909

            Bug ID: 18909
           Summary: documentation of inferior call events disagrees with
                    implementation
           Product: gdb
           Version: unknown
            Status: NEW
          Severity: normal
          Priority: P2
         Component: python
          Assignee: unassigned at sourceware dot org
          Reporter: dje at google dot com
  Target Milestone: ---

The use of inferior call events in python is a bit confusing.

(gdb) py print dir (gdb.events)
prints "inferior_call"

however the docs refer to inferior_call_pre and inferior_call_post.
https://sourceware.org/gdb/current/onlinedocs/gdb/Events-In-Python.html#Events-In-Python

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