Added UnhandledDebugMessage() hook which is called by the base class
implementations of the other hooks. This way one can easily detect/handle otherwise unhandled events. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35964 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -52,6 +52,9 @@ public:
|
||||
const debug_profiler_update& message);
|
||||
virtual bool HandleHandedOver(
|
||||
const debug_handed_over& message);
|
||||
|
||||
virtual bool UnhandledDebugMessage(int32 messageCode,
|
||||
const debug_debugger_message_data& message);
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user