public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug python/13599] New: no way to get the line number of a symbol
@ 2012-01-16 18:34 tromey at redhat dot com
  2012-01-31 20:58 ` [Bug python/13599] " tromey at redhat dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: tromey at redhat dot com @ 2012-01-16 18:34 UTC (permalink / raw)
  To: gdb-prs

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

             Bug #: 13599
           Summary: no way to get the line number of a symbol
           Product: gdb
           Version: unknown
            Status: NEW
          Severity: normal
          Priority: P2
         Component: python
        AssignedTo: unassigned@sourceware.org
        ReportedBy: tromey@redhat.com
    Classification: Unclassified


I couldn't find a way to get the line number from a symbol object
in python.

-- 
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] 4+ messages in thread

* [Bug python/13599] no way to get the line number of a symbol
  2012-01-16 18:34 [Bug python/13599] New: no way to get the line number of a symbol tromey at redhat dot com
@ 2012-01-31 20:58 ` tromey at redhat dot com
  2012-02-07 19:42 ` cvs-commit at gcc dot gnu.org
  2012-02-07 19:48 ` tromey at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: tromey at redhat dot com @ 2012-01-31 20:58 UTC (permalink / raw)
  To: gdb-prs

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

Tom Tromey <tromey at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         AssignedTo|unassigned at sourceware    |tromey at redhat dot com
                   |dot org                     |

-- 
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] 4+ messages in thread

* [Bug python/13599] no way to get the line number of a symbol
  2012-01-16 18:34 [Bug python/13599] New: no way to get the line number of a symbol tromey at redhat dot com
  2012-01-31 20:58 ` [Bug python/13599] " tromey at redhat dot com
@ 2012-02-07 19:42 ` cvs-commit at gcc dot gnu.org
  2012-02-07 19:48 ` tromey at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2012-02-07 19:42 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #1 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> 2012-02-07 19:42:35 UTC ---
CVSROOT:    /cvs/src
Module name:    src
Changes by:    tromey@sourceware.org    2012-02-07 19:42:28

Modified files:
    gdb            : ChangeLog NEWS 
    gdb/doc        : ChangeLog gdb.texinfo 
    gdb/python     : py-symbol.c 
    gdb/testsuite  : ChangeLog 
    gdb/testsuite/gdb.python: py-symbol.c py-symbol.exp 
                              py-symtab.exp 

Log message:
    PR python/13599:
    * python/py-symbol.c (sympy_line): New function.
    (symbol_object_getset): Add "line".
    gdb/doc
    * gdb.texinfo (Symbols In Python): Document Symbol.line.
    gdb/testsuite
    * gdb.python/py-symbol.c (qq): New global.
    * gdb.python/py-symbol.exp: Add test for frame-less
    lookup_symbol.
    * gdb.python/py-symtab.exp: Fix line number.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.13811&r2=1.13812
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/NEWS.diff?cvsroot=src&r1=1.485&r2=1.486
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/doc/ChangeLog.diff?cvsroot=src&r1=1.1270&r2=1.1271
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/doc/gdb.texinfo.diff?cvsroot=src&r1=1.917&r2=1.918
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/python/py-symbol.c.diff?cvsroot=src&r1=1.11&r2=1.12
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/ChangeLog.diff?cvsroot=src&r1=1.3060&r2=1.3061
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.python/py-symbol.c.diff?cvsroot=src&r1=1.3&r2=1.4
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.python/py-symbol.exp.diff?cvsroot=src&r1=1.11&r2=1.12
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/testsuite/gdb.python/py-symtab.exp.diff?cvsroot=src&r1=1.7&r2=1.8

-- 
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] 4+ messages in thread

* [Bug python/13599] no way to get the line number of a symbol
  2012-01-16 18:34 [Bug python/13599] New: no way to get the line number of a symbol tromey at redhat dot com
  2012-01-31 20:58 ` [Bug python/13599] " tromey at redhat dot com
  2012-02-07 19:42 ` cvs-commit at gcc dot gnu.org
@ 2012-02-07 19:48 ` tromey at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: tromey at redhat dot com @ 2012-02-07 19:48 UTC (permalink / raw)
  To: gdb-prs

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

Tom Tromey <tromey at redhat dot com> changed:

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

--- Comment #2 from Tom Tromey <tromey at redhat dot com> 2012-02-07 19:47:20 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] 4+ messages in thread

end of thread, other threads:[~2012-02-07 19:48 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-01-16 18:34 [Bug python/13599] New: no way to get the line number of a symbol tromey at redhat dot com
2012-01-31 20:58 ` [Bug python/13599] " tromey at redhat dot com
2012-02-07 19:42 ` cvs-commit at gcc dot gnu.org
2012-02-07 19:48 ` 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).