From b75bdb7b0428add602c2e4beb7e059da5d4a6c95 Mon Sep 17 00:00:00 2001 From: Øyvind Harboe Date: Wed, 30 Mar 2011 13:32:47 +0200 Subject: target: add -dbgbase option to target configuration MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Really a Cortex-A specific option, but there is no system in place to support target specific options currently and there has been no need for such a system until now. Signed-off-by: Øyvind Harboe --- src/target/target.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/target/target.h') diff --git a/src/target/target.h b/src/target/target.h index d6e7431e..32fa87a1 100644 --- a/src/target/target.h +++ b/src/target/target.h @@ -155,6 +155,11 @@ struct target * lots of halted/resumed info when stepping in debugger. */ bool halt_issued; /* did we transition to halted state? */ long long halt_issued_time; /* Note time when halt was issued */ + + bool dbgbase_set; /* By default the debug base is not set */ + uint32_t dbgbase; /* Really a Cortex-A specific option, but there is no + system in place to support target specific options + currently. */ }; /** Returns the instance-specific name of the specified target. */ -- cgit v1.2.3