summaryrefslogtreecommitdiff
path: root/source/Commands/CommandObjectWatchpoint.h
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2017-01-02 19:26:05 +0000
committerDimitry Andric <dim@FreeBSD.org>2017-01-02 19:26:05 +0000
commit14f1b3e8826ce43b978db93a62d1166055db5394 (patch)
tree0a00ad8d3498783fe0193f3b656bca17c4c8697d /source/Commands/CommandObjectWatchpoint.h
parent4ee8c119c71a06dcad1e0fecc8c675e480e59337 (diff)
Notes
Diffstat (limited to 'source/Commands/CommandObjectWatchpoint.h')
-rw-r--r--source/Commands/CommandObjectWatchpoint.h13
1 files changed, 6 insertions, 7 deletions
diff --git a/source/Commands/CommandObjectWatchpoint.h b/source/Commands/CommandObjectWatchpoint.h
index b1926dc2ad7da..adc0a81fa69c2 100644
--- a/source/Commands/CommandObjectWatchpoint.h
+++ b/source/Commands/CommandObjectWatchpoint.h
@@ -16,8 +16,8 @@
// Other libraries and framework includes
// Project includes
#include "lldb/Interpreter/CommandObjectMultiword.h"
-#include "lldb/Interpreter/Options.h"
#include "lldb/Interpreter/OptionGroupWatchpoint.h"
+#include "lldb/Interpreter/Options.h"
namespace lldb_private {
@@ -25,15 +25,14 @@ namespace lldb_private {
// CommandObjectMultiwordWatchpoint
//-------------------------------------------------------------------------
-class CommandObjectMultiwordWatchpoint : public CommandObjectMultiword
-{
+class CommandObjectMultiwordWatchpoint : public CommandObjectMultiword {
public:
- CommandObjectMultiwordWatchpoint (CommandInterpreter &interpreter);
+ CommandObjectMultiwordWatchpoint(CommandInterpreter &interpreter);
- ~CommandObjectMultiwordWatchpoint() override;
+ ~CommandObjectMultiwordWatchpoint() override;
- static bool
- VerifyWatchpointIDs(Target *target, Args &args, std::vector<uint32_t> &wp_ids);
+ static bool VerifyWatchpointIDs(Target *target, Args &args,
+ std::vector<uint32_t> &wp_ids);
};
} // namespace lldb_private