/haiku/headers/private/debugger/controllers/ |
H A D | TeamDebugger.h | 05fc1277c47440dc36134816d70e5723c99cfcd2 Sun Jul 03 17:47:32 UTC 2016 Rene Gollent <rene@gollent.com> Debugger: Fix team restart request.
UserInterface: - Add Clone() function to set of required virtuals. This asks the subclass to create a new instance of its respective type.
{CommandLine,Graphical,Report}UserInterface: - Implement the above function.
TeamDebugger: - Add accessor for the currently active UI.
TargetHostInterface: - Set correct request type when setting up the options for a team restart. - Ask the TeamDebugger for its user interface and clone it in order to fill in that aspect of the debug options. This fixes a regression introduced in commit 880a64, which inadvertently resulted in team restarts no longer working.
|
/haiku/src/kits/debugger/target_host_interface/ |
H A D | TargetHostInterface.cpp | 05fc1277c47440dc36134816d70e5723c99cfcd2 Sun Jul 03 17:47:32 UTC 2016 Rene Gollent <rene@gollent.com> Debugger: Fix team restart request.
UserInterface: - Add Clone() function to set of required virtuals. This asks the subclass to create a new instance of its respective type.
{CommandLine,Graphical,Report}UserInterface: - Implement the above function.
TeamDebugger: - Add accessor for the currently active UI.
TargetHostInterface: - Set correct request type when setting up the options for a team restart. - Ask the TeamDebugger for its user interface and clone it in order to fill in that aspect of the debug options. This fixes a regression introduced in commit 880a64, which inadvertently resulted in team restarts no longer working.
|
/haiku/headers/private/debugger/user_interface/ |
H A D | UserInterface.h | 05fc1277c47440dc36134816d70e5723c99cfcd2 Sun Jul 03 17:47:32 UTC 2016 Rene Gollent <rene@gollent.com> Debugger: Fix team restart request.
UserInterface: - Add Clone() function to set of required virtuals. This asks the subclass to create a new instance of its respective type.
{CommandLine,Graphical,Report}UserInterface: - Implement the above function.
TeamDebugger: - Add accessor for the currently active UI.
TargetHostInterface: - Set correct request type when setting up the options for a team restart. - Ask the TeamDebugger for its user interface and clone it in order to fill in that aspect of the debug options. This fixes a regression introduced in commit 880a64, which inadvertently resulted in team restarts no longer working.
|
/haiku/src/apps/debugger/user_interface/report/ |
H A D | ReportUserInterface.h | 05fc1277c47440dc36134816d70e5723c99cfcd2 Sun Jul 03 17:47:32 UTC 2016 Rene Gollent <rene@gollent.com> Debugger: Fix team restart request.
UserInterface: - Add Clone() function to set of required virtuals. This asks the subclass to create a new instance of its respective type.
{CommandLine,Graphical,Report}UserInterface: - Implement the above function.
TeamDebugger: - Add accessor for the currently active UI.
TargetHostInterface: - Set correct request type when setting up the options for a team restart. - Ask the TeamDebugger for its user interface and clone it in order to fill in that aspect of the debug options. This fixes a regression introduced in commit 880a64, which inadvertently resulted in team restarts no longer working.
|
H A D | ReportUserInterface.cpp | 05fc1277c47440dc36134816d70e5723c99cfcd2 Sun Jul 03 17:47:32 UTC 2016 Rene Gollent <rene@gollent.com> Debugger: Fix team restart request.
UserInterface: - Add Clone() function to set of required virtuals. This asks the subclass to create a new instance of its respective type.
{CommandLine,Graphical,Report}UserInterface: - Implement the above function.
TeamDebugger: - Add accessor for the currently active UI.
TargetHostInterface: - Set correct request type when setting up the options for a team restart. - Ask the TeamDebugger for its user interface and clone it in order to fill in that aspect of the debug options. This fixes a regression introduced in commit 880a64, which inadvertently resulted in team restarts no longer working.
|
/haiku/src/apps/debugger/user_interface/gui/ |
H A D | GraphicalUserInterface.h | 05fc1277c47440dc36134816d70e5723c99cfcd2 Sun Jul 03 17:47:32 UTC 2016 Rene Gollent <rene@gollent.com> Debugger: Fix team restart request.
UserInterface: - Add Clone() function to set of required virtuals. This asks the subclass to create a new instance of its respective type.
{CommandLine,Graphical,Report}UserInterface: - Implement the above function.
TeamDebugger: - Add accessor for the currently active UI.
TargetHostInterface: - Set correct request type when setting up the options for a team restart. - Ask the TeamDebugger for its user interface and clone it in order to fill in that aspect of the debug options. This fixes a regression introduced in commit 880a64, which inadvertently resulted in team restarts no longer working.
|
H A D | GraphicalUserInterface.cpp | 05fc1277c47440dc36134816d70e5723c99cfcd2 Sun Jul 03 17:47:32 UTC 2016 Rene Gollent <rene@gollent.com> Debugger: Fix team restart request.
UserInterface: - Add Clone() function to set of required virtuals. This asks the subclass to create a new instance of its respective type.
{CommandLine,Graphical,Report}UserInterface: - Implement the above function.
TeamDebugger: - Add accessor for the currently active UI.
TargetHostInterface: - Set correct request type when setting up the options for a team restart. - Ask the TeamDebugger for its user interface and clone it in order to fill in that aspect of the debug options. This fixes a regression introduced in commit 880a64, which inadvertently resulted in team restarts no longer working.
|
/haiku/src/apps/debugger/user_interface/cli/ |
H A D | CommandLineUserInterface.h | 05fc1277c47440dc36134816d70e5723c99cfcd2 Sun Jul 03 17:47:32 UTC 2016 Rene Gollent <rene@gollent.com> Debugger: Fix team restart request.
UserInterface: - Add Clone() function to set of required virtuals. This asks the subclass to create a new instance of its respective type.
{CommandLine,Graphical,Report}UserInterface: - Implement the above function.
TeamDebugger: - Add accessor for the currently active UI.
TargetHostInterface: - Set correct request type when setting up the options for a team restart. - Ask the TeamDebugger for its user interface and clone it in order to fill in that aspect of the debug options. This fixes a regression introduced in commit 880a64, which inadvertently resulted in team restarts no longer working.
|
H A D | CommandLineUserInterface.cpp | 05fc1277c47440dc36134816d70e5723c99cfcd2 Sun Jul 03 17:47:32 UTC 2016 Rene Gollent <rene@gollent.com> Debugger: Fix team restart request.
UserInterface: - Add Clone() function to set of required virtuals. This asks the subclass to create a new instance of its respective type.
{CommandLine,Graphical,Report}UserInterface: - Implement the above function.
TeamDebugger: - Add accessor for the currently active UI.
TargetHostInterface: - Set correct request type when setting up the options for a team restart. - Ask the TeamDebugger for its user interface and clone it in order to fill in that aspect of the debug options. This fixes a regression introduced in commit 880a64, which inadvertently resulted in team restarts no longer working.
|