summaryrefslogtreecommitdiffstats
path: root/cpukit/include
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2019-04-08 13:17:08 +1000
committerChris Johns <chrisj@rtems.org>2019-04-09 15:02:24 +1000
commit2c09b71faf4c476cf76476dc5926f0095eb6fdcd (patch)
tree00e4102eb5282055c568e2a8e0a96f4d7c170065 /cpukit/include
parentdoxygen: Update _Objects_Build_name() (diff)
downloadrtems-2c09b71faf4c476cf76476dc5926f0095eb6fdcd.tar.bz2
libdebugger: Use an offset table to format GDB `g` packets.
Adding support for a register offset table lets FPU registers be supported if added to the backend. Closes #3733.
Diffstat (limited to 'cpukit/include')
-rw-r--r--cpukit/include/rtems/debugger/rtems-debugger-server.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/cpukit/include/rtems/debugger/rtems-debugger-server.h b/cpukit/include/rtems/debugger/rtems-debugger-server.h
index a345d7649e..2189aac873 100644
--- a/cpukit/include/rtems/debugger/rtems-debugger-server.h
+++ b/cpukit/include/rtems/debugger/rtems-debugger-server.h
@@ -1,5 +1,5 @@
/*
- * Copyright (c) 2016-2017 Chris Johns <chrisj@rtems.org>.
+ * Copyright (c) 2016-2019 Chris Johns <chrisj@rtems.org>.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -177,6 +177,11 @@ extern void rtems_debugger_unlock(void);
extern bool rtems_debugger_server_running(void);
/**
+ * Signel a server crash.
+ */
+extern void rtems_debugger_server_crash(void);
+
+/**
* Get the remote handle from the debugger.
*/
extern rtems_debugger_remote* rtems_debugger_remote_handle(void);