diff options
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 |

