This is an automated email from Gerrit.

Alamy Liu ([email protected]) just uploaded a new patch set to Gerrit, which 
you can find at http://openocd.zylin.com/3330

-- gerrit

commit d15f559f94715759b6fc2e5931790bd4a367fa6f
Author: Alamy Liu <[email protected]>
Date:   Tue Dec 1 10:48:19 2015 -0800

    Debug: arm_adi_v5: debug messages
    
    Change-Id: Idc09e48c2b69d1b9866268cc613f4b0c61992b87
    Signed-off-by: Alamy Liu <[email protected]>

diff --git a/src/target/arm_adi_v5.c b/src/target/arm_adi_v5.c
index c4a511a..d1f4fd8 100644
--- a/src/target/arm_adi_v5.c
+++ b/src/target/arm_adi_v5.c
@@ -1608,8 +1608,10 @@ int debugport_init(struct adiv5_dap *dap)
         * ... for SWD mode this is patched as part
         * of link switchover
         */
+LOG_DEBUG("before set OPS(%p) for dap=%p", dap->ops, dap);
        if (!dap->ops)
                dap->ops = &jtag_dp_ops;
+LOG_DEBUG("after set OPS(%p) for dap=%p", dap->ops, dap);
 
 #if 0
        retval = dap_dp_read_atomic(dap, DP_CTRL_STAT, &dp_ctrl_stat);

-- 

------------------------------------------------------------------------------
Site24x7 APM Insight: Get Deep Visibility into Application Performance
APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month
Monitor end-to-end web transactions and take corrective actions now
Troubleshoot faster and improve end-user experience. Signup Now!
http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140
_______________________________________________
OpenOCD-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to