* Added AS_DUMP_ALLOCATOR command that dumps an applications memory allocator to
the syslog/serial output. * Added app_server_debug command that currently just sends this command to the specified teams. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@39441 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright 2001-2009, Haiku.
|
||||
* Copyright 2001-2010, Haiku.
|
||||
* Distributed under the terms of the MIT License.
|
||||
*
|
||||
* Authors:
|
||||
@@ -81,7 +81,7 @@ enum {
|
||||
|
||||
AS_BEGIN_RECT_TRACKING,
|
||||
AS_END_RECT_TRACKING,
|
||||
|
||||
|
||||
AS_GET_CURSOR_POSITION,
|
||||
AS_GET_CURSOR_BITMAP,
|
||||
|
||||
@@ -336,6 +336,9 @@ enum {
|
||||
// desktop listener communications
|
||||
AS_TALK_TO_DESKTOP_LISTENER,
|
||||
|
||||
// debugging helper
|
||||
AS_DUMP_ALLOCATOR,
|
||||
|
||||
AS_LAST_CODE
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user