diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2017-01-02 21:59:52 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2017-01-02 21:59:52 +0000 |
| commit | 435933dd67752b0d68c320107a5e69435a6f20ec (patch) | |
| tree | d6d182de35e23e0da238fad40b066bab6a712352 /contrib/llvm/tools/lldb/source/Commands/CommandObjectWatchpointCommand.h | |
| parent | 1189dbaa8c30085bd4f9cc7759a459160bcf2375 (diff) | |
| parent | 14f1b3e8826ce43b978db93a62d1166055db5394 (diff) | |
Notes
Diffstat (limited to 'contrib/llvm/tools/lldb/source/Commands/CommandObjectWatchpointCommand.h')
| -rw-r--r-- | contrib/llvm/tools/lldb/source/Commands/CommandObjectWatchpointCommand.h | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/contrib/llvm/tools/lldb/source/Commands/CommandObjectWatchpointCommand.h b/contrib/llvm/tools/lldb/source/Commands/CommandObjectWatchpointCommand.h index d77b32a2fd4d..63152f2f68a6 100644 --- a/contrib/llvm/tools/lldb/source/Commands/CommandObjectWatchpointCommand.h +++ b/contrib/llvm/tools/lldb/source/Commands/CommandObjectWatchpointCommand.h @@ -16,10 +16,9 @@ // Other libraries and framework includes // Project includes -#include "lldb/lldb-types.h" -#include "lldb/Interpreter/Options.h" #include "lldb/Interpreter/CommandObjectMultiword.h" - +#include "lldb/Interpreter/Options.h" +#include "lldb/lldb-types.h" namespace lldb_private { @@ -27,12 +26,11 @@ namespace lldb_private { // CommandObjectMultiwordWatchpoint //------------------------------------------------------------------------- -class CommandObjectWatchpointCommand : public CommandObjectMultiword -{ +class CommandObjectWatchpointCommand : public CommandObjectMultiword { public: - CommandObjectWatchpointCommand (CommandInterpreter &interpreter); + CommandObjectWatchpointCommand(CommandInterpreter &interpreter); - ~CommandObjectWatchpointCommand() override; + ~CommandObjectWatchpointCommand() override; }; } // namespace lldb_private |
