X-Git-Url: https://rtime.felk.cvut.cz/gitweb/l4.git/blobdiff_plain/c02c23b58bcb65fea74d86d33bcc1b094ef97902..c02bb3e0b72cd17aaa3cdfb9587d934f1097cc1f:/l4/pkg/plr/server/src/gdb_stub/gdb.cc diff --git a/l4/pkg/plr/server/src/gdb_stub/gdb.cc b/l4/pkg/plr/server/src/gdb_stub/gdb.cc index 28b464038..9cc837e8b 100644 --- a/l4/pkg/plr/server/src/gdb_stub/gdb.cc +++ b/l4/pkg/plr/server/src/gdb_stub/gdb.cc @@ -3,7 +3,7 @@ * * GDB stub implemented on top of the Romain framework * - * (c) 2011 Björn Döbel , + * (c) 2011-2013 Björn Döbel , * economic rights: Technische Universität Dresden (Germany) * This file is part of TUD:OS and distributed under the terms of the * GNU General Public License 2. @@ -116,8 +116,9 @@ Romain::GDBServerObserver::~GDBServerObserver() * obtain an IP through DHCP and wait for a remote GDB to connect. */ void Romain::GDBServerObserver::startup_notify(Romain::App_instance *, - Romain::App_thread *, - Romain::App_model *a) + Romain::App_thread *, + Romain::Thread_group *, + Romain::App_model *a) { _app_model = a; @@ -133,8 +134,9 @@ void Romain::GDBServerObserver::startup_notify(Romain::App_instance *, */ Romain::Observer::ObserverReturnVal Romain::GDBServerObserver::notify(Romain::App_instance *, - Romain::App_thread *t, - Romain::App_model *) + Romain::App_thread *t, + Romain::Thread_group *, + Romain::App_model *) { #if 0 MSG() << "want halt: " << _want_halt