Home
last modified time | relevance | path

Searched hist:"05 fc1277c47440dc36134816d70e5723c99cfcd2" (Results 1 – 9 of 9) sorted by relevance

/haiku/headers/private/debugger/controllers/
H A DTeamDebugger.h05fc1277c47440dc36134816d70e5723c99cfcd2 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 DTargetHostInterface.cpp05fc1277c47440dc36134816d70e5723c99cfcd2 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 DUserInterface.h05fc1277c47440dc36134816d70e5723c99cfcd2 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 DReportUserInterface.h05fc1277c47440dc36134816d70e5723c99cfcd2 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 DReportUserInterface.cpp05fc1277c47440dc36134816d70e5723c99cfcd2 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 DGraphicalUserInterface.h05fc1277c47440dc36134816d70e5723c99cfcd2 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 DGraphicalUserInterface.cpp05fc1277c47440dc36134816d70e5723c99cfcd2 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 DCommandLineUserInterface.h05fc1277c47440dc36134816d70e5723c99cfcd2 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 DCommandLineUserInterface.cpp05fc1277c47440dc36134816d70e5723c99cfcd2 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.