commit | 1032089fb6aa3be226d204df5db6306e119d8fb8 | [log] [tgz] |
---|---|---|
author | Johnny Chen <johnny.chen@apple.com> | Tue Jun 19 22:12:58 2012 +0000 |
committer | Johnny Chen <johnny.chen@apple.com> | Tue Jun 19 22:12:58 2012 +0000 |
tree | 79975561d06b2fba78d61eb1222c6bbc937d83a3 | |
parent | a9e28873bb600d645b31c7d67c8b1a6448f276b7 [diff] [blame] |
Chnage VerifyWatchpointIDs() from a static function to a class function to be called from other source files. git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@158751 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Commands/CommandObjectWatchpoint.h b/source/Commands/CommandObjectWatchpoint.h index cfe6ce2..65bed7c 100644 --- a/source/Commands/CommandObjectWatchpoint.h +++ b/source/Commands/CommandObjectWatchpoint.h
@@ -32,6 +32,10 @@ virtual ~CommandObjectMultiwordWatchpoint (); + + static bool + VerifyWatchpointIDs(Args &args, std::vector<uint32_t> &wp_ids); + }; } // namespace lldb_private