mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-21 18:06:50 +00:00
parent
c167e86d87
commit
602f9b5670
@ -434,12 +434,8 @@ struct Monitor::Main : Sandbox::State_handler,
|
|||||||
|
|
||||||
void flush(Monitored_thread &thread) override
|
void flush(Monitored_thread &thread) override
|
||||||
{
|
{
|
||||||
if (!_gdb_stub.constructed()) {
|
if (_gdb_stub.constructed())
|
||||||
Genode::error("flush_thread() called without monitor config");
|
_gdb_stub->flush(thread);
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
_gdb_stub->flush(thread);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void thread_stopped(Capability<Pd_session> pd, Monitored_thread &thread) override
|
void thread_stopped(Capability<Pd_session> pd, Monitored_thread &thread) override
|
||||||
|
Loading…
x
Reference in New Issue
Block a user