public inbox for gdb-patches@sourceware.org
 help / color / mirror / Atom feed
From: Mike Frysinger <vapier@gentoo.org>
To: gdb-patches@sourceware.org
Cc: nickc@redhat.com
Subject: [PATCH 3/4] sim: bfin: add support disasm tracing
Date: Thu, 31 Dec 2015 04:32:00 -0000	[thread overview]
Message-ID: <1451536348-31380-4-git-send-email-vapier@gentoo.org> (raw)
In-Reply-To: <1451536348-31380-1-git-send-email-vapier@gentoo.org>

---
 sim/bfin/interp.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sim/bfin/interp.c b/sim/bfin/interp.c
index 2da70b5..c71b0a2 100644
--- a/sim/bfin/interp.c
+++ b/sim/bfin/interp.c
@@ -620,6 +620,8 @@ step_once (SIM_CPU *cpu)
     trace_prefix (sd, cpu, NULL_CIA, oldpc, TRACE_LINENUM_P (cpu),
 		  NULL, 0, " "); /* Use a space for gcc warnings.  */
 
+  TRACE_DISASM (cpu, oldpc);
+
   /* Handle hardware single stepping when lower than EVT3, and when SYSCFG
      has already had the SSSTEP bit enabled.  */
   ssstep = false;
-- 
2.6.2

  parent reply	other threads:[~2015-12-31  4:32 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-31  4:32 [PATCH 0/4] sim: unify disassmebly tracing logic Mike Frysinger
2015-12-31  4:32 ` [PATCH 2/4] sim: msp430: switch to common disassembler tracing Mike Frysinger
2015-12-31  4:32 ` [PATCH 1/4] sim: trace: add support for disassembling Mike Frysinger
2015-12-31  4:32 ` Mike Frysinger [this message]
2015-12-31  4:40 ` [PATCH 4/4] sim: aarch64: switch to common disassembler tracing Mike Frysinger
2016-01-05 16:54 ` [PATCH 0/4] sim: unify disassmebly tracing logic Nick Clifton

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=1451536348-31380-4-git-send-email-vapier@gentoo.org \
    --to=vapier@gentoo.org \
    --cc=gdb-patches@sourceware.org \
    --cc=nickc@redhat.com \
    /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;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).