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:
Michael Lotz
2008-10-15 23:43:27 +00:00
parent 669ab2141b
commit 945a6a41ac
3 changed files with 80 additions and 7 deletions
+2 -1
View File
@@ -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)