Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: Phil Muldoon <pmuldoon@redhat.com>
To: gdb-patches ml <gdb-patches@sourceware.org>
Subject: Re: [python][obv] Make result in testsuite/gdb.python/py-breakpoints.c   global
Date: Mon, 12 Apr 2010 10:14:00 -0000	[thread overview]
Message-ID: <4BC2F272.70707@redhat.com> (raw)
In-Reply-To: <4BC2EEBE.8090404@redhat.com>

On 04/12/2010 10:58 AM, Phil Muldoon wrote:
> 
> 2010-04-12  Phil Muldoon  <pmuldoon@redhat.com>
> 
> 	* gdb.python/py-breakpoint.c: Make result global.
>

This time with a proper patch attached!

--

Index: testsuite/gdb.python/py-breakpoint.c
===================================================================
RCS file: /cvs/src/src/gdb/testsuite/gdb.python/py-breakpoint.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- testsuite/gdb.python/py-breakpoint.c	9 Apr 2010 09:41:43 -0000	1.1
+++ testsuite/gdb.python/py-breakpoint.c	12 Apr 2010 09:49:35 -0000	1.2
@@ -17,6 +17,7 @@
 */
 
 
+int result = 0;
 
 int multiply (int i)
 {
@@ -33,7 +34,6 @@
 {
   int foo = 5;
   int bar = 42;
-  int result = 0;
   int i;
 
   for (i = 0; i < 10; i++)


      reply	other threads:[~2010-04-12 10:14 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-04-12  9:58 Phil Muldoon
2010-04-12 10:14 ` Phil Muldoon [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4BC2F272.70707@redhat.com \
    --to=pmuldoon@redhat.com \
    --cc=gdb-patches@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox