[PATCH] libdebugger: Fixes to debugging, ARM support, locking, and gcc-7.1 warnings.

2017-08-13 Thread Chris Johns
- 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 s

[PATCH] libmisc/shell: Make some internal shell functions public.

2017-08-13 Thread Chris Johns
- Add 'rtems_shell_init_environment()' so a user can create the shell environment without needing to run a shell. - Move 'rtems_shell_lookup_topic', 'rtems_shell_can_see_cmd', and 'rtems_shell_execute_cmd' from the internal interface to the public interface. Closes #3096. --- cpukit/libmisc