mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 14:13:09 +00:00
fcd62729d4
The cpu_session interface fails to be virtualized by gdb_monitor because platform-nova uses an extended nova_cpu_session interface. The problem was that threads have been created directly at core without knowledge of gdb_monitor. This lead to the situation that gdb_monitor didn't know of all threads to be debugged. Tunnel the additional parameters required on base-nova through the state() call of the cpu_session interface before the thread actual is started. |
||
---|---|---|
.. | ||
connection.h | ||
nova_cpu_session.h |