Anybody know anything about rtems_trace?
Hal Murray
halmurray at sonic.net
Wed Jun 26 04:16:59 UTC 2024
$ grep rtems wscript */wscript wafhelpers/*
wscript: if ctx.options.enable_rtems_trace:
wscript: ctx.find_program("rtems-tld", var="BIN_RTEMS_TLD",
wscript: path_list=[ctx.options.rtems_trace_path,
wscript:# Borrowed from https://www.rtems.org/
wscript: ctx.load('rtems_trace', tooldir='wafhelpers/')
ntpd/wscript: features="c rtems_trace cprogram",
wafhelpers/options.py: grp.add_option('--enable-rtems-trace',
action='store_true',
wafhelpers/options.py: grp.add_option('--rtems-trace-path',
type='string', default="",
wafhelpers/options.py: help="Path to rtems-tld.")
wafhelpers/rtems_trace.py:@feature("rtems_trace")
wafhelpers/rtems_trace.py:def rtems_trace(self):
$
What does it do?
Is it likely to be useful or should we dump it?
--
These are my opinions. I hate spam.
More information about the devel
mailing list