summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/shell/main_rtrace.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* main_rtrace.c: Add error return when malloc failsRyan Long2021-04-291-0/+1
| | | | | | | CID 1399709: Dereference after null check in rtems_trace_buffering_shell_save(). Closes #4329
* Include missing <string.h>Sebastian Huber2017-08-251-0/+1
| | | | Update #2133.
* shell/main_rtrace.c: Fix warningJoel Sherrill2015-04-031-1/+1
|
* libmisc/shell: Add the rtrace command for buffered tracing support.Chris Johns2015-03-311-0/+698
The rtrace command interfaces to the RTEMS Trace Linker's trace buffering data allowing users to capture and report trace data.