summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/debugger/rtems-debugger-server.h
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2022-10-17 16:25:57 +1100
committerChris Johns <chrisj@rtems.org>2022-10-18 07:37:57 +1100
commitd574e08663ee57a15802fdc5f0c8f8a5b09bd528 (patch)
tree636aff1906d0ea0f54955a64ff8984ddf31f721d /cpukit/include/rtems/debugger/rtems-debugger-server.h
parentbsps: Improve riscv console FDT parsing (diff)
downloadrtems-d574e08663ee57a15802fdc5f0c8f8a5b09bd528.tar.bz2
libdebugger: Add a target break call to suspend all running threads
- Optionally wait if there is no remote debugger connected and break when the remote connects Closes #4740
Diffstat (limited to 'cpukit/include/rtems/debugger/rtems-debugger-server.h')
-rw-r--r--cpukit/include/rtems/debugger/rtems-debugger-server.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpukit/include/rtems/debugger/rtems-debugger-server.h b/cpukit/include/rtems/debugger/rtems-debugger-server.h
index 2189aac873..4d0407a951 100644
--- a/cpukit/include/rtems/debugger/rtems-debugger-server.h
+++ b/cpukit/include/rtems/debugger/rtems-debugger-server.h
@@ -103,6 +103,7 @@ extern "C" {
#define RTEMS_DEBUGGER_FLAG_MULTIPROCESS (1 << 4)
#define RTEMS_DEBUGGER_FLAG_VERBOSE_LOCK (1 << 5)
#define RTEMS_DEBUGGER_FLAG_VERBOSE_CMDS (1 << 6)
+#define RTEMS_DEBUGGER_FLAG_BREAK_WAITER (1 << 7)
/**
* Forward decl for the threads and targets.