diff options
| author | Enrico Granata <egranata@apple.com> | 2014-09-24 17:57:11 +0000 |
|---|---|---|
| committer | Enrico Granata <egranata@apple.com> | 2014-09-24 17:57:11 +0000 |
| commit | a540496e6fb0e276d6f332861d0cde3a3b09b22b (patch) | |
| tree | 95ca3ea120c38f31e2bb3d1933a591308c6eccb2 | |
| parent | 1c244f5db387956f1e23c179b1c5ad0eba4693b5 (diff) | |
| download | bcm5719-llvm-a540496e6fb0e276d6f332861d0cde3a3b09b22b.tar.gz bcm5719-llvm-a540496e6fb0e276d6f332861d0cde3a3b09b22b.zip | |
These APIs were defined in the .h file, but never actually implemented. Just get rid of them
llvm-svn: 218396
| -rw-r--r-- | lldb/include/lldb/API/SBFrame.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/lldb/include/lldb/API/SBFrame.h b/lldb/include/lldb/API/SBFrame.h index f6b84ab1dda..553f9eb91c7 100644 --- a/lldb/include/lldb/API/SBFrame.h +++ b/lldb/include/lldb/API/SBFrame.h @@ -198,21 +198,6 @@ public: lldb::SBValue FindValue (const char *name, ValueType value_type, lldb::DynamicValueType use_dynamic); - /// Find and watch a variable using the frame as the scope. - /// It returns an SBValue, similar to FindValue() method, if find-and-watch - /// operation succeeds. Otherwise, an invalid SBValue is returned. - /// You can use LLDB_WATCH_TYPE_READ | LLDB_WATCH_TYPE_WRITE for 'rw' watch. - lldb::SBValue - WatchValue (const char *name, ValueType value_type, uint32_t watch_type); - - /// Find and watch the location pointed to by a variable using the frame as - /// the scope. - /// It returns an SBValue, similar to FindValue() method, if find-and-watch - /// operation succeeds. Otherwise, an invalid SBValue is returned. - /// You can use LLDB_WATCH_TYPE_READ | LLDB_WATCH_TYPE_WRITE for 'rw' watch. - lldb::SBValue - WatchLocation (const char *name, ValueType value_type, uint32_t watch_type, size_t size); - bool GetDescription (lldb::SBStream &description); |

