Debugger: UserInterface enhancements.
Add hook to UserInterface to query if Debugger is currently being run
interactively or not. Add corresponding implementations in
{CommandLine,Graphical}UserInterface.
This commit is contained in:
@@ -191,6 +191,13 @@ GraphicalUserInterface::Terminate()
|
||||
}
|
||||
|
||||
|
||||
bool
|
||||
GraphicalUserInterface::IsInteractive() const
|
||||
{
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
status_t
|
||||
GraphicalUserInterface::LoadSettings(const TeamUiSettings* settings)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user