vfs: check userland buffers before reading them.
[haiku.git] / src / apps / debugger / user_interface / cli / commands / CliThreadCommand.h
blobd778909459906f8b02377bf723d8a7d5db0a527e
1 /*
2 * Copyright 2012, Ingo Weinhold, ingo_weinhold@gmx.de.
3 * Distributed under the terms of the MIT License.
4 */
5 #ifndef CLI_THREAD_COMMAND_H
6 #define CLI_THREAD_COMMAND_H
9 #include "CliCommand.h"
12 class CliThreadCommand : public CliCommand {
13 public:
14 CliThreadCommand();
15 virtual void Execute(int argc, const char* const* argv,
16 CliContext& context);
20 #endif // CLI_THREAD_COMMAND_H