summaryrefslogtreecommitdiffstats
path: root/cpukit/libdebugger/rtems-debugger-remote-tcp.c
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2017-07-17 09:53:11 +1000
committerChris Johns <chrisj@rtems.org>2017-08-15 11:39:22 +1000
commitb2353ed92435c3f9301b795bf20bce14f0ddb01b (patch)
treed228865c34c6989827e80c6393ee79ecadff0996 /cpukit/libdebugger/rtems-debugger-remote-tcp.c
parentlibmisc/shell: Make some internal shell functions public. (diff)
downloadrtems-b2353ed92435c3f9301b795bf20bce14f0ddb01b.tar.bz2
libdebugger: Fixes to debugging, ARM support, locking, and gcc-7.1 warnings.
- Add `printk` support to aid multi-core debugging. - Add lock trace to aid lock debugging. - Fixes to gcc-7.1 warnings. - Fixes from ticket #2879. - Add verbose command controls. - Change using the RTEMS sys/lock.h API to manage exception threads. - ARM hardware breakpoint fixes. Support for SMP stepping is not implemented, this requires use of the context id register. Closes #2879.
Diffstat (limited to 'cpukit/libdebugger/rtems-debugger-remote-tcp.c')
-rw-r--r--cpukit/libdebugger/rtems-debugger-remote-tcp.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/cpukit/libdebugger/rtems-debugger-remote-tcp.c b/cpukit/libdebugger/rtems-debugger-remote-tcp.c
index ded51d604e..b62f3a1f52 100644
--- a/cpukit/libdebugger/rtems-debugger-remote-tcp.c
+++ b/cpukit/libdebugger/rtems-debugger-remote-tcp.c
@@ -1,5 +1,6 @@
/*
- * Copyright (c) 2016 Chris Johns <chrisj@rtems.org>. All rights reserved.
+ * Copyright (c) 2016 Chris Johns <chrisj@rtems.org>.
+ * All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions