diff options
| author | Johnny Chen <johnny.chen@apple.com> | 2012-06-19 22:12:58 +0000 |
|---|---|---|
| committer | Johnny Chen <johnny.chen@apple.com> | 2012-06-19 22:12:58 +0000 |
| commit | 1773a89ff43cc0b76867a2a630dccb45e1d75917 (patch) | |
| tree | cab34c3ebe083e42b2a9db8032e1ef778aff1d2f /lldb/source/Commands/CommandObjectWatchpoint.h | |
| parent | 478faed4b08a6614fe9b8e3e00f71dadf17f1741 (diff) | |
| download | bcm5719-llvm-1773a89ff43cc0b76867a2a630dccb45e1d75917.tar.gz bcm5719-llvm-1773a89ff43cc0b76867a2a630dccb45e1d75917.zip | |
Chnage VerifyWatchpointIDs() from a static function to a class function to be called from other source files.
llvm-svn: 158751
Diffstat (limited to 'lldb/source/Commands/CommandObjectWatchpoint.h')
| -rw-r--r-- | lldb/source/Commands/CommandObjectWatchpoint.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lldb/source/Commands/CommandObjectWatchpoint.h b/lldb/source/Commands/CommandObjectWatchpoint.h index cfe6ce2af96..65bed7c154c 100644 --- a/lldb/source/Commands/CommandObjectWatchpoint.h +++ b/lldb/source/Commands/CommandObjectWatchpoint.h @@ -32,6 +32,10 @@ public: virtual ~CommandObjectMultiwordWatchpoint (); + + static bool + VerifyWatchpointIDs(Args &args, std::vector<uint32_t> &wp_ids); + }; } // namespace lldb_private |

