bonefish + mmlr:
* Add possibility to restart a complete pipe through B_KDEBUG_RESTART_PIPE. * Implement tail in the kernel debugger making use of the former. git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@28154 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -48,7 +48,8 @@
|
||||
#endif
|
||||
|
||||
// command return value
|
||||
#define B_KDEBUG_ERROR 4
|
||||
#define B_KDEBUG_ERROR 4
|
||||
#define B_KDEBUG_RESTART_PIPE 5
|
||||
|
||||
// command flags
|
||||
#define B_KDEBUG_DONT_PARSE_ARGUMENTS (0x01)
|
||||
|
||||
Reference in New Issue
Block a user