genode/repos/base-hw
Martin Stein fbe9d26c47 trace: initialize trace control in Thread::start
Previously, the trace control of a thread was initialized in its
constructor (which is generic for all components). This has the
disadvantage that the CPU-session-pointer member of the thread might not
be valid at this point. And it cannot be replaced by using the
"deprecated_env" CPU session neither as constructing the deprecated
environment in causes troubles in Core. But as the trace control
shouldn't be needed in Core anyway, the initialization can be moved to
the Thread::start implementation of non-core components. This code
already takes care of the CPU session pointer.

Fixes #2901
2018-08-02 14:36:35 +02:00
..
doc Update Muen port 2018-02-28 11:04:57 +01:00
etc base: remove include/spec/* other than ISA 2017-05-31 13:16:01 +02:00
include muen: Update sinfo to variant resources API 2018-04-19 12:38:25 +02:00
lib/mk base: remove cortex* compiler flags (fix #2787) 2018-05-03 15:32:01 +02:00
ports Update Muen port 2018-05-30 13:36:36 +02:00
recipes depot: update recipe hashes 2018-07-03 09:40:11 +02:00
run Remove obsolete RAM/CAP services from run scripts 2017-05-31 13:16:22 +02:00
src trace: initialize trace control in Thread::start 2018-08-02 14:36:35 +02:00