diff options
Diffstat (limited to 'lldb/source/Commands/CommandObjectWatchpoint.cpp')
-rw-r--r-- | lldb/source/Commands/CommandObjectWatchpoint.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lldb/source/Commands/CommandObjectWatchpoint.cpp b/lldb/source/Commands/CommandObjectWatchpoint.cpp index f4d3c1340ba..f7b8c4f9825 100644 --- a/lldb/source/Commands/CommandObjectWatchpoint.cpp +++ b/lldb/source/Commands/CommandObjectWatchpoint.cpp @@ -975,9 +975,9 @@ public: } protected: - static uint32_t GetVariableCallback (void *baton, - const char *name, - VariableList &variable_list) + static size_t GetVariableCallback (void *baton, + const char *name, + VariableList &variable_list) { Target *target = static_cast<Target *>(baton); if (target) |