aboutsummaryrefslogtreecommitdiff
path: root/debug/targets.py
diff options
context:
space:
mode:
Diffstat (limited to 'debug/targets.py')
-rw-r--r--debug/targets.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/debug/targets.py b/debug/targets.py
index ae81517..296b0a9 100644
--- a/debug/targets.py
+++ b/debug/targets.py
@@ -34,6 +34,12 @@ class Target(object):
# before starting the test.
gdb_setup = []
+ # Implements dmode in tdata1 as described in the spec. Targets that need
+ # this value set to False are not compliant with the spec (but still usable
+ # as long as running code doesn't try to mess with triggers set by an
+ # external debugger).
+ honors_tdata1_hmode = True
+
# Internal variables:
directory = None
temporary_files = []