aboutsummaryrefslogtreecommitdiff
path: root/debugger/include
diff options
context:
space:
mode:
authorTarek El-Sherbiny <tarek.el-sherbiny@arm.com>2020-01-23 12:38:53 +0000
committerjimqui01 <54316584+jimqui01@users.noreply.github.com>2020-03-23 14:22:21 +0000
commitb177be46ddca58409930cb1f548893279f0531c3 (patch)
treed753f9587309963c6519d5cb67cdff48a4182fca /debugger/include
parent15a6a3a3cfcdae0e44277291577b9ff20844de5c (diff)
dbg: Enable CLI checkpoint commands
This patch enables the CLI checkpoint commands Change-Id: I29fc07bebcdfcd019325e3fd453eb3d20393b05e Signed-off-by: Tarek El-Sherbiny <tarek.el-sherbiny@arm.com>
Diffstat (limited to 'debugger/include')
-rw-r--r--debugger/include/checkpoint.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/debugger/include/checkpoint.h b/debugger/include/checkpoint.h
index b913f5b0..b20f4a3e 100644
--- a/debugger/include/checkpoint.h
+++ b/debugger/include/checkpoint.h
@@ -7,6 +7,7 @@
#ifndef CHECKPOINT_H
#define CHECKPOINT_H
+#include <stdbool.h>
#include <stdint.h>
/*!
@@ -27,6 +28,12 @@
#define CHECKPOINT_TAG_LEN 32
/*!
+ * Maximum number of checkpoints.
+ *
+ */
+#define CHECKPOINT_NUM 4
+
+/*!
* \brief Checkpoint bypass value.
*
*/