summaryrefslogtreecommitdiffstats
path: root/cpukit/libmisc/shell/main_rtrace.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-04-29main_rtrace.c: Add error return when malloc failsRyan Long1-0/+1
CID 1399709: Dereference after null check in rtems_trace_buffering_shell_save(). Closes #4329
2017-08-25Include missing <string.h>Sebastian Huber1-0/+1
Update #2133.
2015-04-03shell/main_rtrace.c: Fix warningJoel Sherrill1-1/+1
2015-03-31libmisc/shell: Add the rtrace command for buffered tracing support.Chris Johns1-0/+698
The rtrace command interfaces to the RTEMS Trace Linker's trace buffering data allowing users to capture and report trace data.