Mirror of the gdb-patches mailing list
 help / color / mirror / Atom feed
From: "Ulrich Weigand" <uweigand@de.ibm.com>
To: koriakin@0x04.net (Marcin Kościelnicki)
Cc: gdb-patches@sourceware.org, koriakin@0x04.net (Marcin Kościelnicki)
Subject: Re: [PATCH v3 2/2] gdb/s390-linux: Step over MVCLE+JO (and similiar) as a unit.
Date: Tue, 03 Nov 2015 16:13:00 -0000	[thread overview]
Message-ID: <20151103161321.7F0C92665@oc7340732750.ibm.com> (raw)
In-Reply-To: <1446565762-4807-1-git-send-email-koriakin@0x04.net> from "=?UTF-8?q?Marcin=20Ko=C5=9Bcielnicki?=" at Nov 03, 2015 04:49:22 PM

Marcin KoÅcielnicki <koriakin at 0x04 dot net> wrote:

> gdb/ChangeLog:
> 
> 	PR/18376
> 	* gdb/s390-linux-tdep.c (s390_is_partial_instruction): New function.
> 	(s390_software_single_step): New function.
> 	(s390_displaced_step_hw_singlestep): New function.
> 	(s390_gdbarch_init): Fill gdbarch slots with the above.

> +  /* Special handling only if recording.  */
> +  if (!record_full_is_used())
> +    return 0;
> +
> +  /* First, match a partial instruction.  */
> +  if (!s390_is_partial_instruction(gdbarch, loc, &len))
> +    return 0;

Coding style issue: space before ( for function calls.

Patch is OK with that change.

Thanks,
Ulrich

-- 
  Dr. Ulrich Weigand
  GNU/Linux compilers and toolchain
  Ulrich.Weigand@de.ibm.com


  reply	other threads:[~2015-11-03 16:13 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-10-26 14:32 [RFC][PATCH][PR 18376] gdb: Add process record and replay support for s390 Marcin Kościelnicki
2015-10-30 15:30 ` Ulrich Weigand
2015-10-30 15:44   ` Marcin Kościelnicki
2015-10-30 15:56     ` Ulrich Weigand
2015-11-02 19:11   ` Marcin Kościelnicki
2015-11-02 19:11     ` [PATCH 2/2] gdb/s390-linux: Step over MVCLE+JO (and similiar) as a unit Marcin Kościelnicki
2015-11-02 20:41       ` Ulrich Weigand
2015-11-03 15:49         ` [PATCH v3 " Marcin Kościelnicki
2015-11-03 16:13           ` Ulrich Weigand [this message]
2015-11-03 16:44             ` Marcin Kościelnicki
2015-11-03 17:34               ` Ulrich Weigand
2015-11-02 19:29     ` [PATCH 1/2] gdb: Add process record and replay support for s390 Marcin Kościelnicki
2015-11-02 20:35       ` Ulrich Weigand
2015-11-03 13:56         ` [PATCH v3 " Marcin Kościelnicki
2015-11-03 14:17           ` Ulrich Weigand
2015-11-02 20:33     ` [RFC][PATCH][PR 18376] " Ulrich Weigand

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=20151103161321.7F0C92665@oc7340732750.ibm.com \
    --to=uweigand@de.ibm.com \
    --cc=gdb-patches@sourceware.org \
    --cc=koriakin@0x04.net \
    /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