public inbox for gdb-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug python/12216] New: gdb.execute() with a non-repeatable command makes the executed command unrepeatable
@ 2010-11-13  0:55 markflorisson88 at gmail dot com
  2011-01-25 21:53 ` [Bug python/12216] " tromey at redhat dot com
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: markflorisson88 at gmail dot com @ 2010-11-13  0:55 UTC (permalink / raw)
  To: gdb-prs

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

           Summary: gdb.execute() with a non-repeatable command makes the
                    executed command unrepeatable
           Product: gdb
           Version: 7.2
            Status: NEW
          Severity: normal
          Priority: P2
         Component: python
        AssignedTo: unassigned@sourceware.org
        ReportedBy: markflorisson88@gmail.com


If you use gdb.execute() with a non-repeatable command (e.g. 'delete', 'run',
etc), then the command calling this (indirectly) through gdb.execute() will
also be unrepeatable.

-- 
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/12216] gdb.execute() with a non-repeatable command makes the executed command unrepeatable
  2010-11-13  0:55 [Bug python/12216] New: gdb.execute() with a non-repeatable command makes the executed command unrepeatable markflorisson88 at gmail dot com
@ 2011-01-25 21:53 ` tromey at redhat dot com
  2011-01-31 16:52 ` cvs-commit at gcc dot gnu.org
  2011-01-31 16:56 ` tromey at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: tromey at redhat dot com @ 2011-01-25 21:53 UTC (permalink / raw)
  To: gdb-prs

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

Tom Tromey <tromey at redhat dot com> changed:

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

--- Comment #1 from Tom Tromey <tromey at redhat dot com> 2011-01-25 21:52:49 UTC ---
Testing a patch.

-- 
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/12216] gdb.execute() with a non-repeatable command makes the executed command unrepeatable
  2010-11-13  0:55 [Bug python/12216] New: gdb.execute() with a non-repeatable command makes the executed command unrepeatable markflorisson88 at gmail dot com
  2011-01-25 21:53 ` [Bug python/12216] " tromey at redhat dot com
@ 2011-01-31 16:52 ` cvs-commit at gcc dot gnu.org
  2011-01-31 16:56 ` tromey at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: cvs-commit at gcc dot gnu.org @ 2011-01-31 16:52 UTC (permalink / raw)
  To: gdb-prs

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

--- Comment #2 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot gnu.org> 2011-01-31 16:52:40 UTC ---
CVSROOT:    /cvs/src
Module name:    src
Changes by:    tromey@sourceware.org    2011-01-31 16:52:35

Modified files:
    gdb            : ChangeLog command.h top.c 
    gdb/python     : python.c 

Log message:
    PR python/12216:
    * python/python.c (execute_gdb_command): Call
    prevent_dont_repeat.
    * top.c (suppress_dont_repeat): New global.
    (dont_repeat): Use it.
    (prevent_dont_repeat): New function.
    * command.h (prevent_dont_repeat): Declare.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/ChangeLog.diff?cvsroot=src&r1=1.12524&r2=1.12525
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/command.h.diff?cvsroot=src&r1=1.72&r2=1.73
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/top.c.diff?cvsroot=src&r1=1.192&r2=1.193
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/python/python.c.diff?cvsroot=src&r1=1.57&r2=1.58

-- 
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/12216] gdb.execute() with a non-repeatable command makes the executed command unrepeatable
  2010-11-13  0:55 [Bug python/12216] New: gdb.execute() with a non-repeatable command makes the executed command unrepeatable markflorisson88 at gmail dot com
  2011-01-25 21:53 ` [Bug python/12216] " tromey at redhat dot com
  2011-01-31 16:52 ` cvs-commit at gcc dot gnu.org
@ 2011-01-31 16:56 ` tromey at redhat dot com
  2 siblings, 0 replies; 4+ messages in thread
From: tromey at redhat dot com @ 2011-01-31 16:56 UTC (permalink / raw)
  To: gdb-prs

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

Tom Tromey <tromey at redhat dot com> changed:

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

--- Comment #3 from Tom Tromey <tromey at redhat dot com> 2011-01-31 16:55:46 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:[~2011-01-31 16:56 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-11-13  0:55 [Bug python/12216] New: gdb.execute() with a non-repeatable command makes the executed command unrepeatable markflorisson88 at gmail dot com
2011-01-25 21:53 ` [Bug python/12216] " tromey at redhat dot com
2011-01-31 16:52 ` cvs-commit at gcc dot gnu.org
2011-01-31 16:56 ` 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).