public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug python/12692] New: No function to easily now the current inferior
@ 2011-04-21 12:17 kevin.pouget at gmail dot com
  2011-04-21 12:17 ` [Bug python/12692] " kevin.pouget at gmail dot com
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: kevin.pouget at gmail dot com @ 2011-04-21 12:17 UTC (permalink / raw)
  To: gdb-prs

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

           Summary: No function to easily now the current inferior
           Product: gdb
           Version: HEAD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: python
        AssignedTo: unassigned@sourceware.org
        ReportedBy: kevin.pouget@gmail.com


There is no way to easily retrieve a python object pointing to the current
inferior

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug python/12692] No function to easily now the current inferior
  2011-04-21 12:17 [Bug python/12692] New: No function to easily now the current inferior kevin.pouget at gmail dot com
@ 2011-04-21 12:17 ` kevin.pouget at gmail dot com
  2011-04-22 10:14 ` kevin.pouget at gmail dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: kevin.pouget at gmail dot com @ 2011-04-21 12:17 UTC (permalink / raw)
  To: gdb-prs

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

Kevin Pouget <kevin.pouget at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at sourceware    |kevin.pouget at gmail dot
                   |dot org                     |com

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug python/12692] No function to easily now the current inferior
  2011-04-21 12:17 [Bug python/12692] New: No function to easily now the current inferior kevin.pouget at gmail dot com
  2011-04-21 12:17 ` [Bug python/12692] " kevin.pouget at gmail dot com
@ 2011-04-22 10:14 ` kevin.pouget at gmail dot com
  2011-09-15 12:47 ` cvs-commit at gcc dot gnu.org
  2011-10-05 17:28 ` tromey at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: kevin.pouget at gmail dot com @ 2011-04-22 10:14 UTC (permalink / raw)
  To: gdb-prs

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

Kevin Pouget <kevin.pouget at gmail dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |enhancement

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug python/12692] No function to easily now the current inferior
  2011-04-21 12:17 [Bug python/12692] New: No function to easily now the current inferior kevin.pouget at gmail dot com
  2011-04-21 12:17 ` [Bug python/12692] " kevin.pouget at gmail dot com
  2011-04-22 10:14 ` kevin.pouget at gmail dot com
@ 2011-09-15 12:47 ` cvs-commit at gcc dot gnu.org
  2011-10-05 17:28 ` tromey at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2011-09-15 12:47 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> 2011-09-15 12:42:38 UTC ---
CVSROOT:    /cvs/src
Module name:    src
Changes by:    kpouget@sourceware.org    2011-09-15 12:42:30

Modified files:
    gdb            : ChangeLog 
    gdb/doc        : ChangeLog gdb.texinfo 
    gdb/python     : py-inferior.c python-internal.h python.c 
    gdb/testsuite  : ChangeLog 
    gdb/testsuite/gdb.python: py-inferior.exp 

Log message:
    2011-09-15  Kevin Pouget <kevin.pouget@st.com>

    PR Python/12692 Add gdb.selected_inferior() to Python interface.
    * python/py-inferior.c (GdbMethods): New Python method definition.

    doc:
    PR Python/12692 Add gdb.selected_inferior() to Python interface.
    * gdb.texinfo (Inferiors In Python): Describe new
    gdb.selected_inferior() function.

    testsuite:
    PR Python/12692 Add gdb.selected_inferior() to Python interface.
    * gdb.python/py-inferior.exp: Add testcase for gdb.selected_inferior().

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.13332&r2=1.13333
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/doc/ChangeLog.diff?cvsroot=src&r1=1.1210&r2=1.1211
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/doc/gdb.texinfo.diff?cvsroot=src&r1=1.859&r2=1.860
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/python/py-inferior.c.diff?cvsroot=src&r1=1.12&r2=1.13
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/python/python-internal.h.diff?cvsroot=src&r1=1.47&r2=1.48
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/python/python.c.diff?cvsroot=src&r1=1.71&r2=1.72
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/ChangeLog.diff?cvsroot=src&r1=1.2853&r2=1.2854
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.python/py-inferior.exp.diff?cvsroot=src&r1=1.8&r2=1.9

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

* [Bug python/12692] No function to easily now the current inferior
  2011-04-21 12:17 [Bug python/12692] New: No function to easily now the current inferior kevin.pouget at gmail dot com
                   ` (2 preceding siblings ...)
  2011-09-15 12:47 ` cvs-commit at gcc dot gnu.org
@ 2011-10-05 17:28 ` tromey at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: tromey at redhat dot com @ 2011-10-05 17:28 UTC (permalink / raw)
  To: gdb-prs

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

Tom Tromey <tromey at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |tromey at redhat dot com
         Resolution|                            |FIXED
   Target Milestone|---                         |7.4

--- Comment #2 from Tom Tromey <tromey at redhat dot com> 2011-10-05 17:27:49 UTC ---
Fixed.

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


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2011-10-05 17:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-04-21 12:17 [Bug python/12692] New: No function to easily now the current inferior kevin.pouget at gmail dot com
2011-04-21 12:17 ` [Bug python/12692] " kevin.pouget at gmail dot com
2011-04-22 10:14 ` kevin.pouget at gmail dot com
2011-09-15 12:47 ` cvs-commit at gcc dot gnu.org
2011-10-05 17:28 ` tromey at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).