public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Andrew Morton <akpm@linux-foundation.org>
To: Mike Frysinger <vapier@gentoo.org>
Cc: jason.wessel@windriver.com, kgdb-bugreport@lists.sourceforge.net,
	linux-kernel@vger.kernel.org
Subject: Re: [PATCH] kgdbts: unify/generalize gdb breakpoint adjustment
Date: Thu, 4 Jun 2009 17:50:30 -0700	[thread overview]
Message-ID: <20090604175030.55cc4a68.akpm@linux-foundation.org> (raw)
In-Reply-To: <1243927050-30685-1-git-send-email-vapier@gentoo.org>

On Tue,  2 Jun 2009 03:17:30 -0400
Mike Frysinger <vapier@gentoo.org> wrote:

> +	instruction_pointer(&kgdbts_regs) += offset;

instruction_pointer() cannot be used as an lvalue, thankfully.

x86_64:

drivers/misc/kgdbts.c: In function 'check_and_rewind_pc':
drivers/misc/kgdbts.c:306: error: invalid lvalue in assignment


  reply	other threads:[~2009-06-05  0:50 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-06-02  7:17 [PATCH] kgdbts: unify/generalize gdb breakpoint adjustment Mike Frysinger
2009-06-05  0:50 ` Andrew Morton [this message]
2009-06-05  0:55   ` Mike Frysinger
2009-06-05  1:04     ` Andrew Morton
2009-06-05  1:50       ` Mike Frysinger
2009-06-05  2:27         ` Andrew Morton
2009-06-05  4:00           ` Mike Frysinger
2009-06-05  4:13             ` Andrew Morton
2009-06-05  4:19               ` Mike Frysinger

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=20090604175030.55cc4a68.akpm@linux-foundation.org \
    --to=akpm@linux-foundation.org \
    --cc=jason.wessel@windriver.com \
    --cc=kgdb-bugreport@lists.sourceforge.net \
    --cc=linux-kernel@vger.kernel.org \
    --cc=vapier@gentoo.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