Discussion:
[Bug python/18909] New: documentation of inferior call events disagrees with implementation
dje at google dot com
2015-09-01 21:37:00 UTC
Permalink
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.
tromey at sourceware dot org
2018-09-08 16:24:29 UTC
Permalink
https://sourceware.org/bugzilla/show_bug.cgi?id=18909

Tom Tromey <tromey at sourceware dot org> changed:

What |Removed |Added
----------------------------------------------------------------------------
CC| |tromey at sourceware dot org
Assignee|unassigned at sourceware dot org |tromey at sourceware dot org
--
You are receiving this mail because:
You are on the CC list for the bug.
cvs-commit at gcc dot gnu.org
2018-09-10 13:50:32 UTC
Permalink
https://sourceware.org/bugzilla/show_bug.cgi?id=18909

--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> ---
The master branch has been updated by Tom Tromey <***@sourceware.org>:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=fb5af5e335202bc94c292c83eaa328633cd5d924

commit fb5af5e335202bc94c292c83eaa328633cd5d924
Author: Tom Tromey <***@tromey.com>
Date: Sat Sep 8 10:59:14 2018 -0600

Fix gdb.events.inferior_call documentation

PR python/18909 points out that the gdb.events.inferior_call
documentation was incorrect. This patch brings it in line with the
code.

gdb/doc/ChangeLog
2018-09-10 Tom Tromey <***@tromey.com>

PR python/18909:
* python.texi (Events In Python): Fix inferior_call
documentation.
--
You are receiving this mail because:
You are on the CC list for the bug.
tromey at sourceware dot org
2018-09-10 13:54:42 UTC
Permalink
https://sourceware.org/bugzilla/show_bug.cgi?id=18909

Tom Tromey <tromey at sourceware dot org> changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
Target Milestone|--- |8.3

--- Comment #2 from Tom Tromey <tromey at sourceware dot org> ---
Fixed.
--
You are receiving this mail because:
You are on the CC list for the bug.
Loading...