This is an automated email from Gerrit.

Alamy Liu (alamy....@gmail.com) just uploaded a new patch set to Gerrit, which 
you can find at http://openocd.zylin.com/3338

-- gerrit

commit d71a5838fc0ae615c7808d553b30ae36f76d9490
Author: Alamy Liu <alamy....@gmail.com>
Date:   Wed Dec 2 11:39:11 2015 -0800

    aarch64: Review/Rewrite msg
    
    Change-Id: I8444345e033ef0bd48ccc307e53e73c19cee8e9f
    Signed-off-by: Alamy Liu <alamy....@gmail.com>

diff --git a/src/target/aarch64.c b/src/target/aarch64.c
index 62b3500..b23c680 100644
--- a/src/target/aarch64.c
+++ b/src/target/aarch64.c
@@ -696,7 +696,9 @@ static int aarch64_bpwp_enable(struct arm_dpm *dpm, 
unsigned index_t,
        uint32_t cr = a8->armv8_common.debug_base;
        int retval;
 
+       LOG_ERROR("Alamy: Rewrite this function (uintmax_t, use MACRO)");
        switch (index_t) {
+       /* see arm_dpm_initialize */
                case 0 ... 15:  /* breakpoints */
                        vr += CPUDBG_BVR_BASE;
                        cr += CPUDBG_BCR_BASE;
@@ -729,6 +731,7 @@ static int aarch64_bpwp_disable(struct arm_dpm *dpm, 
unsigned index_t)
        struct aarch64_common *a8 = dpm_to_a8(dpm);
        uint32_t cr;
 
+       LOG_ERROR("Alamy: Rewrite this function (uintmax_t, use MACRO)");
        switch (index_t) {
                case 0 ... 15:
                        cr = a8->armv8_common.debug_base + CPUDBG_BCR_BASE;

-- 

------------------------------------------------------------------------------
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
OpenOCD-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/openocd-devel

Reply via email to